Searched refs:numWorkerThreads (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/mlir/lib/Dialect/Async/Transforms/ |
| H A D | AsyncParallelFor.cpp | 100 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 D | Transforms.h | 34 RewritePatternSet &patterns, bool asyncDispatch, int32_t numWorkerThreads,
|
| H A D | Passes.h | 24 int32_t numWorkerThreads,
|
| H A D | Passes.td | 26 Option<"numWorkerThreads", "num-workers",
|