llvm-project/mlir/examples/toy
MLIR Team 41d90a85bd Automated rollback of changelist 247778391.
PiperOrigin-RevId: 247778691
2019-05-20 13:37:20 -07:00
..
Ch1 Initial version for chapter 1 of the Toy tutorial 2019-04-02 13:40:06 -07:00
Ch2 Fix unused variable warning in the Toy tutorial (NFC) 2019-05-10 19:29:58 -07:00
Ch3 Add explicit friendship with Operation to each derived op class to ensure access to the inherited protected constructor of `Op`. Some compiler versions have different rules for the visibility of inherited constructors. 2019-05-06 08:28:50 -07:00
Ch4 Automated rollback of changelist 247778391. 2019-05-20 13:37:20 -07:00
Ch5 Automated rollback of changelist 247778391. 2019-05-20 13:37:20 -07:00
CMakeLists.txt Toy tutorial Chapter 5: Lowering to Linalg and LLVM 2019-04-08 23:26:54 -07:00
README.md Move the top-level `tutorial` as `Linalg` nested in the examples folder 2019-04-03 19:21:38 -07:00

README.md

Toy Tutorial

This contains sample code to support the tutorial on using MLIR for building a compiler for a simple Toy language.

See g3doc/Tutorials/Toy at the root of the repository for more informations.