Skip to main content

cusparseGetVersion

Function cusparseGetVersion 

Source
pub unsafe extern "C" fn cusparseGetVersion(
    handle: cusparseHandle_t,
    version: *mut c_int,
) -> cusparseStatus_t
Expand description

This function returns the version number of the cuSPARSE library.

ยงParameters

  • handle: cuSPARSE handle.
  • version: The version number of the library.