Skip to content

Commit cd8e24e

Browse files
committed
Broaden Linux OpenCL SYCL selector
1 parent c3cdc22 commit cd8e24e

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": "opencl:*",
2929
"opencv_apps": "ON",
3030
"sycl_targets": "spir64",
3131
},

0 commit comments

Comments
 (0)