llvm-project/mlir/examples
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
..
python [mlir][python] Swap shape and element_type order for MemRefType. 2021-01-19 16:03:19 -08:00
standalone [CMake] Remove dead code setting policies to NEW 2021-01-19 17:19:36 +02:00
toy [mlir] Add an interface for Cast-Like operations 2021-01-20 16:28:17 -08:00
CMakeLists.txt NFC: Delete the Linalg tutorial. 2019-10-17 14:27:37 -07:00