Skip to content
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

Merged
merged 9 commits into from
Mar 11, 2024

Conversation

wmaxey
Copy link
Member

@wmaxey wmaxey commented Mar 8, 2024

Description

Part of: #1424

Checklist

  • New or existing tests cover these changes.
  • The documentation is up to date with these changes.

@wmaxey wmaxey requested review from a team as code owners March 8, 2024 23:19
@wmaxey wmaxey changed the title Fea/libcudacxx codegen enhancements Make libcudacxx's codegen part of CI and add it to the project. Mar 8, 2024
@wmaxey wmaxey force-pushed the fea/libcudacxx_codegen_enhancements branch from f416970 to 73112ea Compare March 8, 2024 23:32
@wmaxey wmaxey requested a review from a team as a code owner March 8, 2024 23:37
@wmaxey wmaxey requested a review from miscco March 8, 2024 23:37
libcudacxx/CMakeLists.txt Outdated Show resolved Hide resolved
Comment on lines +180 to +183
sudo apt-get update
sudo apt-get install ninja-build
export CXX="g++"
./ci/verify_codegen.sh
Copy link
Collaborator

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?

Copy link
Member Author

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 <miscco@nvidia.com>
@wmaxey wmaxey enabled auto-merge (squash) March 11, 2024 18:22
@wmaxey wmaxey merged commit dbf9749 into main Mar 11, 2024
584 checks passed
@wmaxey wmaxey deleted the fea/libcudacxx_codegen_enhancements branch April 4, 2024 00:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants