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 7f5eb53 commit ad6ff05Copy full SHA for ad6ff05
.github/workflows/nightly.yml
@@ -334,6 +334,7 @@ jobs:
334
os: "['ubuntu-22.04', 'ubuntu-24.04', 'ubuntu-24.10']"
335
336
Benchmarks:
337
+ if: false
338
uses: ./.github/workflows/reusable_benchmarks.yml
339
permissions:
340
contents: write
@@ -342,6 +343,19 @@ jobs:
342
343
pr_no: '0'
344
bench_script_params: '--save Baseline_PVC'
345
346
+ Benchmarks-sycl:
347
+ uses: ./.github/workflows/reusable_benchmarks.yml
348
+ permissions:
349
+ contents: write
350
+ pull-requests: write
351
+ with:
352
+ pr_no: '0'
353
+ bench_script_params: '--sycl sycl
354
+ --adapter level_zero_v2
355
+ --exit-on-failure
356
+ --preset Minimal'
357
+ runner: 'L0_PERF_GPU'
358
+
359
SYCL:
360
if: false
361
uses: ./.github/workflows/reusable_sycl.yml
0 commit comments