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

Add support to return cuda arrays to python #76

Open
chaithyagr opened this issue Mar 19, 2020 · 0 comments
Open

Add support to return cuda arrays to python #76

chaithyagr opened this issue Mar 19, 2020 · 0 comments

Comments

@chaithyagr
Copy link
Contributor

This is added support to #74 .
Once we have #74 in, we can work on cuda_array_interface : http://numba.pydata.org/numba-doc/dev/cuda/cuda_array_interface.html

The idea is that if the user wants, he can send Data on GPU and obtain back data in GPU.
This can be used for faster reconstruction, given that we can reduce the to and fro from CPU to GPU and vice versa.

This is comparatively low priority for me, but I can work on this once I have some time

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

No branches or pull requests

1 participant