llvm-project/mlir/examples/toy
Guangda Lai 7977e62b96 Fix typo (transpose -> reshape).
--

PiperOrigin-RevId: 244270801
2019-04-23 22:00:45 -07:00
..
Ch1 Initial version for chapter 1 of the Toy tutorial 2019-04-02 13:40:06 -07:00
Ch2 Fix bug in Toy tutorial where IR emission stopped after any `print` 2019-04-08 18:54:25 -07:00
Ch3 Fix typo (transpose -> reshape). 2019-04-23 22:00:45 -07:00
Ch4 Fix typo (transpose -> reshape). 2019-04-23 22:00:45 -07:00
Ch5 Expose `setupTargetTriple` as a public static method on ExecutionEngine 2019-04-11 10:51:24 -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.