Skip to content

Commit fa081d1

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

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
lines changed

.github/workflows/nightly.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,13 @@ jobs:
495495
496496
# Run benchmarks with the latest SYCL (with the latest UMF copied into the SYCL)
497497
# to verify the compatibility.
498+
#
499+
# TODO: re-enable this job, when nightly sycl builds are again available;
500+
# the last one available (as of 24.07.2025) is not working properly with
501+
# compute benchmarks. Now, we could only build sycl from sources, or find a
502+
# matching version of compute benchmarks with last nightly package.
498503
Benchmarks-sycl:
504+
if: false
499505
uses: ./.github/workflows/reusable_benchmarks.yml
500506
permissions:
501507
contents: write

.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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,10 @@ jobs:
1515
name: ${{matrix.llvm_tag}} llvm build
1616
runs-on: ["DSS-LEVEL_ZERO", "DSS-UBUNTU"]
1717

18+
# TODO: update to use the nightly tag with UMF v1.0.0
1819
strategy:
1920
matrix:
20-
llvm_tag: ["latest", "nightly-2025-07-09"] # "latest" or llvm with UMF v1.0.0-rc1
21+
llvm_tag: ["latest", "nightly-2025-07-18"] # "latest" or llvm with UMF v1.0.0-rc2
2122

2223
steps:
2324
# 1. Install sycl

0 commit comments

Comments
 (0)