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.

:param device: The identifier of the target device.
:type device: intptr_t

:returns: Reference in which BAR1 memory information is returned.
:rtype: nvmlBAR1Memory_t

.. seealso:: `nvmlDeviceGetBAR1MemoryInfo`