llvm-project/mlir/lib/Dialect/Async/Transforms
Eugene Zhulenev 94e645f9cc [mlir] Async: Add numWorkerThreads argument to createAsyncParallelForPass
Add an option to pass the number of worker threads to select the number of async regions for parallel for transformation.
```
std::unique_ptr<OperationPass<FuncOp>> createAsyncParallelForPass(int numWorkerThreads);
```

Reviewed By: mehdi_amini

Differential Revision: https://reviews.llvm.org/D92835
2020-12-08 10:30:14 -08:00
..
AsyncParallelFor.cpp [mlir] Async: Add numWorkerThreads argument to createAsyncParallelForPass 2020-12-08 10:30:14 -08:00
AsyncRefCounting.cpp
AsyncRefCountingOptimization.cpp Add `Operation* OpState::operator->()` to provide more convenient access to members of Operation. 2020-12-02 15:46:20 +01:00
CMakeLists.txt
PassDetail.h