Xfail tests for ndarray indexing under HIP#4653
Conversation
| ((1, 0, 2), (2, 3, 4), (2, 0, 1)), | ||
| ((-1, 0, -2), (2, 3, 4), (2, 0, 1)), | ||
| ((slice(None, None, None), None), (2,), None), | ||
| ((slice(-9, -10, -1),), (10,), None), |
There was a problem hiding this comment.
Is this entry new? I haven't seen that earlier (#4484 (comment)).
There was a problem hiding this comment.
Yes. It newly fails when I make other entries skip. It's strange as the test should not change any state. Would you check if you can reproduce it if possible?
There was a problem hiding this comment.
I can reproduce this on ROCm 4.0.0 + MI50 (see my other comment).
There was a problem hiding this comment.
On another MI50 machine (not the one we both have access to), I am able to see all 7 tests failing (including this (-9, -10, -1) one).
|
This is part of #4484 (comment). |
|
This is super strange: On ROCm 3.5.0 + Radeon VII, all tests in |
All tests in |
|
Saw more failures on MI100...@takagi could you try to reproduce? |
|
I feel something is wrong on these MI*** cards... |
It is more than those I can see on Vega 20... |
|
pfnCI, test this please. |
|
Jenkins CI test (for commit cd9ca70, target branch master) failed with status FAILURE. |
|
pfnCI, test this please. |
|
Jenkins CI test (for commit cd9ca70, target branch master) succeeded! |
|
@kmaehashi This pull-request is marked as |
Rel #4132.