cuda.core.system.typing.ClocksEventReasons#

class cuda.core.system.typing.ClocksEventReasons(
value,
names=<not given>,
*values,
module=None,
qualname=None,
type=None,
start=1,
boundary=None,
)#

Reasons for a clocks event. These are used in combination with ClockType to specify the reason for a clocks event.

NONE: none

Reasons for a clocks event. These are used in combination with ClockType to specify the reason for a clocks event.

GPU_IDLE: gpu_idle

Reasons for a clocks event. These are used in combination with ClockType to specify the reason for a clocks event.

APPLICATIONS_CLOCKS_SETTING: applications_clocks_setting

Reasons for a clocks event. These are used in combination with ClockType to specify the reason for a clocks event.

SW_POWER_CAP: sw_power_cap

Reasons for a clocks event. These are used in combination with ClockType to specify the reason for a clocks event.

HW_SLOWDOWN: hw_slowdown

Reasons for a clocks event. These are used in combination with ClockType to specify the reason for a clocks event.

SYNC_BOOST: sync_boost

Reasons for a clocks event. These are used in combination with ClockType to specify the reason for a clocks event.

SW_THERMAL_SLOWDOWN: sw_thermal_slowdown

Reasons for a clocks event. These are used in combination with ClockType to specify the reason for a clocks event.

HW_THERMAL_SLOWDOWN: hw_thermal_slowdown

Reasons for a clocks event. These are used in combination with ClockType to specify the reason for a clocks event.

HW_POWER_BRAKE_SLOWDOWN: hw_power_brake_slowdown

Reasons for a clocks event. These are used in combination with ClockType to specify the reason for a clocks event.

DISPLAY_CLOCK_SETTING: display_clock_setting

Reasons for a clocks event. These are used in combination with ClockType to specify the reason for a clocks event.