天下无雪 发表于 2011-8-28 19:16:27

谢谢楼主的头文件,但是楼主貌似忘记加入判断c++的预编译代码了,导致在c++程序中无法使用,我已经加好了,见附件

traits 发表于 2011-8-31 18:06:57

我之前的没法出去?

traits 发表于 2011-8-31 18:36:20

我跑过来介绍下OpenBLAS吧,呵呵。
OpenBLAS, 基于GotoBLAS2 1.13 BSD版。欢迎各位试用和反馈。
主要进展:
1)优化龙芯3A,初步完成BLAS 3级,比GotoBLAS和ATLAS都要快不少
2)修正一些x86上bug
3)一些细微的增强

yuxi1989 发表于 2012-4-13 14:38:57

谢谢楼主。现在做矩阵运算正好在用。

yuxi1989 发表于 2012-4-13 14:49:14

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 *);
谢谢!

jiqizaisikao 发表于 2013-4-14 13:02:42

谢了
页: 1 [2]
查看完整版本: GotoBLAS 作者 Kazushige Goto 离开了 TACC