Skip to content

Modify CI to enable tests on CUDA 13.1 and add Dockerfiles for CUDA 13.1#21564

Open
luszczewskakasia1 wants to merge 2 commits intosyclfrom
luszczewskakasia1_workflow-cuda13
Open

Modify CI to enable tests on CUDA 13.1 and add Dockerfiles for CUDA 13.1#21564
luszczewskakasia1 wants to merge 2 commits intosyclfrom
luszczewskakasia1_workflow-cuda13

Conversation

@luszczewskakasia1
Copy link
Copy Markdown
Contributor

No description provided.

@luszczewskakasia1 luszczewskakasia1 force-pushed the luszczewskakasia1_workflow-cuda13 branch from bfebf80 to 21002aa Compare March 19, 2026 10:02
@luszczewskakasia1 luszczewskakasia1 force-pushed the luszczewskakasia1_workflow-cuda13 branch 2 times, most recently from d93c4dc to c545d4e Compare March 22, 2026 21:58
@luszczewskakasia1 luszczewskakasia1 force-pushed the luszczewskakasia1_workflow-cuda13 branch 3 times, most recently from 07681fd to 4ba045d Compare March 30, 2026 13:34
@rbanka1 rbanka1 force-pushed the luszczewskakasia1_workflow-cuda13 branch from 9547d92 to 774d559 Compare April 2, 2026 08:45
@rbanka1 rbanka1 requested a review from bratpiorka April 2, 2026 12:27
@bratpiorka
Copy link
Copy Markdown
Contributor

bratpiorka commented Apr 2, 2026

LGTM. The failing tests from the SYCL pre-commit / CUDA 13.1 will be disabled in a separate PR, with appropriate issue trackers

@rbanka1 rbanka1 marked this pull request as ready for review April 9, 2026 06:57
@rbanka1 rbanka1 requested a review from a team as a code owner April 9, 2026 06:57
@rbanka1 rbanka1 requested a review from sarnex April 13, 2026 10:28
target_devices: cuda:gpu
- name: NVIDIA/CUDA 13.1
runner: '["Linux", "cuda13"]'
image: "ghcr.io/intel/llvm/ubuntu2404_intel_drivers_cuda131:latest"
Copy link
Copy Markdown
Contributor

@sarnex sarnex Apr 13, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Old containers will not work because CUDA 13+ requires a new toolkit (installed in the container) and matching drivers (installed on the newhost machine)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants