Skip to content

Commit fac67c0

Browse files
[CI] Re-enable benchmarks compatibility nightly job
1 parent b8cf0bd commit fac67c0

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
@@ -496,13 +496,7 @@ jobs:
496496
497497
# Run benchmarks with the latest SYCL (with the latest UMF copied into the SYCL)
498498
# to verify the compatibility.
499-
#
500-
# TODO: re-enable this job, when nightly sycl builds are again available;
501-
# the last one available (as of 24.07.2025) is not working properly with
502-
# compute benchmarks. Now, we could only build sycl from sources, or find a
503-
# matching version of compute benchmarks with last nightly package.
504499
Benchmarks-sycl:
505-
if: false
506500
uses: ./.github/workflows/reusable_benchmarks.yml
507501
permissions:
508502
contents: write
@@ -512,9 +506,10 @@ jobs:
512506
bench_script_params: >-
513507
--adapter level_zero_v2
514508
--compute-runtime
515-
--build-igc
516509
--preset Minimal
517510
--exit-on-failure
511+
--iterations 1
512+
--verbose
518513
runner: 'L0_PERF_ARC'
519514
compatibility: '1'
520515

0 commit comments

Comments
 (0)