-
Notifications
You must be signed in to change notification settings - Fork 1
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 GPU support #15
Comments
That's a great idea. There is a corresponding function for Unfortunately the corresponding function for |
I have also made a mapping between what is currently used and what is available for use with the GPU:
For implementation, the question now is whether we want to always import the CPU packages and just import the GPU libraries (if available and the For cupy, we can likely use We could also perform the preprocessing on the GPU thanks to For users interested in GPU usage, the RAPIDS installation guide should probably also be referenced in the documentation and perhaps even in an error message (I would suggest raising Please let me know how I can help further with this implementation. Best, |
FYI, this would be the issue tracking the missing functionality (i.e. features from for scipy.linalg.eigh that are not available in cupy) |
Currently, no GPU acceleration is available, limiting scalability to large datasets.
cuml
,cupy
andcupyx
provide functionality, that should allow GPU support to be added.The text was updated successfully, but these errors were encountered: