cuda.bindings.nvml.device_get_gsp_firmware_mode#
- cuda.bindings.nvml.device_get_gsp_firmware_mode(intptr_t device) tuple#
Retrieve GSP firmware mode.
The caller passes in integer pointers. GSP firmware enablement and default mode information is returned with corresponding parameters. The return value in
is_enabledanddefault_modeshould be treated as boolean.- Parameters:
device (intptr_t) – Device handle.
- Returns:
unsigned int: Pointer to specify if GSP firmware is enabled.
- unsigned int: Pointer to specify if GSP firmware is supported by
default on
device.
- Return type:
A 2-tuple containing
See also
nvmlDeviceGetGspFirmwareMode