@@ -58,47 +58,47 @@ jobs:
5858 strategy :
5959 matrix :
6060 include :
61- - name : L0
62- runner : UR_L0
63- docker_image : " ghcr.io/intel/llvm/ubuntu2404_intel_drivers:alldeps"
64- image_options : -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
65- - name : L0_V2
66- runner : UR_L0
67- docker_image : " ghcr.io/intel/llvm/ubuntu2404_intel_drivers:alldeps"
68- image_options : -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
69- - name : L0
70- runner : UR_L0
71- docker_image : " ghcr.io/intel/llvm/ubuntu2404_intel_drivers:alldeps"
72- image_options : -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
73- static : ON
74- - name : L0
75- runner : UR_L0
76- docker_image : " ghcr.io/intel/llvm/ubuntu2404_intel_drivers:alldeps"
77- image_options : -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
78- other_adapter : NATIVE_CPU
79- - name : HIP
80- runner : UR_HIP
81- docker_image : " ghcr.io/intel/llvm/ubuntu2404_intel_drivers:alldeps"
82- image_options : -u 1001 --device=/dev/dri --device=/dev/kfd --cap-add=SYS_ADMIN
83- - name : CUDA
84- runner : UR_CUDA
85- docker_image : " ghcr.io/intel/llvm/ubuntu2404_intel_drivers:alldeps"
86- image_options : -u 1001 --privileged --cap-add SYS_ADMIN --gpus all
87- # - name: OPENCL
88- # runner: UR_OPENCL
89- # platform: "Intel(R) OpenCL"
61+ # - name: L0
62+ # runner: UR_L0
9063 # 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"
64+ # image_options: -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
65+ # - name: L0_V2
66+ # runner: UR_L0
9567 # 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
68+ # image_options: -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
69+ # - name: L0
70+ # runner: UR_L0
71+ # docker_image: "ghcr.io/intel/llvm/ubuntu2404_intel_drivers:alldeps"
72+ # image_options: -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
73+ # static: ON
74+ # - name: L0
75+ # runner: UR_L0
76+ # docker_image: "ghcr.io/intel/llvm/ubuntu2404_intel_drivers:alldeps"
77+ # image_options: -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
9778 # other_adapter: NATIVE_CPU
98- # - name: NATIVE_CPU
99- # runner: UR_NATIVE_CPU
79+ # - name: HIP
80+ # runner: UR_HIP
10081 # docker_image: "ghcr.io/intel/llvm/ubuntu2404_intel_drivers:alldeps"
101- # image_options: -u 1001 --device=/dev/dri --privileged --cap-add SYS_ADMIN
82+ # image_options: -u 1001 --device=/dev/dri --device=/dev/kfd --cap-add=SYS_ADMIN
83+ # - name: CUDA
84+ # runner: UR_CUDA
85+ # docker_image: "ghcr.io/intel/llvm/ubuntu2404_intel_drivers:alldeps"
86+ # 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/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.
0 commit comments