Searched refs:remaining_participants (Results 1 – 1 of 1) sorted by relevance
141 remaining_participants(num_local_devices_in) { in Collective()177 mutable std::atomic_int_fast32_t remaining_participants; member631 if (collective->remaining_participants.load(std::memory_order_acquire) == in LoopKernelLaunches()633 collective->remaining_participants.fetch_sub(1) == 1) { in LoopKernelLaunches()