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
EXEC @test_averagepool_2d_ceil
[FAILED] result[0]: element at index 1 (5) does not match the expected (7.5); expected that the view is equal to contents of a view of 1x1x2x2xf32
expected:
1x1x2x2xf32=[[[6 7.5][12 13.5]]]
actual:
1x1x2x2xf32=[[[6 5][8 6]]]
After removing this commit, the error is not there.
The text was updated successfully, but these errors were encountered:
The following commit (7b23a1f) has caused the testcase failure:
https://github.com/iree-org/iree-test-suites/tree/main/onnx_ops/onnx/node/generated/test_averagepool_2d_ceil/
This is blocking bump torchmlir in IREE.
Getting error:
After removing this commit, the error is not there.
The text was updated successfully, but these errors were encountered: