8000 MAINT: Harmonize argsort params with array_api by HaoZeke · Pull Request #75162 · pytorch/pytorch · GitHub
[go: up one dir, main page]

Skip to content

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

Closed
wants to merge 16 commits into from

Conversation

HaoZeke
Copy link
Collaborator
@HaoZeke HaoZeke commented Apr 3, 2022

Closes #70922.

  • Does what it says on the tin.
  • No non-standard implementation details.

@facebook-github-bot
Copy link
Contributor
facebook-github-bot commented Apr 3, 2022

🔗 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.

Click here to manually regenerate this comment.

@HaoZeke HaoZeke force-pushed the argsort_params branch 2 times, most recently from 56234bf to c9e6584 Compare April 3, 2022 22:49
@mruberry mruberry added the triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module label Apr 4, 2022
@HaoZeke HaoZeke force-pushed the argsort_params branch 2 times, most recently from 5036353 to 972614d Compare April 10, 2022 19:41
@HaoZeke HaoZeke requested a review from mruberry April 11, 2022 00:24
@rgommers rgommers requested a review from nikitaved April 11, 2022 10:44
@rgommers
Copy link
Collaborator

@nikitaved since IIRC you wrote the stable sorting algorithm that's touched here, can you do the initial review on this PR?

@HaoZeke HaoZeke removed the request for review from bdhirsh April 24, 2022 21:32
@HaoZeke HaoZeke force-pushed the argsort_params branch 5 times, most recently from dda9498 to 48b8c30 Compare April 25, 2022 07:27
@HaoZeke HaoZeke requested a review from rgommers April 29, 2022 13:51
@HaoZeke
Copy link
Collaborator Author
HaoZeke commented Jun 6, 2022

@mruberry, is this alright?

Copy link
Collaborator
@mruberry mruberry left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Thanks @HaoZeke!

@HaoZeke
Copy link
Collaborator Author
HaoZeke commented Jun 9, 2022 6DB6

@pytorchbot merge

@pytorchmergebot
Copy link
Collaborator

@pytorchbot successfully started a merge job. Check the current status here

@github-actions
Copy link
Contributor
github-actions bot commented Jun 9, 2022

Hey @HaoZeke.
You've committed this PR, but it does not have both a 'release notes: ...' and 'topics: ...' label. Please add one of each to the PR. The 'release notes: ...' label should represent the part of PyTorch that this PR changes (fx, autograd, distributed, etc) and the 'topics: ...' label should represent the kind of PR it is (not user facing, new feature, bug fix, perf improvement, etc). The list of valid labels can be found here for the 'release notes: ...' and here for the 'topics: ...'.
For changes that are 'topic: not user facing' there is no need for a release notes label.

facebook-github-bot pushed a commit that referenced this pull request Jun 10, 2022
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla signed Merged module: python array api Issues related to the Python Array API open source triaged This issue has been looked at a team member, and triaged and prioritized into an appropriate module
Projects
None yet
Development

Successfully merging this pull request may close these issues.

argsort is missing the stable parameter
7 participants
0