cuda.bindings.nvml.ConfComputeSystemState#
- class cuda.bindings.nvml.ConfComputeSystemState#
Empty-initialize an instance of nvmlConfComputeSystemState_t.
See also
nvmlConfComputeSystemState_t
- __init__(*args, **kwargs)#
Methods
__init__(*args, **kwargs)from_buffer(buffer)Create an ConfComputeSystemState instance with the memory from the given buffer.
from_data(data)Create an ConfComputeSystemState instance wrapping the given NumPy array.
from_ptr(intptr_t ptr, bool readonly=False)Create an ConfComputeSystemState instance wrapping the given pointer.
Attributes
cc_featureint:
dev_tools_modeint:
environmentint:
ptrGet the pointer address to the data as Python
int.