llvm-project/mlir/test/Dialect
Tobias Gysi bf28849745 [mlir][linalg] Retire PoolingMaxOp/PoolingMinOp/PoolingSumOp.
The pooling ops are among the last remaining hard coded Linalg operations that have no region attached. They got obsolete due to the OpDSL pooling operations. Removing them allows us to delete specialized code and tests that are not needed for the OpDSL counterparts that rely on the standard code paths.

Reviewed By: nicolasvasilache

Differential Revision: https://reviews.llvm.org/D110909
2021-10-01 13:51:56 +00:00
..
AMX Update syntax for amx.tile_muli to use two Unit attr to mark the zext case 2021-03-20 04:12:24 +00:00
Affine [mlir] Unroll-and-jam loops with iter_args. 2021-09-28 14:13:27 -07:00
ArmNeon 2d Arm Neon sdot op, and lowering to the intrinsic. 2021-06-10 14:36:39 -07:00
ArmSVE [mlir] Set the namespace of the BuiltinDialect to 'builtin' 2021-07-28 21:00:10 +00:00
Async Remove unnecessary async group creates and awaits. 2021-09-28 14:52:08 -07: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 Add Log1pOp to complex dialect. 2021-07-07 11:33:54 +02: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][GPU] Add GPU launch op support for dynamic shared memory 2021-10-01 16:46:07 +05:30
LLVMIR Make LLVM Linkage a first class attribute instead of using an integer attribute 2021-09-03 21:21:46 +00:00
Linalg [mlir][linalg] Retire PoolingMaxOp/PoolingMinOp/PoolingSumOp. 2021-10-01 13:51:56 +00:00
Math [tests] Make testsuite more resilient to "order of constant" changes. NFC. 2021-09-08 10:10:10 -07:00
MemRef [mlir] Fix bug in FoldSubview with rank reducing subview 2021-09-28 13:18:29 -07:00
OpenACC [mlir][openacc] Add canonicalization for standalone data operations for if condition 2021-06-07 11:40:59 -04:00
OpenMP [MLIR][OpenMP] Add support for declaring critical construct names 2021-09-02 14:31:19 +00: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] Tighten verification of SparseElementsAttr 2021-09-21 01:57:42 +00:00
SCF [MLIR][SCF] Add for-to-while loop transformation pass 2021-09-21 09:09:54 +01:00
SPIRV [tests] Make testsuite more resilient to "order of constant" changes. NFC. 2021-09-08 10:10:10 -07:00
Shape [tests] Make testsuite more resilient to "order of constant" changes. NFC. 2021-09-08 10:10:10 -07:00
SparseTensor [mlir][sparse] preserve zero-initialization for materializing buffers 2021-09-27 11:22:05 -07:00
Standard [mlir] Add min/max operations to Standard. 2021-09-28 09:40:22 +02:00
Tensor [mlir] Tighten verification of SparseElementsAttr 2021-09-21 01:57:42 +00:00
Tosa [mlir][tosa] Do not fold transpose with quantized types 2021-09-24 16:57:55 -04:00
Vector [mlir][vector] Fold transfer ops and tensor.extract/insert_slice. 2021-09-30 09:28:00 +09: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