cuda.bindings.nvml.event_set_get_context_count_v1#

cuda.bindings.nvml.event_set_get_context_count_v1(intptr_t set) unsigned int#

Gets the number of context records for the most recent event returned by nvmlEventSetWait_v3 on this event set.

Parameters:

set (intptr_t) – Event set previously used with nvmlEventSetWait_v3.

Returns:

Reference in which to return the number of

context records.

Return type:

unsigned int

See also

nvmlEventSetGetContextCount_v1