Open attila-dusnoki-htec opened 1 year ago
During the above listed reshape issue, we identified that the problem was with the max loop iterations. This will get fixed in https://github.com/ROCmSoftwarePlatform/AMDMIGraphX/pull/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.
It fails at this node:
arg0: squeeze[axes={0}](gather[axis=0]) -> float_type, {1917, 90}, {90, 1} arg1: @literal{0, 0} -> int32_type, {2}, {1} arg2: add(@literal{0, 0}, add) -> int32_type, {2}, {1}
where arg0 is operator: Squeeze
arg0
Squeeze
Loop_1114_loop:@1312 = squeeze[axes={0}](Loop_1114_loop:@1311) -> float_type, {1917, 90}, {90, 1}, target_id=0
This issue seems to be related: https://github.com/ROCmSoftwarePlatform/AMDMIGraphX/issues/2349
During the above listed reshape issue, we identified that the problem was with the max loop iterations. This will get fixed in https://github.com/ROCmSoftwarePlatform/AMDMIGraphX/pull/2361.
With that applied, it will continue the parse and will fail with
It fails at this node:
where
arg0
is operator:Squeeze