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

Add nvhpc devcontainer to CI #1488

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

Add nvhpc devcontainer to CI #1488

wants to merge 6 commits into from

Conversation

miscco
Copy link
Collaborator

@miscco miscco commented Mar 5, 2024

We also support the latest nvc++ as a host compiler, so we should test it in CI

@miscco miscco requested review from a team as code owners March 5, 2024 12:39
@miscco miscco added feature request New feature or request. infrastructure Shared CMake, github, etc infrastructure labels Mar 5, 2024
ci/matrix.yaml Outdated Show resolved Hide resolved
@@ -84,6 +87,7 @@ pull_request:
- {cuda: *cuda_curr, os: 'windows2022', cpu: 'amd64', compiler: *msvc2019, std: [14, 17], jobs: ['build']}
- {cuda: *cuda_curr, os: 'windows2022', cpu: 'amd64', compiler: *msvc2022, std: [14, 17, 20], jobs: ['build']}
- {cuda: *cuda_curr, os: 'ubuntu22.04', cpu: 'amd64', compiler: *oneapi, std: [11, 14, 17], jobs: ['build']}
- {cuda: *cuda_curr, os: 'ubuntu22.04', cpu: 'amd64', compiler: *nvhpc, std: [11, 14, 17, 20], jobs: ['build']}
Copy link
Collaborator

@jrhemstad jrhemstad Mar 5, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

note for the future: This is a little wonky because it would lead someone to believe that they could control the CUDA version separate from the nvhpc version. The current matrix logic isn't built to expect that a host compiler would come with its own CTK. Not sure how to cleanly handle that, but that'll be a problem for future self :)

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is but I would rather not completely rewrite the whole matrix for that one use case

Co-authored-by: Jake Hemstad <jhemstad@nvidia.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request. infrastructure Shared CMake, github, etc infrastructure
Projects
Status: In Review
Development

Successfully merging this pull request may close these issues.

None yet

3 participants