llvm-project/mlir
River Riddle 6ccf2d62b4 [mlir] Add an interface for Cast-Like operations
A cast-like operation is one that converts from a set of input types to a set of output types. The arity of the inputs may be from 0-N, whereas the arity of the outputs may be anything from 1-N. Cast-like operations are removable in cases where they produce a "no-op", i.e when the input types and output types match 1-1.

Differential Revision: https://reviews.llvm.org/D94831
2021-01-20 16:28:17 -08:00
..
cmake/modules Enable python bindings for tensor, shape and linalg dialects. 2021-01-11 12:35:49 -08:00
docs [mlir] Add an interface for Cast-Like operations 2021-01-20 16:28:17 -08:00
examples [mlir] Add an interface for Cast-Like operations 2021-01-20 16:28:17 -08:00
include [mlir] Add an interface for Cast-Like operations 2021-01-20 16:28:17 -08:00
integration_test [mlir][sparse] improved sparse runtime support library 2021-01-16 12:16:10 -08:00
lib [mlir] Add an interface for Cast-Like operations 2021-01-20 16:28:17 -08:00
test Revert "[mlir][Affine] Add support for multi-store producer fusion" 2021-01-21 00:37:23 +02:00
tools [mlir] fix the rocm runtime wrapper to account for cuda / rocm api differences 2021-01-20 18:48:32 +01:00
unittests [MLIR] Support checking if two FlatAffineConstraints are equal 2021-01-18 21:46:01 +05:30
utils [mlir] Add better support for f80 and f128 2021-01-15 10:29:48 -05: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] Fix cross-compilation (Linalg ODS gen) 2021-01-18 11:57:55 +01: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.