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:
203203 -DCMAKE_C_COMPILER_LAUNCHER=ccache \
204204 -DCMAKE_CXX_COMPILER_LAUNCHER=ccache \
205205 -DLLVM_INSTALL_UTILS=ON \
206- -DNATIVECPU_USE_OCK=Off
206+ -DNATIVECPU_USE_OCK=ON
207207 - name : Compile
208208 id : build
209209 # 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:
109109 include :
110110 - name : GEN 12 Integrated
111111 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
113113 - name : NVIDIA/CUDA
114114 runner : ' ["Linux", "cuda"]'
115115 image_options : -u 1001 --gpus all --cap-add SYS_ADMIN
You can’t perform that action at this time.
0 commit comments