cuda.bindings.nvml.event_set_get_context_info_v1#

cuda.bindings.nvml.event_set_get_context_info_v1(intptr_t set, unsigned int index)#

Retrieve context metadata for a context record from the most recent event returned by event_set_wait_v3().

For Turing™ or newer fully supported devices.

For Linux only.

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

  • index (unsigned int) – Zero-based index of the context record.

Returns:

Context metadata record.

Return type:

EventSetGetContextInfo_v1

See also

nvmlEventSetGetContextInfo_v1