cuda.bindings.nvml.device_get_gpu_operation_mode#

cuda.bindings.nvml.device_get_gpu_operation_mode(intptr_t device) tuple#
:param device: The identifier of the target device.
:type device: intptr_t

:returns:

          - int: Reference in which to return the current GOM.
          - int: Reference in which to return the pending GOM.
:rtype: A 2-tuple containing

.. seealso:: `nvmlDeviceGetGpuOperationMode`