cuda.bindings.nvml.device_get_gsp_firmware_version#
- cuda.bindings.nvml.device_get_gsp_firmware_version(intptr_t device) char#
Retrieve GSP firmware version.
The caller passes in buffer via
versionand corresponding GSP firmware numbered version is returned with the same parameter in string format.- Parameters:
device (intptr_t) – Device handle.
- Returns:
The retrieved GSP firmware version.
- Return type:
char
See also
nvmlDeviceGetGspFirmwareVersion