llvm-capstone/mlir
Maya Amrami fd004a4986 [mlir] tosa.concat - Add InferTensorType interface
When this interface is used, a call to inferReturnTypeComponents()
is generated on creation and verification of the op.
A few changes were required in inferReturnTypeComponents():
- Emit error when it fails.
  The verifier calls this method now, and it is preferable to
  indicate what caused the failure.
- Fix the inferred return shapes so they have a type too.

Reviewed By: rsuderman

Differential Revision: https://reviews.llvm.org/D146132
2023-03-21 17:01:08 +02:00
..
benchmark/python [mlir][sparse] Expose SparseTensor passes as enums instead of opaque numbers for vectorization and parallelization options. 2022-09-04 01:39:35 +00:00
cmake/modules [mlir] Don't use -z,defs on sanitizer builds 2023-03-13 14:04:31 -04:00
docs Implements MLIR Bytecode versioning capability 2023-03-10 23:28:56 +01:00
examples [mlir] Support lowering of dialect attributes attached to top-level modules 2023-03-21 12:54:26 +00:00
include [mlir] tosa.concat - Add InferTensorType interface 2023-03-21 17:01:08 +02:00
lib [mlir] tosa.concat - Add InferTensorType interface 2023-03-21 17:01:08 +02:00
python Revert "[mlir][Linalg][Transform] Avoid FunctionalStyleTransformOpTrait where unnecesseary to improve usability" 2023-03-20 07:07:27 -07:00
test [mlir] tosa.concat - Add InferTensorType interface 2023-03-21 17:01:08 +02:00
tools [mlir] Add missing registrations to runners. 2023-03-21 15:17:21 +01:00
unittests [mlir] Add alloca address space handling to the data layout subsystem 2023-03-21 09:37:08 -04:00
utils [mlir] Add Float8E5M2FNUZ and Float8E4M3FNUZ types to MLIR 2023-02-13 18:26:27 +00:00
.clang-format [mlir] Add missing newline at end of .clang-format file 2022-06-14 23:59:00 -07:00
.clang-tidy [mlir] Disable misc-const-correctness clang-tidy check. 2022-08-03 10:18:43 +02:00
CMakeLists.txt Revert "Reland "[CMake] Bumps minimum version to 3.20.0."" 2023-03-18 20:32:43 +01:00
LICENSE.TXT
README.md

Multi-Level Intermediate Representation

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