-
Notifications
You must be signed in to change notification settings - Fork 100
Add clang CI test #743
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
Add clang CI test #743
Conversation
|
/ok to test f27cfc9 |
|
/ok to test ad63e43 |
…ng devcontainer configs - Remove skipped condition from ci-success job to allow intentionally skipped test jobs - Add missing devcontainer configs for cuda12.0-gcc11 and cuda12.8-llvm16 to match matrix.yml
- Add build volume management for better performance - Include additional VSCode extensions (clang-format, nsight, cmake-tools) - Enhanced editor settings with format-on-save and better clangd config - Make GPU requirement optional for better compatibility - Add build infix environment variable for consistency
- Add missing newline to cuda12.0-gcc11/devcontainer.json - Standardize cuda12.8-llvm16/devcontainer.json to match base template - Remove custom enhancements to follow project standards - Generated using .devcontainer/make_devcontainers.sh
sleeepyjack
left a comment
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.
It seems GH actions is encountering a syntax error: https://github.com/NVIDIA/cuCollections/actions/runs/16486736912/workflow
| [[fallthrough]]; | ||
| case 0: break; |
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.
This should also go into the CCCL port
|
/ok to test 3e6e64c |
sleeepyjack
left a comment
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.
Thanks for going through this CI struggle. Nice work!
Fixes #744
Fixes #128
This PR adds a CI task to test building with Clang as the host compiler and addresses associated build warnings and errors.