cuda.bindings.nvml.device_get_attributes_v2#
- cuda.bindings.nvml.device_get_attributes_v2(intptr_t device)#
Get attributes (engine counts etc.) for the given NVML device handle.
- Parameters:
device (intptr_t) – NVML device handle.
- Returns:
Device attributes.
- Return type:
nvmlDeviceAttributes_t
See also
nvmlDeviceGetAttributes_v2