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

Does the library provide the SpMM operation (sparse matrix times skinny dense matrix)? #17

Open
prenc opened this issue Sep 11, 2022 · 1 comment

Comments

@prenc
Copy link

prenc commented Sep 11, 2022

In the paper describing the state of the library in version 2.0, you say that you've introduced the SpMM operation. However, I can not find the mentioned function in the code. Do you expect a user to craft it on their own using SpMV? If so, could you please provide some hints on how to do it quickly and efficiently, or am I overlooking something?

@aydinbuluc
Copy link
Contributor

One way to do it quickly is to use SpMV with the vector elements being std::array of length k

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants