We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 433fcb1 commit 9fd24b9Copy full SHA for 9fd24b9
.github/workflows/benchmarks.yml
@@ -24,9 +24,9 @@ on:
24
description: Runner
25
type: choice
26
required: true
27
- default: 'L0_PERF'
+ default: 'L0_PERF_PVC'
28
options:
29
- - L0_PERF
+ - L0_PERF_PVC
30
31
permissions:
32
contents: read
.github/workflows/nightly.yml
@@ -382,7 +382,7 @@ jobs:
382
--preset Minimal
383
--exit-on-failure
384
runner: 'L0_PERF_ARC'
385
- compatibility: 1
+ compatibility: '1'
386
387
SYCL:
388
uses: ./.github/workflows/reusable_sycl.yml
.github/workflows/reusable_benchmarks.yml
@@ -25,7 +25,7 @@ on:
compatibility:
required: false
type: string
- default: 0
+ default: '0'
description: |
Set it to 1 to run compatibility sycl benchmarks
0 commit comments