File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments