-
Notifications
You must be signed in to change notification settings - Fork 75
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 nvcc 11.5 to CI #1486
Add nvcc 11.5 to CI #1486
Conversation
abb4a95
to
73895ef
Compare
Why do we not add it to the HZDR CI. We are working on removing such jobs from the workflows, IMO this is doubling the work. |
Because I have less experience with the GitLab CI and nobody else did it. But please, go ahead and add the GitLab CI jobs! I can close this PR when yours is ready. |
It is equal to adding it to git workflows. The difference is that it is not on one line. alpaka/script/gitlabci/job_cuda.yml Lines 2 to 12 in ac1ccf3
Best is to have a base job file per cuda version and than add it to .gitlab.yml but you removed it in one of the last PRs. |
@SimeonEhrig mentioned yesterday that NVIDIA is currently not providing CUDA 11.5 docker containers because they have issues building them. The HZDR CI is using CUDA docker container as a base to avoid driver issue I got with normal ubuntu container when installing CUDA via apt only. |
@@ -406,6 +406,43 @@ jobs: | |||
os: ubuntu-latest | |||
env: {CXX: clang++, CC: clang, ALPAKA_CI_CLANG_VER: 12, ALPAKA_CI_STDLIB: libstdc++, CMAKE_BUILD_TYPE: Release, ALPAKA_CI_BOOST_BRANCH: boost-1.72.0, ALPAKA_CI_CMAKE_VER: 3.19.7, ALPAKA_CI_DOCKER_BASE_IMAGE_NAME: "ubuntu:20.04", ALPAKA_ACC_GPU_CUDA_ENABLE: ON, ALPAKA_CI_CUDA_VERSION: "11.4", CMAKE_CUDA_COMPILER: nvcc, CMAKE_CUDA_ARCHITECTURES: "86", ALPAKA_ACC_CPU_B_SEQ_T_FIBERS_ENABLE: OFF} | |||
|
|||
## CUDA 11.5 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you please update the build matrix in README.md .
https://gitlab.com/nvidia/container-images/cuda/-/issues/142 |
73895ef
to
3047af9
Compare
90e00b7
to
e764a68
Compare
e764a68
to
17ab73a
Compare
Fixes #1475