-
-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
TST/MAINT: ndimage: follow-ups for array API standard support #21280
Comments
hi @shivanimall ! Could you clarify what 'support for torch' you are interested in? Are there existing torch implementations of the https://docs.scipy.org/doc/scipy/reference/ndimage.html APIs which we could delegate to? |
Thanks @lucascolley, I am hoping to pass in PyTorch tensors (on GPU) to |
Currently, PyTorch has an existing implementation of grid sample which is similar to Would this mean using torch.compile with numpy arrays (into scipy function)? |
If you want to keep your arrays on the GPU, then I don't think |
thanks @lucascolley |
Follow-ups from gh-21150:
test_boundary_spline_accuracy
fortorch
#21282)@xfail_xp_backends
decorator, to match@skip_xp_backends
. (TST: addxfail_xp_backends
#21334)The text was updated successfully, but these errors were encountered: