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

Pysheds Cupy / Cuspatial support #244

Open
dan771 opened this issue Feb 7, 2024 · 1 comment
Open

Pysheds Cupy / Cuspatial support #244

dan771 opened this issue Feb 7, 2024 · 1 comment

Comments

@dan771
Copy link

dan771 commented Feb 7, 2024

One way for huge optimizations would be to support natively Cupy or Cuspatial. I tried replacing the numpy import on the sys level with cupy however a few small inconsistencies arise. Although cupy requires Nvidia and cuda I feel the headline 10 times performance boost on most numpy operations feels highly worth it for the amount of work you'd need to facilitate native support.

@mdbartos
Copy link
Owner

Thanks @dan771. I am interested in supporting GPU processing, especially for the highly parallelizable functions like flow directions. Numba also supports GPU processing, and so I may leverage numba for this purpose in the future.

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

2 participants