Skip to content

Commit

Permalink
Fix typo in Toy Tutorial Ch-4
Browse files Browse the repository at this point in the history
multiple_transpose -> multiply_transpose
  • Loading branch information
xiacijie authored and joker-eph committed Jun 23, 2021
1 parent 84bd07a commit 4666f30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mlir/docs/Tutorials/Toy/Ch-4.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ func @main() {
}
```

We have two calls to multiple_transpose that we would like to inline into main,
We have two calls to multiply_transpose that we would like to inline into main,
but if we look at the output nothing has changed. We are missing one last subtle
piece: there is a hidden type conversion on the edge of the call. If we look at
the above, the operands to the generic_call are of type `tensor<2x3xf64>`, while
Expand Down

0 comments on commit 4666f30

Please sign in to comment.