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.

For Kepler ™️ or newer fully supported devices. This is the maximum number of processes that accounting information will be stored for before information about oldest processes will get overwritten by information about new processes.

Parameters:

device (intptr_t) – The identifier of the target device.

Returns:

Reference in which to provide the size (in number of

elements) of the circular buffer for accounting stats.

Return type:

unsigned int

See also

nvmlDeviceGetAccountingBufferSize