Modify CI to enable tests on CUDA 13.1 and add Dockerfiles for CUDA 13.1#21564
Modify CI to enable tests on CUDA 13.1 and add Dockerfiles for CUDA 13.1#21564luszczewskakasia1 wants to merge 2 commits intosyclfrom
Conversation
bfebf80 to
21002aa
Compare
d93c4dc to
c545d4e
Compare
07681fd to
4ba045d
Compare
9547d92 to
774d559
Compare
|
LGTM. The failing tests from the SYCL pre-commit / CUDA 13.1 will be disabled in a separate PR, with appropriate issue trackers |
| target_devices: cuda:gpu | ||
| - name: NVIDIA/CUDA 13.1 | ||
| runner: '["Linux", "cuda13"]' | ||
| image: "ghcr.io/intel/llvm/ubuntu2404_intel_drivers_cuda131:latest" |
There was a problem hiding this comment.
Is there a reason to adding new containers/workflows and not use replacing the existing ones? I would prefer to avoid the new complexity if possible, thanks.
There was a problem hiding this comment.
Old containers will not work because CUDA 13+ requires a new toolkit (installed in the container) and matching drivers (installed on the newhost machine)
There was a problem hiding this comment.
I would rather we update the host machine drivers and use the new toolkit than add a new container. I can update the drivers if you agree with this approach.
There was a problem hiding this comment.
your idea is only working for UR test, but for sycl we can't run jobs without container because if we don't define container, workflow will use default intel/llvm/ubuntu2404_intel_drivers:latest and the job will fail https://github.com/intel/llvm/actions/runs/24386352355/job/71224477448#step:21:27
No description provided.