cuda.bindings.cufile.get_version#

cuda.bindings.cufile.get_version() int#

Get the cuFile library version.

The version is returned as (1000 major + 10 minor). For example, CUFILE 1.7.0 would be represented by 1070.

Returns:

Pointer to an integer where the version will be stored.

Return type:

int

Note

This is useful for applications that need to inquire the library.

See also

cuFileGetVersion