[all-commits] [llvm/llvm-project] 01d781: [MLIR] Update tutorial to add missing tests and br...
lucyrfox via All-commits
all-commits at lists.llvm.org
Fri Apr 17 18:02:43 PDT 2020
Branch: refs/heads/arcpatch-D76809_2
Home: https://github.com/llvm/llvm-project
Commit: 01d781489e71bee1ac37c6b89089df7e72fd0423
https://github.com/llvm/llvm-project/commit/01d781489e71bee1ac37c6b89089df7e72fd0423
Author: Lucy Fox <lucy.r.fox at gmail.com>
Date: 2020-04-17 (Fri, 17 Apr 2020)
Changed paths:
M mlir/docs/Tutorials/Toy/Ch-1.md
M mlir/docs/Tutorials/Toy/Ch-2.md
M mlir/docs/Tutorials/Toy/Ch-3.md
M mlir/docs/Tutorials/Toy/Ch-5.md
M mlir/docs/Tutorials/Toy/Ch-6.md
A mlir/test/Examples/Toy/Ch3/transpose_transpose.toy
A mlir/test/Examples/Toy/Ch3/trivial_reshape.toy
A mlir/test/Examples/Toy/Ch4/transpose_transpose.toy
A mlir/test/Examples/Toy/Ch4/trivial_reshape.toy
A mlir/test/Examples/Toy/Ch5/transpose_transpose.toy
A mlir/test/Examples/Toy/Ch5/trivial_reshape.toy
A mlir/test/Examples/Toy/Ch6/transpose_transpose.toy
A mlir/test/Examples/Toy/Ch6/trivial_reshape.toy
A mlir/test/Examples/Toy/Ch7/transpose_transpose.toy
A mlir/test/Examples/Toy/Ch7/trivial_reshape.toy
Log Message:
-----------
[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
Commit: 9cad0d090d33bd1012439818b87c63ec25d84f60
https://github.com/llvm/llvm-project/commit/9cad0d090d33bd1012439818b87c63ec25d84f60
Author: Lucy Fox <lucy.r.fox at gmail.com>
Date: 2020-04-17 (Fri, 17 Apr 2020)
Changed paths:
M mlir/test/Examples/Toy/Ch3/transpose_transpose.toy
M mlir/test/Examples/Toy/Ch3/trivial_reshape.toy
M mlir/test/Examples/Toy/Ch4/transpose_transpose.toy
M mlir/test/Examples/Toy/Ch4/trivial_reshape.toy
M mlir/test/Examples/Toy/Ch5/transpose_transpose.toy
M mlir/test/Examples/Toy/Ch5/trivial_reshape.toy
M mlir/test/Examples/Toy/Ch6/transpose_transpose.toy
M mlir/test/Examples/Toy/Ch6/trivial_reshape.toy
M mlir/test/Examples/Toy/Ch7/transpose_transpose.toy
M mlir/test/Examples/Toy/Ch7/trivial_reshape.toy
Log Message:
-----------
[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
Commit: 46294ffd1c083151f04a94668aa4bbf1fd415e9d
https://github.com/llvm/llvm-project/commit/46294ffd1c083151f04a94668aa4bbf1fd415e9d
Author: Lucy Fox <lucy.r.fox at gmail.com>
Date: 2020-04-17 (Fri, 17 Apr 2020)
Changed paths:
M mlir/test/Examples/Toy/Ch5/trivial_reshape.toy
M mlir/test/Examples/Toy/Ch6/trivial_reshape.toy
M mlir/test/Examples/Toy/Ch7/trivial_reshape.toy
Log Message:
-----------
[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
Compare: https://github.com/llvm/llvm-project/compare/01d781489e71%5E...46294ffd1c08
More information about the All-commits
mailing list