Home
last modified time | relevance | path

Searched defs:AsyncGroup (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/mlir/lib/ExecutionEngine/
DAsyncRuntime.cpp129 struct AsyncGroup : public RefCounted { struct
130 AsyncGroup(AsyncRuntime *runtime) in AsyncGroup() function
133 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