llvm-project/mlir/test
Nicolas Vasilache 3f906c54a2 [mlir][Vector] Add 2-D vector contract lowering to ReduceOp
This new pattern mixes vector.transpose and direct lowering to vector.reduce.
This allows more progressive lowering than immediately going to insert/extract and
composes more nicely with other canonicalizations.
This has 2 use cases:
1. for very wide vectors the generated IR may be much smaller
2. when we have a custom lowering for transpose ops we can target it directly
rather than rely LLVM

Differential Revision: https://reviews.llvm.org/D85428
2020-08-07 06:17:48 -04:00
..
Analysis Change filecheck default to dump input on failure 2020-06-09 18:57:46 +00:00
Bindings/Python Initial boiler-plate for python bindings. 2020-07-09 12:03:58 -07:00
CAPI [mlir] Initial version of C APIs 2020-08-05 15:04:08 +02:00
Conversion [mlir] Lower DimOp to LLVM for unranked memrefs. 2020-08-06 11:46:11 +02:00
Dialect [mlir][Vector] Add 2-D vector contract lowering to ReduceOp 2020-08-07 06:17:48 -04:00
EDSC [MLIR][EDSC] Add fptrunc and fpext to EDSC 2020-07-21 08:55:18 -07:00
Examples [lit] Improve naming of test result categories 2020-06-05 08:14:42 -07:00
IR [mlir] Allow index as element type of memref 2020-07-30 14:35:22 +02:00
Pass [mlir] Add a new context flag for disabling/enabling multi-threading 2020-05-02 12:32:25 -07:00
SDBM [MLIR] Reapply: Adjust libMLIR building to more closely follow libClang 2020-05-04 20:47:57 -07:00
Target [mlir] use the new stateful LLVM type translator by default 2020-08-06 00:36:33 +02:00
Transforms [MLIR][Affine] Fix createPrivateMemRef in affine fusion 2020-08-04 12:17:48 -07:00
Unit Add build files and update README. 2019-03-30 11:23:22 -07:00
lib [mlir] use the new stateful LLVM type translator by default 2020-08-06 00:36:33 +02:00
mlir-cpu-runner [mlir] Lower DimOp to LLVM for unranked memrefs. 2020-08-06 11:46:11 +02:00
mlir-cuda-runner Remove debug flags from test (NFC) 2020-08-02 16:59:20 +00:00
mlir-linalg-ods-gen [mlir][Linalg] Add support to lower named ops to loops. 2020-04-30 13:45:17 -04:00
mlir-opt [mlir] Change dialect namespace loop->scf 2020-05-13 19:20:21 +02:00
mlir-reduce Create TestReducer pass 2020-07-11 00:46:57 +00:00
mlir-rocm-runner Remove debug flags from test (NFC) 2020-08-02 16:59:20 +00:00
mlir-tblgen [mlir][OpFormatGen] Add support for eliding UnitAttr when used to anchor an optional group 2020-08-03 14:31:41 -07:00
mlir-vulkan-runner [mlir][vulkan-runner] add support for memref of i8, i16 types in vulkan runner 2020-06-18 13:24:51 -07:00
APITest.h Mass update the MLIR license header to mention "Part of the LLVM project" 2020-01-26 03:58:30 +00:00
CMakeLists.txt [mlir] Initial version of C APIs 2020-08-05 15:04:08 +02:00
lit.cfg.py [mlir] Initial version of C APIs 2020-08-05 15:04:08 +02:00
lit.site.cfg.py.in Initial boiler-plate for python bindings. 2020-07-09 12:03:58 -07:00