[MLIR] Update tutorial to add missing tests and bring directory paths and code snippe...
authorLucy Fox <lucy.r.fox@gmail.com>
Sat, 18 Apr 2020 00:12:25 +0000 (17:12 -0700)
committerLucy Fox <lucy.r.fox@gmail.com>
Sat, 18 Apr 2020 03:15:15 +0000 (20:15 -0700)
commita6b427167e0560202529563cf94a210694038185
tree1bb8098cfc5c4e0db8a4cee27f16c02da6875c99
parent495cf27291884347dc8e1ee76a3c65fc66517f92
[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.

Differential Revision: https://reviews.llvm.org/D76809
mlir/test/Examples/Toy/Ch3/transpose_transpose.toy
mlir/test/Examples/Toy/Ch3/trivial_reshape.toy
mlir/test/Examples/Toy/Ch4/transpose_transpose.toy
mlir/test/Examples/Toy/Ch4/trivial_reshape.toy
mlir/test/Examples/Toy/Ch5/transpose_transpose.toy
mlir/test/Examples/Toy/Ch5/trivial_reshape.toy
mlir/test/Examples/Toy/Ch6/transpose_transpose.toy
mlir/test/Examples/Toy/Ch6/trivial_reshape.toy
mlir/test/Examples/Toy/Ch7/transpose_transpose.toy
mlir/test/Examples/Toy/Ch7/trivial_reshape.toy