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.