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 __cuda_array_interface__ on JAX DeviceArrays. #2133

Merged
merged 1 commit into from
Jan 31, 2020

Conversation

hawkinsp
Copy link
Collaborator

Allows exporting GPU device-resident arrays to other libraries, e.g., CuPy.

Fixes half of issue #1100 namely exporting GPU-resident arrays from JAX to other systems. The reverse direction (importing arrays into JAX) is yet to come.

Allows exporting GPU device-resident arrays to other libraries, e.g., CuPy.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants