Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/Dialect/GPU/Transforms/
H A DAsyncRegionRewriter.cpp251 for (auto asyncToken : asyncTokens) in addAsyncDependencyAfter() local
H A DKernelOutlining.cpp288 Value asyncToken = launchOp.getAsyncToken(); in convertToLaunchFuncOp() local
/llvm-project/mlir/lib/Dialect/Async/Transforms/
H A DAsyncToAsyncRuntime.cpp91 std::optional<Value> asyncToken; // returned completion token member