MKLSparse.jl icon indicating copy to clipboard operation
MKLSparse.jl copied to clipboard

More sparse operations support

Open alyst opened this issue 1 year ago • 0 comments

This PR adds support for more SparseMKL operations:

  • dense := sparse * sparse (spmmd!(), sp2md!())
  • sparse := sparse * sparse (including the in-place one that can optionally disable checks for the sparsity structure) (spmm!(), sp2m!())
  • dense := X * A * X^T (syprd!())
  • dense := X * X^T (syrk!())

alyst avatar Sep 10 '24 18:09 alyst