cuda.bindings.nvml.device_get_utilization_rates#

cuda.bindings.nvml.device_get_utilization_rates(intptr_t device)#
Retrieves the current utilization rates for the device's major subsystems.

:param device: The identifier of the target device.
:type device: intptr_t

:returns: Reference in which to return the utilization information.
:rtype: nvmlUtilization_t

.. seealso:: `nvmlDeviceGetUtilizationRates`