-
Notifications
You must be signed in to change notification settings - Fork 201
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
Port CUB temporary storage layout test to Catch2 #1835
Port CUB temporary storage layout test to Catch2 #1835
Conversation
🟨 CI finished in 5h 24m: Pass: 98%/249 | Total: 1d 04h | Avg: 6m 59s | Max: 30m 02s | Hits: 99%/245757
|
Project | |
---|---|
CCCL Infrastructure | |
libcu++ | |
+/- | CUB |
Thrust | |
CUDA Experimental |
Modifications in project or dependencies?
Project | |
---|---|
CCCL Infrastructure | |
libcu++ | |
+/- | CUB |
+/- | Thrust |
CUDA Experimental |
🏃 Runner counts (total jobs: 249)
# | Runner |
---|---|
178 | linux-amd64-cpu16 |
40 | linux-amd64-gpu-v100-latest-1 |
16 | linux-arm64-cpu16 |
15 | windows-amd64-cpu16 |
🟩 CI finished in 14h 12m: Pass: 100%/249 | Total: 1d 05h | Avg: 7m 10s | Max: 30m 02s | Hits: 99%/248310
|
Project | |
---|---|
CCCL Infrastructure | |
libcu++ | |
+/- | CUB |
Thrust | |
CUDA Experimental |
Modifications in project or dependencies?
Project | |
---|---|
CCCL Infrastructure | |
libcu++ | |
+/- | CUB |
+/- | Thrust |
CUDA Experimental |
🏃 Runner counts (total jobs: 249)
# | Runner |
---|---|
178 | linux-amd64-cpu16 |
40 | linux-amd64-gpu-v100-latest-1 |
16 | linux-arm64-cpu16 |
15 | windows-amd64-cpu16 |
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.
Minor comments on style. Otherwise is good to go.
Sorry, my bad, I missed that we had auto-merge enabled on this PR. Since my comments were limited to style, I'm good to address those in a quick follow-up PR. |
No need to be sorry, I enabled auto-merge! I learned in the meantime that that's disadvantageous for exactly those minor review comments. I can also send a PR. @elstehle, let me know what you would like to do! |
This PR ports the CUB thread operators tests to Catch2.