提交 43efa990 authored 作者: notoraptor's avatar notoraptor

Add module-level message to tell that BLAS fallback is used.

上级 340c577a
......@@ -986,6 +986,10 @@ def blas_header_text():
return (header % {'const': const}) + blas_code
if not config.blas.ldflags:
print('Using NumPy based implementation for BLAS functions.')
def mkl_threads_text():
"""C header for MKL threads interface"""
header = """
......
......@@ -256,4 +256,4 @@ void %(precision)sgemv_(
Py_XDECREF(matrixY);
Py_XDECREF(matrixX);
Py_XDECREF(matrixA);
}
\ No newline at end of file
}
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论