[all-commits] [llvm/llvm-project] 1a2370: [MLIR] Fix shape inference in toy tutorial

frgossen via All-commits all-commits at lists.llvm.org
Fri Apr 3 21:34:39 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 1a2370bfb8c17f188f197aa97f99a25fd889f8e7
      https://github.com/llvm/llvm-project/commit/1a2370bfb8c17f188f197aa97f99a25fd889f8e7
  Author: Frederik Gossen <frederik.gossen at gmail.com>
  Date:   2020-04-04 (Sat, 04 Apr 2020)

  Changed paths:
    M mlir/examples/toy/Ch4/mlir/ShapeInferencePass.cpp
    M mlir/examples/toy/Ch5/mlir/ShapeInferencePass.cpp
    M mlir/examples/toy/Ch6/mlir/ShapeInferencePass.cpp
    M mlir/examples/toy/Ch7/mlir/ShapeInferencePass.cpp

  Log Message:
  -----------
  [MLIR] Fix shape inference in toy tutorial

The implementation of shape inference in the toy tutorial did not conform to the correct algorithmic description.
The result was only correct because all operations appear to be processed in sequence.

Differential Revision: https://reviews.llvm.org/D77382




More information about the All-commits mailing list