We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
Any chance to add matmat() for sparse matrices? It is implemented by oneapi::mkl::sparse::matmat.
matmat()
oneapi::mkl::sparse::matmat
Is is for the multiplication of 2 sparse matrices.
The text was updated successfully, but these errors were encountered:
It is in the works. See #50
Sorry, something went wrong.
@alyst , That's great! I don't see matmat() in your code. Is spmm() a wrapper of it?
spmm()
I think it is rather the opposite, spmm() and spmmd() are low-level C/Fortran Sparse BLAS calls, and matmat is a C++ wrapper.
spmmd()
matmat
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: