Skip to main content

cusparseDestroySpVec

Function cusparseDestroySpVec 

Source
pub unsafe extern "C" fn cusparseDestroySpVec(
    spVecDescr: cusparseConstSpVecDescr_t,
) -> cusparseStatus_t
Expand description

This function releases the host memory allocated for the sparse vector descriptor spVecDescr.

ยงParameters

  • spVecDescr: Sparse vector descriptor.