cuda.bindings.nvml.device_get_gsp_firmware_mode#

cuda.bindings.nvml.device_get_gsp_firmware_mode(intptr_t device) tuple#
Retrieve GSP firmware mode.

:param device: Device handle.
:type device: intptr_t

: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``.
:rtype: A 2-tuple containing

.. seealso:: `nvmlDeviceGetGspFirmwareMode`