reifyResultShapes should return an IntegerAttr if and only if the corresponding dimension is static.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D145702
[mlir][tensor/linalg] Fix bug in reifyResultShapes ClosedPublic Authored by springerm on Mar 9 2023, 10:01 AM.
Details Summary reifyResultShapes should return an IntegerAttr if and only if the corresponding dimension is static.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Mar 10 2023, 1:41 AM springerm added a child revision: D145777: [mlir][NFC] reifyResultShapes: Add extra error checking.Mar 10 2023, 2:14 AM Closed by commit rG0a9f6b8ca3fa: [mlir][tensor/linalg] Fix bug in reifyResultShapes (authored by springerm). · Explain WhyMar 10 2023, 2:38 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 504071 mlir/lib/Dialect/Linalg/IR/LinalgInterfaces.cpp
mlir/lib/Dialect/Tensor/IR/TensorOps.cpp
|