cuda.bindings.nvml.device_get_accounting_buffer_size#

cuda.bindings.nvml.device_get_accounting_buffer_size(intptr_t device) unsigned int#
Returns the number of processes that the circular buffer with accounting pids can hold.

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

:returns: Reference in which to provide the size (in number of elements) of the circular buffer for accounting stats.
:rtype: unsigned int

.. seealso:: `nvmlDeviceGetAccountingBufferSize`