Skip to content

CUSPARSE: support broadcasting for CuSparseVectors #2699

Open
@kshyatt

Description

@kshyatt

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    cuda librariesStuff about CUDA library wrappers.enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions