cuda.bindings.nvml.VgpuSchedulerLogInfo_v1#
- class cuda.bindings.nvml.VgpuSchedulerLogInfo_v1#
Empty-initialize an instance of nvmlVgpuSchedulerLogInfo_v1_t.
See also
nvmlVgpuSchedulerLogInfo_v1_t
- __init__(*args, **kwargs)#
Methods
__init__(*args, **kwargs)from_buffer(buffer)Create an VgpuSchedulerLogInfo_v1 instance with the memory from the given buffer.
from_data(data)Create an VgpuSchedulerLogInfo_v1 instance wrapping the given NumPy array.
from_ptr(intptr_t ptr, bool readonly=False)Create an VgpuSchedulerLogInfo_v1 instance wrapping the given pointer.
Attributes
arr_modeAdaptive Round Robin scheduler mode.
engine_idEngine whose software runlist log entries are fetched.
entries_countCount of log entries fetched.
log_entriesStructure to store the state and logs of a software runlist.
ptrGet the pointer address to the data as Python
int.scheduler_paramsvGPU Scheduler Parameters.
scheduler_policyScheduler policy.
versionThe version number of this struct.