-
Notifications
You must be signed in to change notification settings - Fork 24.5k
[ROCm] Fix the argsort UT break #72837
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
Conversation
- PR#71226 caused the break. - Solution need to revert a line done in PR#67706
CI Flow Status⚛️ CI FlowRuleset - Version:
|
🔗 Helpful links
💊 CI failures summary and remediationsAs of commit a5ad8ee (more details on the Dr. CI page): ✅ None of the CI failures appear to be your fault 💚
🚧 1 fixed upstream failure:These were probably caused by upstream breakages that were already fixed.
Please rebase on the
|
@pruthvistony @dllehr-amd Can you please elaborate on the breakage? The argsort unit test was enabled for float16 on ROCm by this PR: https://github.com/pytorch/pytorch/pull/67706/files#diff-18a0c3e7cd07089b34760028c387d39de1aa393172f1d5f123692106b3a3d144R15390 but CI passed for that PR. And I'm not sure how PR #71226 impacted it since it was for bfloat16? |
Closing this PR, since this change is merged into - #72837 @jithunnair-amd will continue the discussion on merged PR. |
@pruthvistony Isn't that the same PR as this one? :) |
Wrong link - #72854 |
@jeffdaily @jithunnair-amd @KyleCZH