cuda.bindings.nvml.VgpuSchedulerLogInfo_v2#

class cuda.bindings.nvml.VgpuSchedulerLogInfo_v2#

Empty-initialize an instance of nvmlVgpuSchedulerLogInfo_v2_t.

See also

nvmlVgpuSchedulerLogInfo_v2_t

__init__(*args, **kwargs)#

Methods

__init__(*args, **kwargs)

from_buffer(buffer)

Create an VgpuSchedulerLogInfo_v2 instance with the memory from the given buffer.

from_data(data)

Create an VgpuSchedulerLogInfo_v2 instance wrapping the given NumPy array.

from_ptr(intptr_t ptr, bool readonly=False)

Create an VgpuSchedulerLogInfo_v2 instance wrapping the given pointer.

Attributes

avg_factor

Average factor in compensating the timeslice for Adaptive Round Robin mode.

engine_id

Engine whose software runlist log entries are fetched.

entries_count

Count of log entries fetched.

log_entries

Structure to store the state and logs of a software runlist.

ptr

Get the pointer address to the data as Python int.

scheduler_policy

Scheduler policy.

timeslice

The timeslice in ns for each software run list as configured, or the default value otherwise.