llvm-project/mlir/test/Dialect
Mats Petersson 3f00e10bdd [mlir][OpenMP]Support for modifiers in workshare loops
Pass the modifiers from the Flang parser to FIR/MLIR workshare
loop operation.

Not yet supporting the SIMD modifier, which is a bit more work
than just adding it to the list of modifiers, so will go in a
separate patch.

This adds a new field to the WsLoopOp.

Also add test for dynamic WSLoop, checking that dynamic schedule calls
the init and next functions as expected.

Reviewed By: ftynse

Differential Revision: https://reviews.llvm.org/D111053
2021-10-22 14:19:33 +01:00
..
AMX [MLIR] Replace std ops with arith dialect ops 2021-10-13 03:07:03 +00:00
Affine [MLIR] Replace std ops with arith dialect ops 2021-10-13 03:07:03 +00:00
Arithmetic [MLIR] Fix FloorDivSIOpConverter that was failing for index type after the arithmetic op refactor 2021-10-21 21:42:30 +00:00
ArmNeon 2d Arm Neon sdot op, and lowering to the intrinsic. 2021-06-10 14:36:39 -07:00
ArmSVE [MLIR] Replace std ops with arith dialect ops 2021-10-13 03:07:03 +00:00
Async [MLIR] Replace std ops with arith dialect ops 2021-10-13 03:07:03 +00:00
Builtin Add a new interface allowing to set a default dialect to be used for printing/parsing regions 2021-08-31 17:52:40 +00:00
Complex [MLIR] Replace std ops with arith dialect ops 2021-10-13 03:07:03 +00:00
DLTI [mlir] support data layout specs on ModuleOp 2021-03-24 15:13:38 +01:00
EmitC [mlir] Fix printing of EmitC attrs/types with escape characters 2021-09-15 18:15:38 +00:00
GPU [MLIR] Replace std ops with arith dialect ops 2021-10-13 03:07:03 +00:00
LLVMIR [MLIR] Replace std ops with arith dialect ops 2021-10-13 03:07:03 +00:00
Linalg [mlir][linalg][bufferize] Support scf::IfOp 2021-10-22 10:12:55 +09:00
Math Avoid infinity arithmetics when computing exp approximations 2021-10-21 10:09:18 -07:00
MemRef [MLIR] Replace std ops with arith dialect ops 2021-10-13 03:07:03 +00:00
OpenACC [MLIR] Replace std ops with arith dialect ops 2021-10-13 03:07:03 +00:00
OpenMP [mlir][OpenMP]Support for modifiers in workshare loops 2021-10-22 14:19:33 +01:00
PDL [PDL] Remove RewriteEndOp and mark RewriteOp as NoTerminator 2021-07-27 20:45:10 +00:00
PDLInterp [mlir][PDL] Add support for variadic operands and results in the PDL Interpreter 2021-03-16 13:20:19 -07:00
Quant [MLIR] Replace std ops with arith dialect ops 2021-10-13 03:07:03 +00:00
SCF [MLIR] Replace std ops with arith dialect ops 2021-10-13 03:07:03 +00:00
SPIRV [mlir][spirv] Add memory semantics verify for atomic operations 2021-10-14 00:00:55 +08:00
Shape [mlir] Add folder for shape.add 2021-10-15 17:30:17 -07:00
SparseTensor [mlir][sparse] make index type explicit in public API of support library 2021-10-20 12:46:31 -07:00
Standard Canonicalize max/min operations on integers. 2021-10-19 05:25:59 -07:00
Tensor [mlir][Linalg] Tighten canonicalization of InsertSliceOp that triggers infinite loop 2021-10-14 15:26:03 +00:00
Tosa Implementation of `ReshapeNoopOptimization` canonicalizer. 2021-10-19 16:07:34 -07:00
Vector [mlir][vector] Add patterns to convert multidimreduce to vector.contract 2021-10-21 14:03:32 -07:00
X86Vector [mlir][vector][avx] add AVX dot product to X86Vector dialect with lowering 2021-04-15 15:01:39 -07:00
traits.mlir [mlir] Fix broadcasting check with 1 values 2021-07-11 20:41:33 -07:00