CUDA.jl
CUDA.jl copied to clipboard
Kron Support for CuSparseMatrixCSC
I'm trying to convert my code from CPU implementation to GPU implementation. However, my code require lots of kron products for sparse arrays. I could not find implementation of kron in CUDA.jl. Could you please consider this in the next version? Many thanks