Skip to main content

cusparseCooSetStridedBatch

Function cusparseCooSetStridedBatch 

Source
pub unsafe extern "C" fn cusparseCooSetStridedBatch(
    spMatDescr: cusparseSpMatDescr_t,
    batchCount: c_int,
    batchStride: i64,
) -> cusparseStatus_t
Expand description

This function sets the batchCount and the batchStride fields of the sparse matrix descriptor spMatDescr.

ยงParameters

  • spMatDescr: Sparse matrix descriptor.
  • batchCount: Number of batches of the sparse matrix.
  • batchStride: address offset between consecutive batches.