cuda.bindings.nvml.event_set_get_context_count_v1#
- cuda.bindings.nvml.event_set_get_context_count_v1(intptr_t set)#
Gets the number of context records for the most recent event returned by
nvmlEventSetWait_v3on this event set.This count is tied to the event set, not to a caller-owned copy of
nvmlEventSetWait_v3_t. It is replaced by the next successful call tonvmlEventSetWait_v3on the same event set. For Turing ™️ or newer fully supported devices. For Linux only.- Parameters:
set (intptr_t) – Event set previously used with
nvmlEventSetWait_v3.- Returns:
- Parameters in which to return
the number of context records.
- Return type:
nvmlEventSetGetContextCount_v1_t
See also
nvmlEventSetGetContextCount_v1