-
Notifications
You must be signed in to change notification settings - Fork 154
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
Initial Python bindings for cuProj #1217
Initial Python bindings for cuProj #1217
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's a few small issues, but mostly good! Approving assuming my and @bdice's comments are addressed.
cpp/cuproj/tests/test.cu
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why remove the cuproj test?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was a placeholder before I wrote wgs_to_utm_test.cu. It was an empty file, just to test cmake.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! One minor comment, nonblocking. (And a reply to an existing thread.)
These are my highest approval ratings yet! Maybe I should run for president? |
…sm/cuspatial into feature/projection/python-bindings
/merge |
closes #1205 This PR updates the cuSpatial Readme per requirements in #1205 (as well as the update-version.sh). Depends on #1237 and #1217 Authors: - Ben Jarmak (https://github.com/jarmak-nv) Approvers: - Mark Harris (https://github.com/harrism) URL: #1232
Adds doxygen configuration for libcuproj, and Python documentation. Depends on #1217 Fixes #1239 Authors: - Mark Harris (https://github.com/harrism) - Michael Wang (https://github.com/isVoid) - AJ Schmidt (https://github.com/ajschmidt8) Approvers: - Ben Jarmak (https://github.com/jarmak-nv) - H. Thomson Comer (https://github.com/thomcom) - Paul Taylor (https://github.com/trxcllnt) - Michael Wang (https://github.com/isVoid) - Ray Douglass (https://github.com/raydouglass) URL: #1237
Follow up to #1217 to enable wheels testing for `cuproj` for nightly tests. Should fix issue seen [here](https://github.com/rapidsai/cuspatial/actions/runs/5748659541/job/15581971500) Authors: - Ray Douglass (https://github.com/raydouglass) Approvers: - AJ Schmidt (https://github.com/ajschmidt8) - Vyas Ramasubramani (https://github.com/vyasr) URL: #1250
Small PR to add `cuProj` to the RAPIDS metapackages. Depends on rapidsai/cuspatial#1217 Authors: - Ben Jarmak (https://github.com/jarmak-nv) Approvers: - Ray Douglass (https://github.com/raydouglass) URL: #674
Description
Closes #1213
This benchmark is run on a DGX H100. See the cuproj_benchmark.ipynb included with this PR. PyProj results use a single Xeon core from this machine, and cuProj results use a single H100 GPU. cuProj speedup for double precision, data on device (see notebook):
Note this PR also includes a number of C++ changes that were necessary to enable Python/Cython bindings, and/or to enable compatibility with PyProj (e.g. refactored EPSG string parsing class).
TODO:
__cuda_array_interface__
Documentation-- in follow-up PR cuProj Python and C++ Documentation #1237always_xy
parameter that PyProj has.Transformer.from_crs
Transformer.from_crs
Transformer.from_crs
Checklist