cuda.bindings.nvml.ClockId#

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

Clock Ids. These are used in combination with nvmlClockType_t to specify a single clock value.

See nvmlClockId_t.

CURRENT: 0

Current actual clock value.

APP_CLOCK_TARGET: 1

Target application clock. Deprecated, do not use.

APP_CLOCK_DEFAULT: 2

Default application clock target Deprecated, do not use.

CUSTOMER_BOOST_MAX: 3

OEM-defined maximum clock rate.

COUNT: 4

Count of Clock Ids.