You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The upstream reshape builder requires that no change in static/dynamic
dims. This causes `getOrCreateExpanded` to fail but at that point the
pattern has already modified the IR so it's too late for the pattern to
return `failure()` (will cause infinite looping). Instead, exit early
when computing expansion info for ops with mixed static & dynamic dims.
Related issue for propagating static shape info
#21471Closes#21439
Signed-off-by: Ian Wood <[email protected]>
0 commit comments