Skip to main content

cusparseDestroy

Function cusparseDestroy 

Source
pub unsafe extern "C" fn cusparseDestroy(
    handle: cusparseHandle_t,
) -> cusparseStatus_t
Expand 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.