Skip to content

[CI] SYCL updates #1456

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 28, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,13 @@ jobs:

# Run benchmarks with the latest SYCL (with the latest UMF copied into the SYCL)
# to verify the compatibility.
#
# TODO: re-enable this job, when nightly sycl builds are again available;
# the last one available (as of 24.07.2025) is not working properly with
# compute benchmarks. Now, we could only build sycl from sources, or find a
# matching version of compute benchmarks with last nightly package.
Benchmarks-sycl:
if: false
uses: ./.github/workflows/reusable_benchmarks.yml
permissions:
contents: write
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/reusable_benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,9 @@ jobs:
repository: intel/llvm
# Note: The same ref is used in docs build (for dashboard generation)!
#
# 11.07.2025
# 23.07.2025
# branch: sycl
ref: b68f49e0a03fb63de5a3e207f0f65247964d337b
ref: 3d8e0490dc88af53335616c9ace38d669037ae67
path: sc
sparse-checkout: |
devops/scripts/benchmarks
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/reusable_docs_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ jobs:
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
repository: intel/llvm
# 11.07.2025
# 23.07.2025
# branch: sycl
ref: b68f49e0a03fb63de5a3e207f0f65247964d337b
ref: 3d8e0490dc88af53335616c9ace38d669037ae67
path: sc
sparse-checkout: |
devops/scripts/benchmarks
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/reusable_sycl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ jobs:
name: ${{matrix.llvm_tag}} llvm build
runs-on: ["DSS-LEVEL_ZERO", "DSS-UBUNTU"]

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

steps:
# 1. Install sycl
Expand Down