-
Notifications
You must be signed in to change notification settings - Fork 182
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
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. |
/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 |
b6c760c
to
e5689e0
Compare
9dc04fd
to
e1356f4
Compare
🟨 CI finished in 3h 42m: Pass: 87%/153 | Total: 2d 22h | Avg: 27m 44s | Max: 1h 16m | Hits: 188%/7898
|
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: 153)
# | Runner |
---|---|
110 | linux-amd64-cpu16 |
17 | linux-amd64-gpu-v100-latest-1 |
15 | windows-amd64-cpu16 |
10 | linux-arm64-cpu16 |
1 | linux-amd64-gpu-h100-latest-1-testing |
🟨 CI finished in 1h 28m: Pass: 87%/153 | Total: 1d 06h | Avg: 11m 47s | Max: 47m 24s | Hits: 366%/7898
|
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: 153)
# | Runner |
---|---|
110 | linux-amd64-cpu16 |
17 | linux-amd64-gpu-v100-latest-1 |
15 | windows-amd64-cpu16 |
10 | linux-arm64-cpu16 |
1 | linux-amd64-gpu-h100-latest-1-testing |
a709c82
to
0f34a15
Compare
ef74c94
to
b3e36c2
Compare
b3e36c2
to
7bf26e5
Compare
Fixes: #3381