gpuCI follow-up
See original GitHub issueIn https://github.com/dask/dask/pull/7966 and https://github.com/dask/distributed/pull/5147 we added support for gpu-enabled CI builds 🎉 This issue is to track some follow-up work we may to do
For dask:
- We may want to include
dask-cudfas some tests are currently being skipped withcould not import 'dask_cudf': No module named 'dask_cudf' - In the
conda liststep, I seedaskis installed withpip(from thepython setup.py installstep inbuild.sh), but I also seedask-coreinstalled fromconda-forge. It’d be good to confirm that thedaskpackage which is actually used in tests corresponds to the PR being built (cc @jakirkham) - Again from the
conda liststep, our environment has the latest released version ofdistributedinstalled. In general, the dev version ofdaskdepends on the dev version ofdistributed. I’m not sure what the best way is to ensure we always have the latest dev version ofdistributedinstalled. Perhaps add apip install git+https://github.com/dask/distributedline tobuild.sh?
For distributed:
- In the
conda liststep, our environment has the latest released version ofdaskinstalled. In general, the dev version ofdistributeddepends on the dev version ofdask. I’m not sure what the best way is to ensure we always have the latest dev version ofdaskinstalled. Perhaps add apip install git+https://github.com/dask/daskline tobuild.sh?
xref https://github.com/rapidsai/dask-build-environment/pull/1 where some of these points are being addressed
Issue Analytics
- State:
- Created 2 years ago
- Comments:14 (14 by maintainers)
Top Results From Across the Web
gpuCI Usage Docs - RAPIDS Docs
gpuCI Usage Docs. Our gpuCI is responsible for testing each PR and commit with GPUs and building conda packages for all RAPIDS projects....
Read more >gpuCI admin team for Dask and Dask-contrib orgs · Issue #184 ...
I think a sensible solution for now would be to add all the missing members of the dask/gpu team to the current admin...
Read more >Changelog — Dask.distributed 2022.12.1 documentation
Update ga-yaml-parser step in gpuCI updating workflow (GH#7335) Charles ... Follow-up on removing report and safe from Worker.close (GH#6423) Gabe Joseph.
Read more >dask-cuda Changelog - PyUp.io
Query UCX-Py from gpuCI versioning service ... Follow-up revision of local_cudf_merge benchmark (213) rjzamora - Add codeowners file (217) raydouglass
Read more >目录 - Gitee
Siu needs to follow up ... will be a follow-up PR to current type-inference PR ... #5123 - [DISCUSS] Run CUDA tests on...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Looks great, thanks all!
@GenevieveBuckley update - chatted with RAPIDS ops and turns out we are able to change the bot message 🙂 now the message should read:
Unfortunately, this message is set globally across all gpuCI projects, so there wasn’t an opportunity here to include a link to Dask’s gpuCI documentation, but I think this should hopefully make it a little clearer to maintainers on how to proceed when this message pops up.
In the meantime, I can look into blockers on dask/community#184 to make it clearer who the admins are for each Dask repo.