pub unsafe extern "C" fn cusparseDestroy(
handle: cusparseHandle_t,
) -> cusparseStatus_tExpand description
This function releases CPU-side resources used by the cuSPARSE library. The release of GPU-side resources may be deferred until the application shuts down.
ยงParameters
handle: The handle to the cuSPARSE context.