Skip to content

Commit 0aaa772

Browse files
[CI] Re-enable benchmarks compatibility nightly job
1 parent 9f67167 commit 0aaa772

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -494,13 +494,7 @@ jobs:
494494
495495
# Run benchmarks with the latest SYCL (with the latest UMF copied into the SYCL)
496496
# to verify the compatibility.
497-
#
498-
# TODO: re-enable this job, when nightly sycl builds are again available;
499-
# the last one available (as of 24.07.2025) is not working properly with
500-
# compute benchmarks. Now, we could only build sycl from sources, or find a
501-
# matching version of compute benchmarks with last nightly package.
502497
Benchmarks-sycl:
503-
if: false
504498
uses: ./.github/workflows/reusable_benchmarks.yml
505499
permissions:
506500
contents: write
@@ -509,10 +503,9 @@ jobs:
509503
pr_no: '0'
510504
bench_script_params: >-
511505
--adapter level_zero_v2
512-
--compute-runtime
513-
--build-igc
514506
--preset Minimal
515507
--exit-on-failure
508+
--iterations 1
516509
runner: 'L0_PERF_ARC'
517510
compatibility: '1'
518511

0 commit comments

Comments
 (0)