New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this entry new? I haven't seen that earlier (#4484 (comment)).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can reproduce this on ROCm 4.0.0 + MI50 (see my other comment).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.