[all-commits] [llvm/llvm-project] 495cf2: [MLIR] Update tutorial to add missing tests and br...

lucyrfox via All-commits all-commits at lists.llvm.org
Fri Apr 17 20:16:16 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 495cf27291884347dc8e1ee76a3c65fc66517f92
      https://github.com/llvm/llvm-project/commit/495cf27291884347dc8e1ee76a3c65fc66517f92
  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: a6b427167e0560202529563cf94a210694038185
      https://github.com/llvm/llvm-project/commit/a6b427167e0560202529563cf94a210694038185
  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: a0d5e5496621700b26d234a948f9c99b08a8a319
      https://github.com/llvm/llvm-project/commit/a0d5e5496621700b26d234a948f9c99b08a8a319
  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/41ad8b7388c1...a0d5e5496621


More information about the All-commits mailing list