-
Notifications
You must be signed in to change notification settings - Fork 166
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
Regenerate cuda::ptx
headers/docs and run format
#2937
Regenerate cuda::ptx
headers/docs and run format
#2937
Conversation
🟨 CI finished in 1h 50m: Pass: 97%/396 | Total: 8d 18h | Avg: 31m 54s | Max: 1h 21m | Hits: 10%/22058
|
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: 396)
# | Runner |
---|---|
327 | linux-amd64-cpu16 |
28 | linux-arm64-cpu16 |
26 | linux-amd64-gpu-v100-latest-1 |
15 | windows-amd64-cpu16 |
cuda::ptx
files and run format
2d1d9db
to
43f5523
Compare
@miscco We added the header guard to the public headers. Do you have any other wishes? I would then split the PR to propose the changes to tests and sources separately. |
LGTM |
43f5523
to
644c732
Compare
602c492
to
07fb9ad
Compare
Because I changed the file extension from |
Overwrites all generated PTX header and documentation files and runs `pre-commit run --all-files`
07fb9ad
to
6eb6583
Compare
cuda::ptx
files and run formatcuda::ptx
headers/docs and run format
I excluded the generated headers from the header check. |
🟩 CI finished in 1h 49m: Pass: 100%/396 | Total: 2d 19h | Avg: 10m 12s | Max: 1h 16m | Hits: 49%/22058
|
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: 396)
# | Runner |
---|---|
327 | linux-amd64-cpu16 |
28 | linux-arm64-cpu16 |
26 | linux-amd64-gpu-v100-latest-1 |
15 | windows-amd64-cpu16 |
Overwrites all generated PTX header and documentation files and runs `pre-commit run --all-files`. Also exclude generated PTX headers from header check.
Overwrites all generated PTX source and documentation files and runs
pre-commit run --all-files
Companion PR for tests: #2953