OpenBLAS, 基于GotoBLAS2 1.13 BSD版。欢迎各位试用和反馈。
主要进展:
1)优化龙芯3A,初步完成BLAS 3级,比GotoBLAS和ATLAS都要快不少
2)修正一些x86上bug
3)一些细微的增强 谢谢楼主。现在做矩阵运算正好在用。 11# 天下无雪
问一下,为什么我用这个头文件后,编译时,总是提示该头文件中很多函数重载非法?如:1>C:\Users\Yuxi\Desktop\CLAPACK-3.1.1-VisualStudio\INCLUDE\gotoblas2.h(1136): error C2733: 不允许重载函数“dgetrf_”的第二个 C 链接
1> C:\Users\Yuxi\Desktop\CLAPACK-3.1.1-VisualStudio\INCLUDE\gotoblas2.h(1136) : 参见“dgetrf_”的声明
1>C:\Users\Yuxi\Desktop\CLAPACK-3.1.1-VisualStudio\INCLUDE\gotoblas2.h(1138): error C2733: 不允许重载函数“cgetrf_”的第二个 C 链接
1> C:\Users\Yuxi\Desktop\CLAPACK-3.1.1-VisualStudio\INCLUDE\gotoblas2.h(1138) : 参见“cgetrf_”的声明
对应头文件中int BLASFUNC(dgetrf)(blasint *, blasint *, double *, blasint *, blasint *, blasint *);
int BLASFUNC(qgetrf)(blasint *, blasint *, xdouble *, blasint *, blasint *, blasint *);
谢谢! 谢了
页:
1
[2]