llvm-project/mlir
Suraj Sudhir 1ceff40df0 [mlir][tosa] Align tensor rank specifications with current spec
Deconstrains several TOSA operators to align with the current TOSA spec, including all the elementwise ops.
Note: some more ops are under consideration for further cleanup; they will follow once the spec has been updated.

Reviewed By: stellaraccident

Differential Revision: https://reviews.llvm.org/D102958
2021-05-24 16:03:42 +00:00
..
cmake/modules [MLIR] Make MLIR cmake variable names consistent 2021-05-24 08:43:10 +05:30
docs [MLIR] Make MLIR cmake variable names consistent 2021-05-24 08:43:10 +05:30
examples Add a helper function to convert LogicalResult to int for return from main 2021-05-19 00:12:39 +00:00
include [mlir][tosa] Align tensor rank specifications with current spec 2021-05-24 16:03:42 +00:00
lib [MLIR] [Python] Add Operation.parent 2021-05-23 20:52:43 -07:00
python [mlir] Add Python bindings for vector dialect 2021-05-20 17:53:08 +09:00
test [MLIR] [Python] Add Operation.parent 2021-05-23 20:52:43 -07:00
tools [mlir] Add support for fusion into TiledLoopOp. 2021-05-21 18:13:45 +02:00
unittests [mlir][spirv] NFC: Replace OwningSPIRVModuleRef with OwningOpRef 2021-05-06 17:17:44 -04:00
utils [mlir] Add a vscode language extension for MLIR 2021-04-21 14:44:37 -07: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] 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.