cuda.bindings.nvml.NvLinkInfo_v2#
- class cuda.bindings.nvml.NvLinkInfo_v2#
Empty-initialize an instance of nvmlNvLinkInfo_v2_t.
See also
nvmlNvLinkInfo_v2_t
- __init__(*args, **kwargs)#
Methods
__init__(*args, **kwargs)from_buffer(buffer)Create an NvLinkInfo_v2 instance with the memory from the given buffer.
from_data(data)Create an NvLinkInfo_v2 instance wrapping the given NumPy array.
from_ptr(intptr_t ptr, bool readonly=False)Create an NvLinkInfo_v2 instance wrapping the given pointer.
Attributes
firmware_infoOUT - NVLINK Firmware info.
is_nvle_enabledOUT - NVLINK encryption enablement.
ptrGet the pointer address to the data as Python
int.versionIN - the API version number.