Skip to content

Commit 991d38e

Browse files
committed
[NATIVE_CPU][SYCL] Add native_cpu to e2e testing
1 parent 955047d commit 991d38e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/sycl-linux-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

.github/workflows/sycl-linux-precommit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)