-
Notifications
You must be signed in to change notification settings - Fork 72
Installing Dask-SQL w/ RAPIDS #324
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
Conversation
Instructions for installing Dask-SQL w/ RAPIDS so that it can run on GPUs.
Codecov Report
@@ Coverage Diff @@
## main #324 +/- ##
=======================================
Coverage 95.80% 95.80%
=======================================
Files 65 65
Lines 2834 2834
Branches 426 426
=======================================
Hits 2715 2715
Misses 74 74
Partials 45 45 Continue to review full report at Codecov.
|
charlesbluca
left a comment
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.
Thanks @DaceT 🙂 looks like there are some linting issues, you should be able to resolve these locally by running pre-commit run --all-files and then pushing the resulting changes up to this branch
| With ``GPU Support`` | ||
| -------------- | ||
| Create a new conda environment or use an existing one to install RAPIDS with the chosen methods and packages: |
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.
I think we should maybe add a short blurb about GPU support here, bringing up the following to contextualize the env creation line below:
- GPU support right now is specifically tied to the RAPIDS libraries
- It is in development, and generally requires the latest nightlies of cuDF
- It is experimental, and users should still expect some level of bugs / undefined behavior
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.
Thanks @charlesbluca, I'll see to add them!
Co-authored-by: Charles Blackmon-Luca <[email protected]>
Co-authored-by: Charles Blackmon-Luca <[email protected]>
Co-authored-by: Charles Blackmon-Luca <[email protected]>
Co-authored-by: Charles Blackmon-Luca <[email protected]>
charlesbluca
left a comment
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.
Thanks for the work here @DaceT 😄
Instructions for installing Dask-SQL w/ RAPIDS so that it can run on GPUs.
Fixes #321