提交 89fc075a authored 作者: Arnaud Bergeron's avatar Arnaud Bergeron

Remove the sdot declaration in the test so that it may work.

上级 ba179eea
...@@ -92,7 +92,6 @@ def detect_macos_sdot_bug(): ...@@ -92,7 +92,6 @@ def detect_macos_sdot_bug():
# Then, try a simple fix # Then, try a simple fix
test_fix_code = textwrap.dedent("""\ test_fix_code = textwrap.dedent("""\
extern "C" float sdot_(int*, float*, int*, float*, int*);
extern "C" float cblas_sdot(int, float*, int, float*, int); extern "C" float cblas_sdot(int, float*, int, float*, int);
static float sdot_(int* Nx, float* x, int* Sx, float* y, int* Sy) static float sdot_(int* Nx, float* x, int* Sx, float* y, int* Sy)
{ {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论