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

[FEA]: Allow selecting NVCC on CI commandline #171

Closed
1 task done
wmaxey opened this issue Jul 7, 2023 · 0 comments · Fixed by #236
Closed
1 task done

[FEA]: Allow selecting NVCC on CI commandline #171

wmaxey opened this issue Jul 7, 2023 · 0 comments · Fixed by #236
Assignees
Labels
infrastructure Shared CMake, github, etc infrastructure

Comments

@wmaxey
Copy link
Member

wmaxey commented Jul 7, 2023

Is this a duplicate?

Area

Infrastructure

Is your feature request related to a problem? Please describe.

In the CI entrypoint we require an opportunity to hook in a different version of NVCC.

This is required for internal testing where we might test on different release branches.

Describe the solution you'd like

Allow users to provide an optional argument overriding a default of nvcc in the CI entrypoints.

Describe alternatives you've considered

I've considered putting the incoming nvcc into $PATH earlier, but that might be overridden by CMake finding a proper CTK. It would be hacky at best.

Additional context

No response

@wmaxey wmaxey added the infrastructure Shared CMake, github, etc infrastructure label Jul 7, 2023
@wmaxey wmaxey assigned wmaxey and unassigned jrhemstad Jul 19, 2023
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
infrastructure Shared CMake, github, etc infrastructure
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants