Skip to content

Commit 8bcb91c

Browse files
[CI] Update sycl related workflows - their nightlies works again
1 parent b56f690 commit 8bcb91c

2 files changed

Lines changed: 1 addition & 8 deletions

File tree

.github/workflows/nightly.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -495,13 +495,7 @@ 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.
503498
Benchmarks-sycl:
504-
if: false
505499
uses: ./.github/workflows/reusable_benchmarks.yml
506500
permissions:
507501
contents: write

.github/workflows/reusable_sycl.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,9 @@ 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
1918
strategy:
2019
matrix:
21-
llvm_tag: ["latest", "nightly-2025-07-18"] # "latest" or llvm with UMF v1.0.0-rc2
20+
llvm_tag: ["latest", "nightly-2025-07-31"] # "latest" or llvm with UMF v1.0.0
2221

2322
steps:
2423
# 1. Install sycl

0 commit comments

Comments
 (0)