Skip to content

Commit 3bdccf3

Browse files
authored
Merge pull request #1243 from PatKamin/bump-legacy-sycl
Bump legacy sycl
2 parents b895096 + 0820c9d commit 3bdccf3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/reusable_sycl.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
strategy:
1919
matrix:
20-
llvm_tag: ["latest", "nightly-2025-02-08"] # "latest" or llvm with UMF v0.11.0-dev2
20+
llvm_tag: ["latest", "nightly-2025-03-15"] # "latest" or llvm with UMF v0.11.0-dev4
2121

2222
steps:
2323
# Install sycl
@@ -77,6 +77,8 @@ jobs:
7777

7878
# Test sycl-ls
7979
- name: Run sycl-ls
80+
env:
81+
SYCL_UR_TRACE: 1
8082
run: |
8183
./llvm/bin/sycl-ls | tee sycl-ls-output.log
8284
grep -q "level_zero:gpu" sycl-ls-output.log

0 commit comments

Comments
 (0)