llvm-project/mlir/lib/Dialect
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
..
AVX512 [mlir][vector][avx512] move avx512 lowering pass into general vector lowering 2020-12-03 17:23:46 -08:00
Affine [mlir] Add an option to control the number of loops in affine parallelizer 2020-12-08 10:44:37 +01:00
Async [mlir] Async: Add numWorkerThreads argument to createAsyncParallelForPass 2020-12-08 10:30:14 -08:00
GPU [mlir][Types][NFC] Move all of the builtin Type classes to BuiltinTypes.h 2020-12-03 18:02:10 -08:00
LLVMIR [MLIR] Fix parseFunctionLikeOp() to fail parsing empty regions 2020-12-04 09:09:59 -08:00
Linalg [mlir][sparse] hoist loop invariant tensor loads in sparse compiler 2020-12-07 11:59:48 -08:00
OpenACC [mlir][Types][NFC] Move all of the builtin Type classes to BuiltinTypes.h 2020-12-03 18:02:10 -08:00
OpenMP [mlir] Add conversion from SCF parallel loops to OpenMP 2020-11-24 21:12:56 +01:00
PDL [mlir][Types][NFC] Move all of the builtin Type classes to BuiltinTypes.h 2020-12-03 18:02:10 -08:00
PDLInterp [mlir][Types][NFC] Move all of the builtin Type classes to BuiltinTypes.h 2020-12-03 18:02:10 -08:00
Quant [mlir][Types][NFC] Move all of the builtin Type classes to BuiltinTypes.h 2020-12-03 18:02:10 -08:00
SCF Add `Operation* OpState::operator->()` to provide more convenient access to members of Operation. 2020-12-02 15:46:20 +01:00
SDBM Separate the Registration from Loading dialects in the Context 2020-08-19 01:19:03 +00:00
SPIRV [MLIR][SPIRV] Add initial support for OpSpecConstantOp. 2020-12-08 09:07:52 -05:00
Shape [mlir][Shape] Canonicalize assume_all with one input and tensor_cast of constant_shape 2020-12-08 17:07:24 +01:00
StandardOps [mlir][Types][NFC] Move all of the builtin Type classes to BuiltinTypes.h 2020-12-03 18:02:10 -08:00
Tosa [mlir][Types][NFC] Move all of the builtin Type classes to BuiltinTypes.h 2020-12-03 18:02:10 -08:00
Vector [mlir][NFC] Remove Function.h and Module.h in favor of BuiltinOps.h 2020-12-03 18:02:10 -08:00
CMakeLists.txt TOSA MLIR Dialect 2020-11-07 08:38:09 -08:00
Traits.cpp [mlir][Types][NFC] Move all of the builtin Type classes to BuiltinTypes.h 2020-12-03 18:02:10 -08:00