-
Notifications
You must be signed in to change notification settings - Fork 24.7k
MAINT: Harmonize argsort params with array_api #75162
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
🔗 Helpful links
✅ No Failures (0 Pending)As of commit 084c9e2 (more details on the Dr. CI page): Expand to see more💚 💚 Looks good so far! There are no failures yet. 💚 💚 This comment was automatically generated by Dr. CI (expand for details).Please report bugs/suggestions to the (internal) Dr. CI Users group. |
56234bf
to
c9e6584
Compare
5036353
to
972614d
Compare
@nikitaved since IIRC you wrote the stable sorting algorithm that's touched here, can you do the initial review on this PR? |
dda9498
to
48b8c30
Compare
Co-authored-by: Mike Ruberry <mruberry@fb.com>
Co-authored-by: nikitaved <nikitavedeneev@gmail.com>
Co-authored-by: nikitaved <nikitavedeneev@gmail.com>
Co-authored-by: Ralf Gommers <ralf.gommers@gmail.com>
@mruberry, is this alright? |
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.
LGTM! Thanks @HaoZeke!
@pytorchbot merge |
@pytorchbot successfully started a merge job. Check the current status here |
Hey @HaoZeke. |
Summary: Closes [#70922](#70922). - Does what it says on the tin. - No non-standard implementation details. Pull Request resolved: #75162 Approved by: https://github.com/rgommers, https://github.com/nikitaved, https://github.com/mruberry Test Plan: contbuild & OSS CI, see https://hud.pytorch.org/commit/pytorch/pytorch/04407431ffe529d3811802674a1a771c5c6562e4 Reviewed By: osalpekar Differential Revision: D37058996 Pulled By: osalpekar fbshipit-source-id: d8dedd8d1892f45448c356558774a8c1b20d96d2
Closes #70922.