Skip to main content

PFN_cusparseGather

Type Alias PFN_cusparseGather 

Source
pub type PFN_cusparseGather = unsafe extern "C" fn(handle: cusparseHandle_t, vec_y: cusparseDnVecDescr_t, vec_x: cusparseDnVecDescr_t) -> cusparseStatus_t;
Expand description

cuSPARSE: gather dense entries into a sparse vector. See https://docs.nvidia.com/cuda/cusparse/index.html.