Skip to main content

cusparseGetProperty

Function cusparseGetProperty 

Source
pub unsafe extern "C" fn cusparseGetProperty(
    type_: libraryPropertyType,
    value: *mut c_int,
) -> cusparseStatus_t
Expand description

The function returns the value of the requested property. Refer to libraryPropertyType for supported types.

libraryPropertyType (defined in library_types.h).

ยงParameters

  • value: Value of the requested property.