cuda.bindings.nvml.device_register_events#

cuda.bindings.nvml.device_register_events(
intptr_t device,
unsigned long long event_types,
intptr_t set,
)#

Starts recording of events on a specified devices and add the events to specified nvmlEventSet_t.

Parameters:
  • device (intptr_t) – The identifier of the target device.

  • event_types (unsigned long long) – Bitmask of Event Types to record.

  • set (intptr_t) – Set to which add new event types.

See also

nvmlDeviceRegisterEvents