Allow RAPIDS workflow to run on an arbitrary branch.#3945
Merged
alliepiper merged 1 commit intoNVIDIA:mainfrom Feb 26, 2025
Merged
Allow RAPIDS workflow to run on an arbitrary branch.#3945alliepiper merged 1 commit intoNVIDIA:mainfrom
alliepiper merged 1 commit intoNVIDIA:mainfrom
Conversation
Contributor
|
Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually. Contributors can view more details about this message here. |
2d42466 to
3bf5104
Compare
Contributor
Author
|
/ok to test |
3bf5104 to
f37dbb2
Compare
Contributor
Author
|
/ok to test |
f37dbb2 to
9b78ca6
Compare
Contributor
Author
|
/ok to test |
9b78ca6 to
59565c0
Compare
Contributor
Author
|
/ok to test |
59565c0 to
5680668
Compare
Contributor
Author
|
/ok to test |
5680668 to
2c38205
Compare
Contributor
Author
|
/ok to test |
2c38205 to
ed83e1d
Compare
Contributor
Author
|
/ok to test |
Contributor
Author
|
Results with 2.8.x: https://github.com/NVIDIA/cccl/actions/runs/13549298442?pr=3945 |
ed83e1d to
4f1eb87
Compare
Contributor
🟩 CI finished in 1h 08m: Pass: 100%/162 | Total: 1d 00h | Avg: 8m 56s | Max: 49m 08s | Hits: 94%/248903
|
| 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: 162)
| # | Runner |
|---|---|
| 111 | linux-amd64-cpu16 |
| 15 | windows-amd64-cpu16 |
| 12 | linux-amd64-gpu-rtx2080-latest-1 |
| 10 | linux-arm64-cpu16 |
| 6 | linux-amd64-gpu-rtxa6000-latest-1 |
| 5 | linux-amd64-gpu-h100-latest-1 |
| 3 | linux-amd64-gpu-rtx4090-latest-1 |
bdice
reviewed
Feb 26, 2025
Contributor
bdice
left a comment
There was a problem hiding this comment.
Thanks! All looks fine to me.
davebayer
pushed a commit
to davebayer/cccl
that referenced
this pull request
Apr 7, 2025
This file contains hidden or 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
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.
The makes the workflows runnable via that Actions tab in Github.
The
override_cccl_tagmay be used to specify an arbitrary git ref for RAPIDS to use. If left blank, the HEAD of the target branch will be used. This allows us to e.g. build RAPIDS with an older version of CCCL, while using the workflow definitions inmain. This way we can add nightly jobs if desired.The
override_cccl_versionis used to override the CCCL version that rapids-cmake uses to determine which CCCL patches are needed. If left empty, the default version used by upstream RAPIDS (currently 2.7.0) will be used.