Skip to main content

Crate singe_cusparse

Crate singe_cusparse 

Source
Expand description

Safe cuSPARSE wrappers for sparse descriptors and sparse GPU operations.

This crate wraps cuSPARSE contexts, sparse and dense vector descriptors, sparse and dense matrix descriptors, SpMV, SpMM, SDDMM, SpGEMM, sparse triangular solve, vector-vector operations, and scalar helpers.

Modules§

context
error
matrix
operation
scalar
sddmm
spgemm
spmm
spmv
spsm
spsv
spvv
types
vector

Macros§

try_ffi

Functions§

library_property
Returns the requested cuSPARSE library property. See LibraryProperty for supported properties.
version
Returns the cuSPARSE library version as a packed NVIDIA integer.