[PATCH] D76809: [MLIR] Update tutorial to add missing tests and bring directory paths and code snippets up to date.
Lucy Fox via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 25 16:16:56 PDT 2020
lucyrfox created this revision.
Herald added subscribers: llvm-commits, Joonsoo, liufengdb, aartbik, mgester, arpith-jacob, nicolasvasilache, antiagainst, shauheen, burmako, jpienaar, rriddle, mehdi_amini.
Herald added a project: LLVM.
lucyrfox added a reviewer: rriddle.
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.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D76809
Files:
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
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D76809.252699.patch
Type: text/x-patch
Size: 27989 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200325/c0527c1a/attachment.bin>
More information about the llvm-commits
mailing list