cuda.bindings.nvml.event_set_wait_v3#

cuda.bindings.nvml.event_set_wait_v3(intptr_t set, unsigned int timeout_ms)#

Wait for events of the specified type to occur for any device in the set, returning a structured event record.

For Turing™ or newer fully supported devices.

For Linux only.

Parameters:
  • set (EventSet) – Handle to the event set.

  • timeout_ms (unsigned int) – Maximum time to wait, in milliseconds.

Returns:

Structured event data record.

Return type:

EventSetWait_v3

See also

nvmlEventSetWait_v3