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 protocol for interopability #633

Open
neworderofjamie opened this issue Jul 23, 2024 · 0 comments
Open

Support CUDA array protocol for interopability #633

neworderofjamie opened this issue Jul 23, 2024 · 0 comments

Comments

@neworderofjamie
Copy link
Contributor

There is a developing standard to allow python tensor-flinging libraries to exchange data (https://numba.readthedocs.io/en/stable/cuda/cuda_array_interface.html). With the new runtime, this would actually be quite simple. Would just need to expose the device pointers in the CUDA array class and add some python functionality.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant