llvm-project/mlir
Alexander Belyaev 89ae5b5b6a [mlir] Add canonicalization pattern out_tensor->linalg->dim to out_tensor->dim.
Differential Revision: https://reviews.llvm.org/D94079
2021-01-05 15:15:21 +01:00
..
cmake/modules [mlir][python] Fix python extension building on windows. 2020-12-31 00:11:39 -08:00
docs [mlir] Add option to read reproducer options from file 2020-12-30 10:46:01 -08:00
examples [ODS] Make the getType() method on a OneResult instruction return a specific type. 2020-12-26 13:52:40 -08:00
include [TableGen] Continue cleaning up .td files 2021-01-01 10:21:02 -05:00
integration_test [mlir][Linalg] Revisit the Linalg on tensors abstraction 2020-12-21 12:29:10 -08:00
lib [mlir] Add canonicalization pattern out_tensor->linalg->dim to out_tensor->dim. 2021-01-05 15:15:21 +01:00
test [mlir] Add canonicalization pattern out_tensor->linalg->dim to out_tensor->dim. 2021-01-05 15:15:21 +01:00
tools [mlir][python] Aggressively avoid name collisions in generated python ODS code. 2020-12-29 17:43:04 -08:00
unittests [mlir][IR][NFC] Move context/location parameters of builtin Type::get methods to the start of the parameter list 2020-12-17 13:01:36 -08:00
utils [mlir] Move `std.tensor_cast` -> `tensor.cast`. 2020-12-17 16:06:56 -08:00
.clang-format
.clang-tidy Fix MLIR clang-tidy: when tweaking it does not inherit from the parent 2020-03-07 17:44:21 +00:00
CMakeLists.txt [mlir][Python] Check numpy in Python bindings configuration. 2020-12-02 09:29:20 +08:00
LICENSE.TXT Add the Apache2 with LLVM exceptions license to MLIR 2019-12-24 00:58:06 -08:00
README.md mlir README.md: Fix the syntax 2019-12-24 13:31:07 +01:00

README.md

Multi-Level Intermediate Representation

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