Skip to content

Commit dacf0d1

Browse files
[CI] Update SYCL version in our workflows
1 parent 67e6263 commit dacf0d1

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/reusable_benchmarks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,9 @@ jobs:
126126
repository: intel/llvm
127127
# Note: The same ref is used in docs build (for dashboard generation)!
128128
#
129-
# 11.07.2025
129+
# 23.07.2025
130130
# branch: sycl
131-
ref: b68f49e0a03fb63de5a3e207f0f65247964d337b
131+
ref: 3d8e0490dc88af53335616c9ace38d669037ae67
132132
path: sc
133133
sparse-checkout: |
134134
devops/scripts/benchmarks

.github/workflows/reusable_docs_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ jobs:
5353
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
5454
with:
5555
repository: intel/llvm
56-
# 11.07.2025
56+
# 23.07.2025
5757
# branch: sycl
58-
ref: b68f49e0a03fb63de5a3e207f0f65247964d337b
58+
ref: 3d8e0490dc88af53335616c9ace38d669037ae67
5959
path: sc
6060
sparse-checkout: |
6161
devops/scripts/benchmarks

.github/workflows/reusable_sycl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
strategy:
1919
matrix:
20-
llvm_tag: ["latest", "nightly-2025-07-09"] # "latest" or llvm with UMF v1.0.0-rc1
20+
llvm_tag: ["latest", "nightly-2025-07-18"] # "latest" or llvm with UMF v1.0.0-rc2
2121

2222
steps:
2323
# 1. Install sycl

0 commit comments

Comments
 (0)