reifyResultShapes should return an Attribute if and only if the respective dimension is static.
This fixes #64256.
Paths
| Differential D158166
[mlir][tensor] Fix ReifyRankedShapedTypeOpInterface impl. of reshape ops ClosedPublic Authored by springerm on Aug 17 2023, 3:29 AM.
Details Summary reifyResultShapes should return an Attribute if and only if the respective dimension is static. This fixes #64256.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Aug 23 2023, 8:46 AM Closed by commit rGdfa96cfd7c2b: [mlir][tensor] Fix ReifyRankedShapedTypeOpInterface impl. of reshape ops (authored by springerm). · Explain WhyAug 24 2023, 3:32 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 553061 mlir/lib/Dialect/Tensor/IR/TensorInferTypeOpInterfaceImpl.cpp
mlir/test/Dialect/Tensor/resolve-shaped-type-result-dims.mlir
|