Move the top-level `tutorial` as `Linalg` nested in the examples folder

--

PiperOrigin-RevId: 241831176
This commit is contained in:
Mehdi Amini 2019-04-03 16:38:53 -07:00 committed by Mehdi Amini
parent 288bf2b5b9
commit a261ce5b40
50 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
# 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](../../g3doc/Tutorials/Toy) at the root of
the repository for more informations.