-
Notifications
You must be signed in to change notification settings - Fork 186
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
__builtin_isfinite
is only available above nvrtc 12.2
#3644
Conversation
🟩 CI finished in 1h 12m: Pass: 100%/151 | Total: 1d 02h | Avg: 10m 29s | Max: 1h 04m | Hits: 518%/23537
|
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: 151)
# | Runner |
---|---|
108 | linux-amd64-cpu16 |
15 | windows-amd64-cpu16 |
10 | linux-arm64-cpu16 |
8 | linux-amd64-gpu-rtx2080-latest-1 |
6 | linux-amd64-gpu-rtxa6000-latest-1 |
3 | linux-amd64-gpu-rtx4090-latest-1 |
1 | linux-amd64-gpu-h100-latest-1 |
Q: should we also revert #3623? This PR kinda does a partial revert anyway. |
Let me test if the bp workflow is fixed |
/backport |
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin branch/2.8.x
git worktree add -d .worktree/backport-3644-to-branch/2.8.x origin/branch/2.8.x
cd .worktree/backport-3644-to-branch/2.8.x
git switch --create backport-3644-to-branch/2.8.x
git cherry-pick -x 5088b6403f084efbf23c45151dfb9a356be0a70f |
oh I forgot there's a conflict... @bernhardmgruber you might want to try the |
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin branch/2.8.x
git worktree add -d .worktree/backport-3644-to-branch/2.8.x origin/branch/2.8.x
cd .worktree/backport-3644-to-branch/2.8.x
git switch --create backport-3644-to-branch/2.8.x
git cherry-pick -x 5088b6403f084efbf23c45151dfb9a356be0a70f |
No description provided.