@@ -58,47 +58,47 @@ jobs:
58
58
strategy :
59
59
matrix :
60
60
include :
61
- # - name: L0
62
- # runner: UR_L0
63
- # docker_image: "ghcr.io/intel/llvm/ubuntu2204_build:latest"
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/ubuntu2204_build:latest"
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/ubuntu2204_build:latest"
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/ubuntu2204_build:latest"
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/ubuntu2204_build:latest"
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/ubuntu2204_build:latest"
86
- # image_options: -u 1001 --privileged --cap-add SYS_ADMIN --gpus all
61
+ - name : L0
62
+ runner : UR_L0
63
+ docker_image : " ghcr.io/intel/llvm/ubuntu2204_build:latest"
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/ubuntu2204_build:latest"
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/ubuntu2204_build:latest"
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/ubuntu2204_build:latest"
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/ubuntu2204_build:latest"
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/ubuntu2204_build:latest"
86
+ image_options : -u 1001 --privileged --cap-add SYS_ADMIN --gpus all
87
87
- name : OPENCL
88
88
runner : UR_OPENCL
89
89
platform : " Intel(R) OpenCL"
90
90
docker_image : " ghcr.io/intel/llvm/ubuntu2204_build:latest"
91
- image_options : -u 1001 --device=/dev/dri -v /dev/dri/by-path: /dev/dri/by-path --privileged --cap-add SYS_ADMIN
91
+ image_options : -u 1001 --device=/dev/dri --device= /dev/kfd --privileged --cap-add SYS_ADMIN
92
92
- name : OPENCL
93
93
runner : UR_OPENCL
94
94
platform : " OPENCL:Intel(R) OpenCL"
95
95
docker_image : " ghcr.io/intel/llvm/ubuntu2204_build:latest"
96
96
image_options : -u 1001 --device=/dev/dri --device=/dev/kfd --privileged --cap-add SYS_ADMIN
97
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
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
102
102
103
103
# Extra native CPU jobs are here to force the loader to be used.
104
104
# UR will not use the loader if there is only one target.
0 commit comments