Is your feature request related to a problem? Please describe.
Currently we can broadcast over CuSparseMatrixCSC or CuSparseMatrixCSR only. Of course one can always reinterpret a CuSparseVector as CuSparseMatrixCSC to get broadcast support, but having this built in would be nice as well.
Describe the solution you'd like
Either write some custom kernel for broadcasting over sparse vectors or have a fallback that reinterprets the vector as a single column CuSparseMatrixCSC then broadcasts over it.
Describe alternatives you've considered
Doing nothing?
Additional context
Add any other context or information about the feature request here.
Is your feature request related to a problem? Please describe.
Currently we can broadcast over
CuSparseMatrixCSCorCuSparseMatrixCSRonly. Of course one can always reinterpret aCuSparseVectorasCuSparseMatrixCSCto get broadcast support, but having this built in would be nice as well.Describe the solution you'd like
Either write some custom kernel for broadcasting over sparse vectors or have a fallback that reinterprets the vector as a single column
CuSparseMatrixCSCthen broadcasts over it.Describe alternatives you've considered
Doing nothing?
Additional context
Add any other context or information about the feature request here.