-
Notifications
You must be signed in to change notification settings - Fork 162
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
Make libcudacxx's codegen part of CI and add it to the project. #1526
Conversation
f416970
to
73112ea
Compare
sudo apt-get update | ||
sudo apt-get install ninja-build | ||
export CXX="g++" | ||
./ci/verify_codegen.sh |
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.
No need to change, but could we just run this in one of the devcontainers?
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'd need to download the devcontainer, and we don't need the CTK. Running the verification steps locally are basically instant because everything is turned off.
Co-authored-by: Michael Schellenberger Costa <[email protected]>
Description
Part of: #1424
Checklist