Skip to main content

cusparseDestroySpMat

Function cusparseDestroySpMat 

Source
pub unsafe extern "C" fn cusparseDestroySpMat(
    spMatDescr: cusparseConstSpMatDescr_t,
) -> cusparseStatus_t
Expand description

This function releases the host memory allocated for the sparse matrix descriptor spMatDescr.

ยงParameters

  • spMatDescr: Sparse matrix descriptor.