Skip to content

Add cusparse safe wrappers for sparse-dense format conversions #571

@g-ampo

Description

@g-ampo

result.rs already has bindings for cusparseSparseToDense_bufferSize, cusparseSparseToDense, cusparseDenseToSparse_bufferSize, and cusparseDenseToSparse (added in #569).

safe.rs currently wraps spmv() and spmm() but not the format conversion APIs. Adding sparse_to_dense() and dense_to_sparse() to CudaSparse with automatic workspace management would complete the generic API coverage.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions