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 CUDA 12.3 to the CI #2211

Merged
merged 1 commit into from
Jan 11, 2024

Conversation

SimeonEhrig
Copy link
Member

fixes #2184

@psychocoderHPC
Copy link
Member

Your generator says:

UBUNTU_CODENAME=focal == *\2\0\.\0\4* ]]
+++++ ALPAKA_CUDA_DISTRO=ubuntu2004
+++++ '[' 12.3 == 11.0 ']'
+++++ '[' 12.3 == 11.1 ']'
+++++ '[' 12.3 == 11.2 ']'
+++++ '[' 12.3 == 11.3 ']'
+++++ '[' 12.3 == 11.4 ']'
+++++ '[' 12.3 == 11.5 ']'
+++++ '[' 12.3 == 11.6 ']'
+++++ '[' 12.3 == 11.7 ']'
+++++ '[' 12.3 == 11.8 ']'
+++++ '[' 12.3 == 12.0 ']'
+++++ '[' 12.3 == 12.1 ']'
+++++ '[' 12.3 == 12.2 ']'
+++++ echo CUDA versions other than 11.0, 11.1, 11.2, 11.3, 11.4, 11.5, 11.6, 11.7, 11.8, 12.0, 12.1 and 12.2 are not currently supported on 'linux!'
CUDA versions other than 11.0, 11.1, 11.2, 11.3, 11.4, 11.5, 11.6, 11.7, 11.8, 12.0, 12.1 and 12.2 are not currently supported on linux!

@SimeonEhrig Is there no need to provide information which compiler are compatible to 12.3 or is this what the error is saying?

@SimeonEhrig SimeonEhrig marked this pull request as draft December 21, 2023 08:46
@SimeonEhrig
Copy link
Member Author

Your generator says:

UBUNTU_CODENAME=focal == *\2\0\.\0\4* ]]
+++++ ALPAKA_CUDA_DISTRO=ubuntu2004
+++++ '[' 12.3 == 11.0 ']'
+++++ '[' 12.3 == 11.1 ']'
+++++ '[' 12.3 == 11.2 ']'
+++++ '[' 12.3 == 11.3 ']'
+++++ '[' 12.3 == 11.4 ']'
+++++ '[' 12.3 == 11.5 ']'
+++++ '[' 12.3 == 11.6 ']'
+++++ '[' 12.3 == 11.7 ']'
+++++ '[' 12.3 == 11.8 ']'
+++++ '[' 12.3 == 12.0 ']'
+++++ '[' 12.3 == 12.1 ']'
+++++ '[' 12.3 == 12.2 ']'
+++++ echo CUDA versions other than 11.0, 11.1, 11.2, 11.3, 11.4, 11.5, 11.6, 11.7, 11.8, 12.0, 12.1 and 12.2 are not currently supported on 'linux!'
CUDA versions other than 11.0, 11.1, 11.2, 11.3, 11.4, 11.5, 11.6, 11.7, 11.8, 12.0, 12.1 and 12.2 are not currently supported on linux!

@SimeonEhrig Is there no need to provide information which compiler are compatible to 12.3 or is this what the error is saying?

No, this is a problem in the install_cuda.sh script, see this PR: https://github.com/alpaka-group/alpaka/pull/2043/files#diff-aa3361738a243e38614e1043316eb1058eb0c97b0487774e9ed4ae79e1aad18c

I need only to add the CUDA version.

@SimeonEhrig SimeonEhrig marked this pull request as ready for review January 4, 2024 13:47
@SimeonEhrig
Copy link
Member Author

The CI already passed. I fixed only a typo.

@bernhardmgruber bernhardmgruber merged commit b161b2f into alpaka-group:develop Jan 11, 2024
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Support CUDA 12.3
3 participants