-
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
Build and test with CUDA 12.5.1 #1405
Conversation
/merge |
The notebook job appears to be hung. It has run for 3hrs without doing much. Before that it ran 6hrs and was finally terminated as it reached the CI time limit. Wondering if there is an issue with the notebook job that requires further independent investigation Note: All other CI jobs have passed |
#1399 is also having problems with the notebook tests |
Think James is debugging PR: #1407 |
In logs here, it looks like it's stuck on the NYC taxi notebook.
In my interactive testing (on a machine with V100s, CUDA 12.2, and using RAPIDS 24.08 nightly conda packages), I also observed that notebook hanging for a long time. I'd hoped it was just something with my local setup 😭 Specifically, this cell ran for 50 minutes before I killed it: cuspatial/notebooks/nyc_taxi_years_correlation.ipynb Lines 203 to 219 in c8616c1
Even when I reduced that for loop to I'll keep investigating over on #1407. This is blocking CI for |
/merge |
Thanks all! 🙏 |
All packages uploaded |
This PR updates the latest CUDA build/test version 12.2.2 to 12.5.1.
Contributes to rapidsai/build-planning#73