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
During the above listed reshape issue, we identified that the problem was with the max loop iterations. This will get fixed in ROCm#2361.
With that applied, it will continue the parse and will fail with
It will result in /code/AMDMIGraphX/src/include/migraphx/check_shapes.hpp:119: has: slice: Wrong number of arguments: expected 1, 3, 4 but given 2 for parsing slice.
During the above listed reshape issue, we identified that the problem was with the max loop iterations. This will get fixed in ROCm#2361.
With that applied, it will continue the parse and will fail with
It fails at this node:
where
arg0
is operator:Squeeze
The text was updated successfully, but these errors were encountered: