This is an archive of the discontinued LLVM Phabricator instance.

[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 Timeline

springerm created this revision.Mar 9 2023, 10:01 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 9 2023, 10:01 AM
springerm requested review of this revision.Mar 9 2023, 10:01 AM
nicolasvasilache accepted this revision.Mar 10 2023, 1:41 AM

some test plz

This revision is now accepted and ready to land.Mar 10 2023, 1:41 AM

some test plz

Test added as D145777.

This revision was automatically updated to reflect the committed changes.