@@ -60,50 +60,50 @@ jobs:
6060 include :
6161 - name : L0
6262 runner : UR_L0
63- docker_image : " ghcr.io/intel/llvm/ubuntu2204_build:latest "
63+ docker_image : " ghcr.io/intel/llvm/ubuntu2404_intel_drivers:alldeps "
6464 image_options : -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
6565 - name : L0_V2
6666 runner : UR_L0
67- docker_image : " ghcr.io/intel/llvm/ubuntu2204_build:latest "
67+ docker_image : " ghcr.io/intel/llvm/ubuntu2404_intel_drivers:alldeps "
6868 image_options : -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
6969 - name : L0
7070 runner : UR_L0
71- docker_image : " ghcr.io/intel/llvm/ubuntu2204_build:latest "
71+ docker_image : " ghcr.io/intel/llvm/ubuntu2404_intel_drivers:alldeps "
7272 image_options : -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
7373 static : ON
7474 - name : L0
7575 runner : UR_L0
76- docker_image : " ghcr.io/intel/llvm/ubuntu2204_build:latest "
76+ docker_image : " ghcr.io/intel/llvm/ubuntu2404_intel_drivers:alldeps "
7777 image_options : -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
7878 other_adapter : NATIVE_CPU
7979 - name : HIP
8080 runner : UR_HIP
81- docker_image : " ghcr.io/intel/llvm/ubuntu2204_build:latest "
81+ docker_image : " ghcr.io/intel/llvm/ubuntu2404_intel_drivers:alldeps "
8282 image_options : -u 1001 --device=/dev/dri --device=/dev/kfd --cap-add=SYS_ADMIN
8383 - name : CUDA
8484 runner : UR_CUDA
85- docker_image : " ghcr.io/intel/llvm/ubuntu2204_build:latest "
85+ docker_image : " ghcr.io/intel/llvm/ubuntu2404_intel_drivers:alldeps "
8686 image_options : -u 1001 --privileged --cap-add SYS_ADMIN --gpus all
87- - name : OPENCL
88- runner : UR_OPENCL
89- platform : " Intel(R) OpenCL"
90- docker_image : " ghcr.io/intel/llvm/ubuntu2204_build:latest "
91- image_options : -u 1001 --device=/dev/dri --device=/dev/kfd --privileged --cap-add SYS_ADMIN
92- - name : OPENCL
93- runner : UR_OPENCL
94- platform : " OPENCL:Intel(R) OpenCL"
95- docker_image : " ghcr.io/intel/llvm/ubuntu2204_build:latest "
96- image_options : -u 1001 --device=/dev/dri --device=/dev/kfd --privileged --cap-add SYS_ADMIN
97- other_adapter : NATIVE_CPU
98- - name : NATIVE_CPU
99- runner : UR_NATIVE_CPU
100- docker_image : " ghcr.io/intel/llvm/ubuntu2204_build:latest "
101- image_options : -u 1001 --device=/dev/dri --privileged --cap-add SYS_ADMIN
87+ # - name: OPENCL
88+ # runner: UR_OPENCL
89+ # platform: "Intel(R) OpenCL"
90+ # docker_image: "ghcr.io/intel/llvm/ubuntu2404_intel_drivers:alldeps "
91+ # image_options: -u 1001 --device=/dev/dri --device=/dev/kfd --privileged --cap-add SYS_ADMIN
92+ # - name: OPENCL
93+ # runner: UR_OPENCL
94+ # platform: "OPENCL:Intel(R) OpenCL"
95+ # docker_image: "ghcr.io/intel/llvm/ubuntu2404_intel_drivers:alldeps "
96+ # image_options: -u 1001 --device=/dev/dri --device=/dev/kfd --privileged --cap-add SYS_ADMIN
97+ # other_adapter: NATIVE_CPU
98+ # - name: NATIVE_CPU
99+ # runner: UR_NATIVE_CPU
100+ # docker_image: "ghcr.io/intel/llvm/ubuntu2404_intel_drivers:alldeps "
101+ # image_options: -u 1001 --device=/dev/dri --privileged --cap-add SYS_ADMIN
102102
103103 # Extra native CPU jobs are here to force the loader to be used.
104104 # UR will not use the loader if there is only one target.
105105 # adapter: [
106- # {name: L0, runner: UR_L0, docker_image: "ghcr.io/intel/llvm/ubuntu2204_build:latest "},
106+ # {name: L0, runner: UR_L0, docker_image: "ghcr.io/intel/llvm/ubuntu2404_intel_drivers:alldeps "},
107107 # {name: L0_V2, runner: UR_L0},
108108 # {name: L0, runner: UR_L0, static: ON},
109109 # {name: OPENCL, runner: UR_OPENCL, platform: "Intel(R) OpenCL"},
0 commit comments