You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: