cuda.bindings.nvml.PowerProfileOperation#

class cuda.bindings.nvml.PowerProfileOperation(value: int)#

Enum for operation to perform on the requested profiles

See nvmlPowerProfileOperation_t.

CLEAR: 0

Remove the requested profiles from the existing list of requested profiles.

SET: 1

Add the requested profiles to the existing list of requested profiles.

SET_AND_OVERWRITE: 2

Overwrite the existing list of requested profiles with just the requested profiles.

MAX: 3

Max value above +1.