JuliaGPU / CUDA.jl

CUDA programming in Julia.
https://juliagpu.org/cuda/
Other
1.21k stars 221 forks source link

New(ish) CuSPARSE Semiring Multiplication Ops #1376

Open rayegun opened 2 years ago

rayegun commented 2 years ago

These would be incredibly useful for me: https://docs.nvidia.com/cuda/cusparse/index.html#cusparse-generic-function-spmm-op. I may get around to trying this eventually, but if someone wants to wrap them that'd be great!

@kshyatt 😄

rayegun commented 2 years ago

If they have an SDDMM equivalent that would be nice as well, although I imagine it's unlikely.

mnicely commented 2 years ago

What would be the SDDMM use cases?