-
Notifications
You must be signed in to change notification settings - Fork 166
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
Add MatX build to CCCL CI #2682
Conversation
a4c9da4
to
ba53fa4
Compare
These are causing option parsing issues when the cuda_ext_request is empty.
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.
What is the size difference between the two images?
Roughly twice as big: https://hub.docker.com/r/rapidsai/devcontainers/tags?name=gcc13-cuda12.6 gcc13-cuda12.6: 1.72GB The ext images are only used when absolutely needed. The existing CI jobs will continue to use the smaller images. |
🟩 CI finished in 2h 38m: Pass: 100%/400 | Total: 2d 13h | Avg: 9m 15s | Max: 55m 17s | Hits: 75%/25866
|
Project | |
---|---|
+/- | CCCL Infrastructure |
libcu++ | |
CUB | |
Thrust | |
CUDA Experimental | |
python | |
CCCL C Parallel Library | |
Catch2Helper |
Modifications in project or dependencies?
Project | |
---|---|
+/- | CCCL Infrastructure |
+/- | libcu++ |
+/- | CUB |
+/- | Thrust |
+/- | CUDA Experimental |
+/- | python |
+/- | CCCL C Parallel Library |
+/- | Catch2Helper |
🏃 Runner counts (total jobs: 400)
# | Runner |
---|---|
326 | linux-amd64-cpu16 |
31 | linux-amd64-gpu-v100-latest-1 |
28 | linux-arm64-cpu16 |
15 | windows-amd64-cpu16 |
Closes #2264