We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6751d2b commit 472c6beCopy full SHA for 472c6be
.github/workflows/sycl-nightly.yml
@@ -237,15 +237,13 @@ jobs:
237
include:
238
- name: Run compute-benchmarks on L0 Gen12
239
runner: '["Linux", "gen12"]'
240
- image: ghcr.io/intel/llvm/ubuntu2404_intel_drivers:latest
241
image_options: -u 1001 --device=/dev/dri -v /dev/dri/by-path:/dev/dri/by-path --privileged --cap-add SYS_ADMIN
242
target_devices: level_zero:gpu
243
reset_intel_gpu: true
244
uses: ./.github/workflows/sycl-linux-run-tests.yml
245
with:
246
name: ${{ matrix.name }}
247
runner: ${{ matrix.runner }}
248
- image: ${{ matrix.image }}
249
image_options: ${{ matrix.image_options }}
250
target_devices: ${{ matrix.target_devices }}
251
tests_selector: benchmark
0 commit comments