llvm/mlir
Rob Suderman 286e7bdd3e [mlir][tosa] Make tosa MakeBroadcastable pass handle unreanked tensors.
If this pass executes without shape inference its possible for unranked tensors
to appear in the IR. This pass should gracefully handle unranked tensors.

Differential Revision: https://reviews.llvm.org/D106617
2021-07-22 17:57:05 -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] Quantized Conv2DOp lowering to linalg added. 2021-07-22 15:42:26 -07:00
lib [mlir][tosa] Make tosa MakeBroadcastable pass handle unreanked tensors. 2021-07-22 17:57:05 -07:00
python [mlir][tosa] Quantized Conv2DOp lowering to linalg added. 2021-07-22 15:42:26 -07:00
test [mlir][tosa] Quantized Conv2DOp lowering to linalg added. 2021-07-22 15:42:26 -07: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
CMakeLists.txt
LICENSE.TXT
README.md

Multi-Level Intermediate Representation

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