cuda.bindings.nvml.RepairStatus_v1#
- class cuda.bindings.nvml.RepairStatus_v1#
Empty-initialize an instance of nvmlRepairStatus_v1_t.
See also
nvmlRepairStatus_v1_t
- __init__(*args, **kwargs)#
Methods
__init__(*args, **kwargs)from_buffer(buffer)Create an RepairStatus_v1 instance with the memory from the given buffer.
from_data(data)Create an RepairStatus_v1 instance wrapping the given NumPy array.
from_ptr(intptr_t ptr, bool readonly=False)Create an RepairStatus_v1 instance wrapping the given pointer.
Attributes
b_channel_repair_pendingReference to unsigned int.
b_tpc_repair_pendingReference to unsigned int.
ptrGet the pointer address to the data as Python
int.versionAPI version number.