From 661875bf440a6ee305aa561226898bb8bd341ce6 Mon Sep 17 00:00:00 2001 From: Andrei Elovikov Date: Mon, 5 Feb 2024 09:19:21 -0800 Subject: [PATCH] [CI] Try to make OCL CPU task work on Intel GEN12 runner in Nightly --- .github/workflows/sycl-nightly.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sycl-nightly.yml b/.github/workflows/sycl-nightly.yml index 0b464c75d33b6..3a741cdb221d7 100644 --- a/.github/workflows/sycl-nightly.yml +++ b/.github/workflows/sycl-nightly.yml @@ -57,7 +57,7 @@ jobs: - name: OCL CPU (Intel/GEN12) runner: '["Linux", "gen12"]' image: ghcr.io/intel/llvm/ubuntu2204_intel_drivers:latest - image_options: -u 1001 + image_options: -u 1001 --privileged --cap-add SYS_ADMIN target_devices: opencl:cpu - name: OCL CPU (Intel/Arc)