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

Add Support for Sparse by Sparse Matrix Multiplication #53

Open
RoyiAvital opened this issue Sep 21, 2024 · 3 comments
Open

Add Support for Sparse by Sparse Matrix Multiplication #53

RoyiAvital opened this issue Sep 21, 2024 · 3 comments

Comments

@RoyiAvital
Copy link

RoyiAvital commented Sep 21, 2024

Hi,

Any chance to add matmat() for sparse matrices?
It is implemented by oneapi::mkl::sparse::matmat.

Is is for the multiplication of 2 sparse matrices.

@alyst
Copy link
Contributor

alyst commented Oct 10, 2024

It is in the works. See #50

@RoyiAvital
Copy link
Author

@alyst , That's great!
I don't see matmat() in your code. Is spmm() a wrapper of it?

@alyst
Copy link
Contributor

alyst commented Oct 10, 2024

I think it is rather the opposite, spmm() and spmmd() are low-level C/Fortran Sparse BLAS calls, and matmat is a C++ wrapper.

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

No branches or pull requests

2 participants