Lines Matching refs:numWorkerThreads
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
945 return std::make_unique<AsyncParallelForPass>(asyncDispatch, numWorkerThreads, in createAsyncParallelForPass()
950 RewritePatternSet &patterns, bool asyncDispatch, int32_t numWorkerThreads, in populateAsyncParallelForPatterns() argument
953 patterns.add<AsyncParallelForRewrite>(ctx, asyncDispatch, numWorkerThreads, in populateAsyncParallelForPatterns()