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

Implement the __dlpack__ interface #11496

Closed
jakevdp opened this issue Jul 14, 2022 · 0 comments · Fixed by #11513
Closed

Implement the __dlpack__ interface #11496

jakevdp opened this issue Jul 14, 2022 · 0 comments · Fixed by #11513
Assignees
Labels
enhancement P2 (eventual)

Comments

@jakevdp
Copy link
Collaborator

@jakevdp jakevdp commented Jul 14, 2022

This is described at numpy/numpy#19013, and seems to be developing as a standard

Test case would look something like this:

import jax.numpy as jnp
import numpy as np

x = jnp.arange(10)
x_view = np.from_dlpack(x)

(related to #11494)

@jakevdp jakevdp added enhancement P2 (eventual) labels Jul 14, 2022
@jakevdp jakevdp self-assigned this Jul 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement P2 (eventual)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant