cuBool icon indicating copy to clipboard operation
cuBool copied to clipboard

Sparse - Dense multiplication

Open ErinTUDelft opened this issue 2 years ago • 1 comments
trafficstars

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

ErinTUDelft avatar Jun 07 '23 10:06 ErinTUDelft

@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

EgorOrachyov avatar Sep 12 '23 10:09 EgorOrachyov