如何使用 CUDA 为块 lanczos 算法乘以稀疏矩阵(在 gf(2) 字段上)?

发布于 2024-10-27 14:10:05 字数 150 浏览 2 评论 0原文

我有一个与块 lanczos 算法(Montengro 版本)相关的学术项目要做。我在设计用于实现块 lanczos 的算法时遇到问题,任何人都可以建议我应该采取什么路径来使该算法中出现的稀疏矩阵相乘。它们可以很大,大约 1M X 1M。我有 gt 330m cuda 支持的 GPU。

I have an Academic project to do which relates to block lanczos algorith (Montengro's version). I have a problem designing the algorithm for the implementation of block lanczos, can anyone suggest me what path should I take for the sparse matrices that arise in this algo to multiply. They can be large ranging around 1M X 1M. I have gt 330m cuda enabled gpu with me.

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

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

发布评论

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

评论(1

书间行客 2024-11-03 14:10:05

您是否看过CUSPARSE(包含在CUDA 工具包)和/或 CUSP(开源)?

Have you looked at CUSPARSE (included with the CUDA Toolkit) and/or CUSP (open source)?

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