Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider dropping cub::DeviceSpmv in favor of cuSPARSE #3070

Open
2 tasks
Tracked by #101
bernhardmgruber opened this issue Dec 6, 2024 · 0 comments
Open
2 tasks
Tracked by #101

Consider dropping cub::DeviceSpmv in favor of cuSPARSE #3070

bernhardmgruber opened this issue Dec 6, 2024 · 0 comments
Assignees

Comments

@bernhardmgruber
Copy link
Contributor

bernhardmgruber commented Dec 6, 2024

CUB offers an implementation of sparse matrix-vector multiplication. But so does cuSPARSE. We should investigate whether

  • cuSPARSE offers at least the same functionality as CUB
  • and reaches at least the same performance.

If both are the case, we should deprecate cub::DeviceSpmv with a note that users should switch to cuSPARSE and eventually remove it.

@github-project-automation github-project-automation bot moved this to Todo in CCCL Dec 6, 2024
@bernhardmgruber bernhardmgruber changed the title Consider dropping SpMV in favor of cuSPARSE Consider dropping cub::DeviceSpmv in favor of cuSPARSE Dec 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

2 participants