Home
last modified time | relevance | path

Searched refs:numWorkerThreads (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/Async/Transforms/
H A DAsyncParallelFor.cpp100 AsyncParallelForPass(bool asyncDispatch, int32_t numWorkerThreads, in AsyncParallelForPass()
103 this->numWorkerThreads = numWorkerThreads; in AsyncParallelForPass()
113 MLIRContext *ctx, bool asyncDispatch, int32_t numWorkerThreads, in AsyncParallelForRewrite()
116 numWorkerThreads(numWorkerThreads), in AsyncParallelForRewrite()
124 int32_t numWorkerThreads; member
807 if (numWorkerThreads >= 0) in matchAndRewrite()
808 numWorkerThreadsVal = b.create<arith::ConstantIndexOp>(numWorkerThreads); in matchAndRewrite()
930 patterns, asyncDispatch, numWorkerThreads, in runOnOperation()
943 int32_t numWorkerThreads, in createAsyncParallelForPass() argument
950 RewritePatternSet &patterns, bool asyncDispatch, int32_t numWorkerThreads, in populateAsyncParallelForPatterns() argument
[all …]
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Async/
H A DTransforms.h34 RewritePatternSet &patterns, bool asyncDispatch, int32_t numWorkerThreads,
H A DPasses.h24 int32_t numWorkerThreads,
H A DPasses.td26 Option<"numWorkerThreads", "num-workers",