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

Commit 7be71bf

Browse files
committed
Let Linux SYCL CI use default device selection
1 parent 9ebb925 commit 7be71bf

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": "native_cpu:cpu",
28+
"device_selector": "",
2929
"opencv_apps": "ON",
3030
},
3131
"windows-x86_64": {

0 commit comments

Comments
 (0)