File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -203,7 +203,7 @@ jobs:
203
203
-DCMAKE_C_COMPILER_LAUNCHER=ccache \
204
204
-DCMAKE_CXX_COMPILER_LAUNCHER=ccache \
205
205
-DLLVM_INSTALL_UTILS=ON \
206
- -DNATIVECPU_USE_OCK=Off
206
+ -DNATIVECPU_USE_OCK=ON
207
207
- name : Compile
208
208
id : build
209
209
# Emulate default value for manual dispatch as we've run out of available arguments.
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ jobs:
109
109
include :
110
110
- name : GEN 12 Integrated
111
111
runner : ' ["Linux", "gen12"]'
112
- target_devices : level_zero:gpu;opencl:gpu;opencl:cpu
112
+ target_devices : native_cpu:cpu; level_zero:gpu;opencl:gpu;opencl:cpu
113
113
- name : NVIDIA/CUDA
114
114
runner : ' ["Linux", "cuda"]'
115
115
image_options : -u 1001 --gpus all --cap-add SYS_ADMIN
You can’t perform that action at this time.
0 commit comments