提交 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(): ...@@ -986,6 +986,10 @@ def blas_header_text():
return (header % {'const': const}) + blas_code return (header % {'const': const}) + blas_code
if not config.blas.ldflags:
print('Using NumPy based implementation for BLAS functions.')
def mkl_threads_text(): def mkl_threads_text():
"""C header for MKL threads interface""" """C header for MKL threads interface"""
header = """ header = """
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论