[MLIR] Update tutorial to add missing tests and bring directory paths and code snippe...
authorLucy Fox <lucy.r.fox@gmail.com>
Wed, 25 Mar 2020 22:10:31 +0000 (15:10 -0700)
committerLucy Fox <lucy.r.fox@gmail.com>
Sat, 18 Apr 2020 03:15:15 +0000 (20:15 -0700)
commit495cf27291884347dc8e1ee76a3c65fc66517f92
treee68c0c1d1327ca39e02617948794b53d5515bd35
parent41ad8b7388c13cdbe456478d8a0b4433b21a451f
[MLIR] Update tutorial to add missing tests and bring directory paths and code snippets up to date.

Summary:
The tests referred to in Chapter 3 of the tutorial were missing from the tutorial test
directory; this adds those missing tests. This also cleans up some stale directory paths and code
snippets used throughout the tutorial.

Subscribers: mehdi_amini, rriddle, jpienaar, burmako, shauheen, antiagainst, nicolasvasilache, arpith-jacob, mgester, aartbik, liufengdb, Joonsoo, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D76809
15 files changed:
mlir/docs/Tutorials/Toy/Ch-1.md
mlir/docs/Tutorials/Toy/Ch-2.md
mlir/docs/Tutorials/Toy/Ch-3.md
mlir/docs/Tutorials/Toy/Ch-5.md
mlir/docs/Tutorials/Toy/Ch-6.md
mlir/test/Examples/Toy/Ch3/transpose_transpose.toy [new file with mode: 0644]
mlir/test/Examples/Toy/Ch3/trivial_reshape.toy [new file with mode: 0644]
mlir/test/Examples/Toy/Ch4/transpose_transpose.toy [new file with mode: 0644]
mlir/test/Examples/Toy/Ch4/trivial_reshape.toy [new file with mode: 0644]
mlir/test/Examples/Toy/Ch5/transpose_transpose.toy [new file with mode: 0644]
mlir/test/Examples/Toy/Ch5/trivial_reshape.toy [new file with mode: 0644]
mlir/test/Examples/Toy/Ch6/transpose_transpose.toy [new file with mode: 0644]
mlir/test/Examples/Toy/Ch6/trivial_reshape.toy [new file with mode: 0644]
mlir/test/Examples/Toy/Ch7/transpose_transpose.toy [new file with mode: 0644]
mlir/test/Examples/Toy/Ch7/trivial_reshape.toy [new file with mode: 0644]