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.

Parameters:

device (intptr_t) – The identifier of the target device.

Returns:

Reference in which to return the utilization information.

Return type:

nvmlUtilization_t

See also

nvmlDeviceGetUtilizationRates