cuda.bindings.nvml.ClockType#

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

Clock types. All speeds are in Mhz.

See nvmlClockType_t.

CLOCK_GRAPHICS: 0

Graphics clock domain.

CLOCK_SM: 1

SM clock domain.

CLOCK_MEM: 2

Memory clock domain.

CLOCK_VIDEO: 3

Video encoder/decoder clock domain.

CLOCK_COUNT: 4

Count of clock types.