在 CUDA 上使用什么库进行矩阵计算?

发布于 2024-10-03 02:42:50 字数 164 浏览 0 评论 0原文

在 CUDA 上使用什么库进行矩阵计算?或者说有吗?好像每个人都是自己写的。

对于通常的处理器,我使用 Eigen。 GPU 怎么样?

What library do you use for matrix calculations on CUDA? Or are there any? It seems as if everybody writes this by himself.

For usual processors, I use Eigen. What about GPUs?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

场罚期间 2024-10-10 02:42:50

对于密集矩阵运算,您可以考虑 CUBLAS (随 CUDA 工具包提供)、MagmaCULAtools< /a>.

对于稀疏矩阵运算,请考虑 CUSPARSE (随 CUDA 工具包提供)和 尖峰

For dense matrix operations, you could consider CUBLAS (provided with the CUDA Toolkit), Magma and CULAtools.

For sparse matrix operations consider CUSPARSE (provided with the CUDA Toolkit) and CUSP.

神经大条 2024-10-10 02:42:50

您正在处理哪些问题?
对于稀疏矩阵计算,CUSP 是一个非常好的库。
对于密集问题,Magma 可能更适合。

What are the problems you're dealing with?
For sparse matrix calculations CUSP is quite a good library.
For dense problems Magma might be a better fit.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文