Skip to main content

PFN_cusparseDestroy

Type Alias PFN_cusparseDestroy 

Source
pub type PFN_cusparseDestroy = unsafe extern "C" fn(handle: cusparseHandle_t) -> cusparseStatus_t;
Expand description

cuSPARSE: destroy a cuSPARSE handle. See https://docs.nvidia.com/cuda/cusparse/index.html.