cuda.core.system.GpuDynamicPstatesUtilization#

class cuda.core.system.GpuDynamicPstatesUtilization(int ptr: int, owner: object)#

Methods

__init__(*args, **kwargs)#

Attributes

dec_threshold#

int

Utilization threshold that can trigger a perf-decreasing P-State change when crossed.

Type:

GpuDynamicPstatesUtilization.dec_threshold

inc_threshold#

int

Utilization threshold that can trigger a perf-increasing P-State change when crossed.

Type:

GpuDynamicPstatesUtilization.inc_threshold

is_present#

bool

Set if the utilization domain is present on this GPU.

Type:

GpuDynamicPstatesUtilization.is_present

percentage#

int

Percentage of time where the domain is considered busy in the last 1-second interval.

Type:

GpuDynamicPstatesUtilization.percentage