You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updating the docker to 12.5 led to the below described problems. Since
the testing output of 12.1 matches 12.5, and we don't actually use any
cuda features later than 12.1 (which are minor updates) in the compiler,
this PR reverts back to the 12.1 image.
We can update the docker later only when we really need to (probably
when cuda 13 is released). For the purposes of intel/llvm CI 12.1 is
sufficient.
This fixes the "latest" docker image, allowing other updates to the
docker image to be made in the future.
CUDA docker issues:
Depending on the host setup of the runners, there are various issues on
recent nvidia docker images related to interactions with the host,
whereby nvidia devices are not visible.
- NVIDIA/nvidia-container-toolkit#48
- NVIDIA/nvidia-docker#1671
- NVIDIA/nvidia-container-toolkit#154
Signed-off-by: JackAKirk <[email protected]>
0 commit comments