Skip to content

Commit 0410fcf

Browse files
authored
Merge pull request #2749 from oneapi-src/benchmarks-use-upstream
use the upstream sycl branch for benchmark scripts
2 parents 3959849 + a8e0393 commit 0410fcf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/benchmarks-reusable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
8282
with:
8383
repository: intel/llvm
84-
ref: unify-benchmark-ci
84+
ref: sycl
8585
path: sc
8686
sparse-checkout: |
8787
devops/scripts/benchmarks

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
5555
with:
5656
repository: intel/llvm
57-
ref: unify-benchmark-ci
57+
ref: sycl
5858
path: sc
5959
sparse-checkout: |
6060
devops/scripts/benchmarks

0 commit comments

Comments
 (0)