llvm-project/mlir
Thomas Raoux ffa7384f10 [mlir][vector] Support distribution of vector.reduce with accumulator
Right now the pattern was ignoring the optional accumulator.

Differential Revision: https://reviews.llvm.org/D129719
2022-07-14 14:28:38 +00:00
..
benchmark/python [mlir] Fix declaration of nano time function in benchmark infra 2022-05-13 13:22:18 +02:00
cmake/modules Restore Python install behavior from before D128230. 2022-07-09 19:22:51 -07:00
docs [mlir][doc] Fix usage of PatternApplicator. 2022-07-14 09:08:26 +00:00
examples [mlir] move SCF headers to SCF/{IR,Transforms} respectively 2022-06-20 10:18:01 +02:00
include [mlir][linalg][NFC] Cleanup: Drop linalg.inplaceable attribute 2022-07-14 15:50:03 +02:00
lib [mlir][vector] Support distribution of vector.reduce with accumulator 2022-07-14 14:28:38 +00:00
python [mlir] Transform op for multitile size generation 2022-07-12 12:36:28 +00:00
test [mlir][vector] Support distribution of vector.reduce with accumulator 2022-07-14 14:28:38 +00:00
tools [mlir] Use value instead of getValue (NFC) 2022-07-14 00:19:59 -07:00
unittests [mlir] Use has_value instead of hasValue (NFC) 2022-07-13 00:57:02 -07:00
utils [vscode-mlir] add tablegen <> bracket colorization 2022-07-08 10:58:38 -07:00
.clang-format [mlir] Add missing newline at end of .clang-format file 2022-06-14 23:59:00 -07:00
.clang-tidy Enable readability-redundant-smartptr-get in MLIR local clang-tidy config 2022-01-08 20:07:11 +00:00
CMakeLists.txt Revert "[cmake] Don't export `LLVM_TOOLS_INSTALL_DIR` anymore" 2022-06-10 19:26:12 +00:00
LICENSE.TXT
README.md

README.md

Multi-Level Intermediate Representation

See https://mlir.llvm.org/ for more information.