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

Sparse - Dense multiplication #15

Open
ErinTUDelft opened this issue Jun 7, 2023 · 1 comment
Open

Sparse - Dense multiplication #15

ErinTUDelft opened this issue Jun 7, 2023 · 1 comment
Assignees
Labels
question Further information is requested

Comments

@ErinTUDelft
Copy link

I think this library is very interesting for my project, however I couldn't find whether there is support for multiplication of a sparse, boolean matrix with a dense matrix. Could you please let me know if this is or isn't possible?
Kind regards,
Erin

@EgorOrachyov EgorOrachyov self-assigned this Sep 12, 2023
@EgorOrachyov EgorOrachyov added the question Further information is requested label Sep 12, 2023
@EgorOrachyov
Copy link
Collaborator

@ErinTUDelft Hi, Thank you for your question!

A this moment, there is no CPU or GPU based implementation of sparse-dense matrix multiplication in the library.
Also, dense matrices format is not supported, only sparse (CSR) is presented.

The project is not in a development any more, thus, I am afaid, new operations won't be supported in the future.

But, we are working at new library at this moment, you may have a look at it https://github.com/SparseLinearAlgebra/spla

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

No branches or pull requests

2 participants