Searched defs:AsyncGroup (Results 1 – 1 of 1) sorted by relevance
129 struct AsyncGroup : public RefCounted { struct130 AsyncGroup(AsyncRuntime *runtime) in AsyncGroup() function133 std::atomic<int> pendingTokens;134 std::atomic<int> rank;137 std::mutex mu;138 std::condition_variable cv;162 extern "C" AsyncGroup *mlirAsyncRuntimeCreateGroup() { in mlirAsyncRuntimeCreateGroup() argument