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

Support numpy.gradient with inplace option #1105

Open
CharlelieLrt opened this issue Dec 12, 2023 · 0 comments
Open

Support numpy.gradient with inplace option #1105

CharlelieLrt opened this issue Dec 12, 2023 · 0 comments
Labels

Comments

@CharlelieLrt
Copy link

This is low priority, but would it be possible to support numpy.gradient (and to a lesser degree numpy.diff ). Those are easy to write in terms of simple arithmetic operations and slicing, but for performance it would be beneficial to have a single kernel for these operators. In addition, numpy does not include an out argument for these operators, but it would be beneficial to have one.

@manopapad manopapad added the ICME label Jun 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants