cuda.bindings.nvml.Pstates#

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

Allowed PStates.

See nvmlPstates_t.

PSTATE_0: 0

Performance state 0 – Maximum Performance.

PSTATE_1: 1

Performance state 1.

PSTATE_2: 2

Performance state 2.

PSTATE_3: 3

Performance state 3.

PSTATE_4: 4

Performance state 4.

PSTATE_5: 5

Performance state 5.

PSTATE_6: 6

Performance state 6.

PSTATE_7: 7

Performance state 7.

PSTATE_8: 8

Performance state 8.

PSTATE_9: 9

Performance state 9.

PSTATE_10: 10

Performance state 10.

PSTATE_11: 11

Performance state 11.

PSTATE_12: 12

Performance state 12.

PSTATE_13: 13

Performance state 13.

PSTATE_14: 14

Performance state 14.

PSTATE_15: 15

Performance state 15 – Minimum Performance.

PSTATE_UNKNOWN: 32

Unknown performance state.