-
Notifications
You must be signed in to change notification settings - Fork 190
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
Replace cub::Traits
by numeric_limits and deprecate it
#3384
base: main
Are you sure you want to change the base?
Conversation
/ok to test |
@miscco I would love to deprecate
Do you think it's possible we can have this support soonish? |
cdf13ed
to
ac81fd5
Compare
cub::Traits
by numeric_limits and deprecate it
/ok to test |
ac81fd5
to
a976d6a
Compare
/ok to test |
a976d6a
to
d61de28
Compare
f837505
to
dcb51ad
Compare
🟨 CI finished in 4h 49m: Pass: 91%/78 | Total: 2d 06h | Avg: 41m 37s | Max: 1h 14m | Hits: 183%/11826
|
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: 78)
# | Runner |
---|---|
53 | linux-amd64-cpu16 |
11 | linux-amd64-gpu-v100-latest-1 |
9 | windows-amd64-cpu16 |
4 | linux-arm64-cpu16 |
1 | linux-amd64-gpu-h100-latest-1-testing |
dcb51ad
to
d95d64c
Compare
It increasingly seems that replacing |
cc83a5c
to
3b27583
Compare
6ecedfa
to
ceed71e
Compare
7fb9da8
to
af50dc0
Compare
🟨 CI finished in 2h 00m: Pass: 97%/89 | Total: 1d 16h | Avg: 27m 31s | Max: 1h 06m | Hits: 419%/10896
|
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: 89)
# | Runner |
---|---|
65 | linux-amd64-cpu16 |
8 | windows-amd64-cpu16 |
6 | linux-amd64-gpu-rtxa6000-latest-1 |
4 | linux-arm64-cpu16 |
3 | linux-amd64-gpu-rtx4090-latest-1 |
2 | linux-amd64-gpu-rtx2080-latest-1 |
1 | linux-amd64-gpu-h100-latest-1 |
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. |
af50dc0
to
22c5d7f
Compare
/ok to test |
/ok to test |
huge shout-out to @davebayer for implementing the extended floating point support for |
🟨 CI finished in 1h 58m: Pass: 98%/151 | Total: 3d 20h | Avg: 36m 33s | Max: 1h 29m | Hits: 221%/24193
|
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 |
* Consistently use ::cuda::std::numeric_limits in CUB Fixes: NVIDIA#3381
6665d95
to
d577ae2
Compare
Fixes: #3381