cuda.bindings.nvml.device_read_prm_counters_v1#

cuda.bindings.nvml.device_read_prm_counters_v1(intptr_t device, PRMCounter_v1 counters)#

Read a list of GPU PRM Counters.

Parameters:
  • device (intptr_t) – Identifer of target GPU device.

  • counters (PRMCounter_v1) – Array holding the input parameters as well as the retrieved counter values.

See also

nvmlDeviceReadPRMCounters_v1