-
Notifications
You must be signed in to change notification settings - Fork 205
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
Unify shared infra #2354
Closed
Closed
Unify shared infra #2354
+407
−242
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
f8f39ab
to
c00f93a
Compare
1 task
c00f93a
to
841dc46
Compare
miscco
reviewed
Sep 4, 2024
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 like it a lot
1 task
11cfd31
to
fd8841b
Compare
fd8841b
to
f59b985
Compare
ad65e79
to
b94a8db
Compare
🟨 CI finished in 7h 50m: Pass: 84%/33 | Total: 16h 37m | Avg: 30m 13s | Max: 1h 42m | Hits: 98%/5962
|
Project | |
---|---|
+/- | CCCL Infrastructure |
+/- | libcu++ |
+/- | CUB |
+/- | Thrust |
+/- | CUDA Experimental |
pycuda | |
CUDA C Core Library |
Modifications in project or dependencies?
Project | |
---|---|
+/- | CCCL Infrastructure |
+/- | libcu++ |
+/- | CUB |
+/- | Thrust |
+/- | CUDA Experimental |
+/- | pycuda |
+/- | CUDA C Core Library |
🏃 Runner counts (total jobs: 33)
# | Runner |
---|---|
18 | linux-amd64-gpu-v100-latest-1 |
10 | linux-amd64-cpu16 |
5 | windows-amd64-cpu16 |
4cc0dd8
to
26c3bf5
Compare
26c3bf5
to
5d267ac
Compare
88005c7
to
cc7951e
Compare
🟨 CI finished in 2h 03m: Pass: 90%/33 | Total: 7h 39m | Avg: 13m 54s | Max: 38m 15s | Hits: 80%/8888
|
Project | |
---|---|
+/- | CCCL Infrastructure |
+/- | libcu++ |
+/- | CUB |
+/- | Thrust |
+/- | CUDA Experimental |
pycuda | |
+/- | CCCL C Parallel Library |
Modifications in project or dependencies?
Project | |
---|---|
+/- | CCCL Infrastructure |
+/- | libcu++ |
+/- | CUB |
+/- | Thrust |
+/- | CUDA Experimental |
+/- | pycuda |
+/- | CCCL C Parallel Library |
🏃 Runner counts (total jobs: 33)
# | Runner |
---|---|
20 | linux-amd64-gpu-v100-latest-1 |
9 | linux-amd64-cpu16 |
4 | windows-amd64-cpu16 |
🟨 CI finished in 23h 18m: Pass: 90%/33 | Total: 7h 36m | Avg: 13m 50s | Max: 38m 15s | Hits: 80%/8888
|
Project | |
---|---|
+/- | CCCL Infrastructure |
+/- | libcu++ |
+/- | CUB |
+/- | Thrust |
+/- | CUDA Experimental |
pycuda | |
+/- | CCCL C Parallel Library |
Modifications in project or dependencies?
Project | |
---|---|
+/- | CCCL Infrastructure |
+/- | libcu++ |
+/- | CUB |
+/- | Thrust |
+/- | CUDA Experimental |
+/- | pycuda |
+/- | CCCL C Parallel Library |
🏃 Runner counts (total jobs: 33)
# | Runner |
---|---|
20 | linux-amd64-gpu-v100-latest-1 |
9 | linux-amd64-cpu16 |
4 | windows-amd64-cpu16 |
cc7951e
to
7f360fe
Compare
🟨 CI finished in 1h 18m: Pass: 96%/33 | Total: 8h 11m | Avg: 14m 53s | Max: 1h 13m | Hits: 73%/8938
|
Project | |
---|---|
+/- | CCCL Infrastructure |
libcu++ | |
+/- | CUB |
+/- | Thrust |
+/- | CUDA Experimental |
pycuda | |
+/- | CCCL C Parallel Library |
Modifications in project or dependencies?
Project | |
---|---|
+/- | CCCL Infrastructure |
+/- | libcu++ |
+/- | CUB |
+/- | Thrust |
+/- | CUDA Experimental |
+/- | pycuda |
+/- | CCCL C Parallel Library |
🏃 Runner counts (total jobs: 33)
# | Runner |
---|---|
20 | linux-amd64-gpu-v100-latest-1 |
9 | linux-amd64-cpu16 |
4 | windows-amd64-cpu16 |
…ython packaging scripts.
[skip-vdc][skip-docs][skip-rapids]
7f360fe
to
4847000
Compare
Closing since all that's left is the c/parallel stuff, which I'll open a new PR for. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR centralizes shared infrastructure to the CCCL level, reducing redundancy across our projects and facilitating the introduction of new subprojects.