-
Notifications
You must be signed in to change notification settings - Fork 27.7k
argsort is missing the stable parameter #70922
Copy link
Copy link
Closed
Labels
module: python array apiIssues related to the Python Array APIIssues related to the Python Array APImodule: sorting and selectiontriagedThis issue has been looked at a team member, and triaged and prioritized into an appropriate moduleThis issue has been looked at a team member, and triaged and prioritized into an appropriate module
Metadata
Metadata
Assignees
Labels
module: python array apiIssues related to the Python Array APIIssues related to the Python Array APImodule: sorting and selectiontriagedThis issue has been looked at a team member, and triaged and prioritized into an appropriate moduleThis issue has been looked at a team member, and triaged and prioritized into an appropriate module
The array API specification stipulates that
torch.argsortshould support the same parameters astorch.argsort. Excludingout,stable: bool = Trueis missing fromtorch.argsort.cc @mruberry @rgommers @pmeier @asmeurer @leofang @AnirudhDagar @asi1024 @emcastillo @kmaehashi