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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Thanks!
mlir/examples/toy/Ch4/mlir/ShapeInferencePass.cpp | ||
---|---|---|
92 | bit: operand -> operands. Here and below. |
bit: operand -> operands. Here and below.