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

Add support for np.gradient through the array api #3973

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

jabraham17
Copy link
Contributor

Adds support for np.gradient through the existing frameworks for the array api. This PR also adds its own version of np.diff, as the one in the server does not work with gradient. This is a fast workaround, the diff server function should just be made to work properly (and then exposed via __array_function__).

This PR also changes the implementation of empty_like to use zeros_like, as the implementation before did not actually register a new array with the server.

TODO: add testing for the various functions added.

Signed-off-by: Jade Abraham <[email protected]>
Signed-off-by: Jade Abraham <[email protected]>
Signed-off-by: Jade Abraham <[email protected]>
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.

1 participant