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