pub type PFN_cusparseGetVersion = unsafe extern "C" fn(handle: cusparseHandle_t, version: *mut c_int) -> cusparseStatus_t;Expand description
cuSPARSE: return the cuSPARSE library version. See https://docs.nvidia.com/cuda/cusparse/index.html.
pub type PFN_cusparseGetVersion = unsafe extern "C" fn(handle: cusparseHandle_t, version: *mut c_int) -> cusparseStatus_t;cuSPARSE: return the cuSPARSE library version. See https://docs.nvidia.com/cuda/cusparse/index.html.