C/C++ 中大型非稀疏非方矩阵的多线程乘法
所有,
我正在寻找 C 或 C++ 库(最好是开源)的建议,这些库使用多线程技术来乘以大型非方形(例如,大小为 65536xn,其中 n < 65536)非稀疏矩阵。谢谢。
-&&
All,
I'm looking for recommendations for C or C++ libraries (preferably open source) that use multi-threaded techniques to multiply large, non-square, (e.g. 65536xn in size where n < 65536) non-sparse matrices. Thanks.
-&&
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Intel MKL(非开源)
AMD ACML(免费,但非开源)
GOTO BLAS(免费供学术使用,IIRC,您可以获得源代码,但不是“开源”)
ATLAS BLAS(开源)
Intel MKL (not open source)
AMD ACML (free, but not open source)
GOTO BLAS (free for academic use, IIRC, and you get the source, but not "open source")
ATLAS BLAS (open source)
英特尔软件 人们似乎对这个主题进行了很好的讨论。
The Intel Software folks seem to have a good discussion on the subject.