llvm-project/mlir
Matthias Springer 18e08fbd01 [mlir][linalg][bufferize] Fix tiled_loop bufferization
Until now, bufferization assumed that the yieleded tensor of a linalg.tiled_loop is an output tensor. This is not necessarily the case.

Differential Revision: https://reviews.llvm.org/D116685
2022-01-06 17:51:33 +09:00
..
cmake/modules [mlir][ods] AttrOrTypeGen uses Class 2021-12-01 16:53:23 +00:00
docs [mlir][ods] ODS ops get an `extraClassDefinition` 2022-01-06 01:43:26 +00:00
examples Fix clang-tidy issues in mlir/ (NFC) 2021-12-20 20:25:01 +00:00
include [mlir][linalg][bufferize][NFC] Simplify InsertSliceOp bufferization 2022-01-06 17:35:45 +09:00
lib [mlir][linalg][bufferize] Fix tiled_loop bufferization 2022-01-06 17:51:33 +09:00
python [mlir] Introduce Python bindings for the quantization dialect 2022-01-05 16:26:31 +01:00
test [mlir][linalg][bufferize] Fix tiled_loop bufferization 2022-01-06 17:51:33 +09:00
tools [mlir][ods] ODS ops get an `extraClassDefinition` 2022-01-06 01:43:26 +00:00
unittests [MLIR] Move LinearTransform to Presburger/ 2022-01-03 11:11:09 +05:30
utils Fix doc on how to run clang-tidy on MLIR codebase (NFC) 2022-01-03 07:00:07 +00:00
.clang-format
.clang-tidy Enable a few clang-tidy checks in MLIR 2022-01-02 01:05:06 +00:00
CMakeLists.txt Build MLIR with -Werror=mismatched-tags (NFC) 2021-12-08 05:59:06 +00:00
LICENSE.TXT
README.md

README.md

Multi-Level Intermediate Representation

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