Skip to main content

PFN_cusparseCreate

Type Alias PFN_cusparseCreate 

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

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