cuda.bindings.nvml.device_get_bar1_memory_info#
- cuda.bindings.nvml.device_get_bar1_memory_info(intptr_t device)#
Gets Total, Available and Used size of BAR1 memory.
- Parameters:
device (intptr_t) – The identifier of the target device.
- Returns:
Reference in which BAR1 memory information is returned.
- Return type:
nvmlBAR1Memory_t
See also
nvmlDeviceGetBAR1MemoryInfo