llvm-project/mlir
Rob Suderman 055fa446fd [mlir][tosa] Disable tosa shape verification between operands/results
Tosa shape verification prevent shape propagation when coming from a dialect
of known shape. Relax this constraint to allow ingestion / shape propagation
from these other dialects.

Differential Revision: https://reviews.llvm.org/D106610
2021-07-26 10:02:30 -07:00
..
cmake/modules Remove libMLIRPublicAPI DSO. 2021-07-20 17:58:28 -07:00
docs [mlir-tblgen] Support binding multi-results of NativeCodeCall 2021-07-21 11:23:22 +08:00
examples [mlir] factor memref-to-llvm lowering out of std-to-llvm 2021-07-09 14:49:52 +02:00
include [mlir][tosa] Disable tosa shape verification between operands/results 2021-07-26 10:02:30 -07:00
lib [mlir] split type conversion to two lines for GCC's sake 2021-07-26 14:15:47 +02:00
python [mlir][linalg] Add pooling_nchw_max, conv_2d_nchw as yaml ops. 2021-07-23 17:37:15 +00:00
test [mlir] Fix RankedTensorType::walkImmediateSubElements method 2021-07-26 11:49:25 +03:00
tools [mlir] Improve description of interface options 2021-07-22 19:35:56 +02:00
unittests Defend early against operation created without a registered dialect 2021-07-15 03:52:32 +00:00
utils [vscode-mlir] Add support for restarting the server on setting/server changes 2021-06-29 00:08:44 +00:00
.clang-format
.clang-tidy NFC: .clang-tidy: Inherit configs from parents to improve maintainability 2021-06-08 08:25:59 -07:00
CMakeLists.txt [MLIR] Drop old cmake var names 2021-05-24 15:30:01 +05:30
LICENSE.TXT
README.md

README.md

Multi-Level Intermediate Representation

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