We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Infrastructure
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.
Allow users to provide an optional argument overriding a default of nvcc in the CI entrypoints.
nvcc
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.
$PATH
No response
The text was updated successfully, but these errors were encountered:
wmaxey
Successfully merging a pull request may close this issue.
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
The text was updated successfully, but these errors were encountered: