Skip to main content

cusparseSpMatGetStridedBatch

Function cusparseSpMatGetStridedBatch 

Source
pub unsafe extern "C" fn cusparseSpMatGetStridedBatch(
    spMatDescr: cusparseConstSpMatDescr_t,
    batchCount: *mut c_int,
) -> cusparseStatus_t
Expand description

This function returns the batchCount field of the sparse matrix descriptor spMatDescr.

ยงParameters

  • spMatDescr: Sparse matrix descriptor.
  • batchCount: Number of batches of the sparse matrix.