cuda.bindings.nvml.device_get_performance_modes#
- cuda.bindings.nvml.device_get_performance_modes(intptr_t device) str#
Retrieves a performance mode string with all the performance modes defined for this device along with their associated GPU Clock and Memory Clock values. Not all tokens will be reported on all GPUs, and additional tokens may be added in the future. For backwards compatibility we still provide nvclock and memclock; those are the same as nvclockmin and memclockmin.
- Parameters:
device (intptr_t) – The identifier of the target device.
- Returns:
The performance level string.
- Return type:
See also
nvmlDeviceGetPerformanceModes