Skip to content

Commit 16ca462

Browse files
[CI] Re-enable benchmarks compatibility nightly job
1 parent 8258321 commit 16ca462

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

.github/workflows/nightly.yml

Lines changed: 2 additions & 7 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
@@ -510,9 +504,10 @@ jobs:
510504
bench_script_params: >-
511505
--adapter level_zero_v2
512506
--compute-runtime
513-
--build-igc
514507
--preset Minimal
515508
--exit-on-failure
509+
--iterations 1
510+
--verbose
516511
runner: 'L0_PERF_ARC'
517512
compatibility: '1'
518513

0 commit comments

Comments
 (0)