Skip to content
This repository was archived by the owner on Jul 22, 2026. It is now read-only.

Commit 9ebb925

Browse files
committed
Use native CPU backend for Linux SYCL CI
1 parent ca552f8 commit 9ebb925

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/ci/sycl_x86_setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def configure_platform(platform: str) -> None:
2525
settings = {
2626
"linux-x86_64": {
2727
"toolchain_asset": "sycl_linux.tar.gz",
28-
"device_selector": "opencl:cpu",
28+
"device_selector": "native_cpu:cpu",
2929
"opencv_apps": "ON",
3030
},
3131
"windows-x86_64": {

0 commit comments

Comments
 (0)