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.

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