Skip to content
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

Added support for the jax.numpy.argsort #901

Merged
merged 3 commits into from
Jul 4, 2024
Merged

Conversation

mehrdad2m
Copy link
Contributor

@mehrdad2m mehrdad2m commented Jul 4, 2024

Context:

Description of the Change:

  • Added hlo-legalize-sort to the HLO_LOWERING_PASS pipeline.

  • Added a pytest to confirm the functionality of jax.numpy.argsort

  • Removed jax.numpy.argsort from the unsopported jax functions

Fixes #810

@erick-xanadu
Copy link
Contributor

@mehrdad2m awesome. It looks like there's a conflict in the changelog and can you please add context and a description of the change above? The PR description will be the commit message. After that happy to approve :)

@mehrdad2m
Copy link
Contributor Author

@mehrdad2m awesome. It looks like there's a conflict in the changelog and can you please add context and a description of the change above? The PR description will be the commit message. After that happy to approve :)

Done!

Copy link
Contributor

@erick-xanadu erick-xanadu left a comment

Choose a reason for hiding this comment

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

🥳 Awesome!

@mehrdad2m mehrdad2m merged commit 1e8e821 into main Jul 4, 2024
43 checks passed
@mehrdad2m mehrdad2m deleted the fix-810-support-jax-argsort branch July 4, 2024 20:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

jax.numpy.argsort is currently not supported with Catalyst
2 participants