File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -334,6 +334,7 @@ jobs:
334334 os : " ['ubuntu-22.04', 'ubuntu-24.04', 'ubuntu-24.10']"
335335
336336 Benchmarks :
337+ if : false
337338 uses : ./.github/workflows/reusable_benchmarks.yml
338339 permissions :
339340 contents : write
@@ -342,6 +343,19 @@ jobs:
342343 pr_no : ' 0'
343344 bench_script_params : ' --save Baseline_PVC'
344345
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 : ' ["DSS-L0", "DSS-GPU", "DSS-UBUNTU"]'
358+
345359 SYCL :
346360 if : false
347361 uses : ./.github/workflows/reusable_sycl.yml
You can’t perform that action at this time.
0 commit comments