We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b56f690 commit b23d97fCopy full SHA for b23d97f
.github/workflows/reusable_sycl.yml
@@ -15,10 +15,9 @@ jobs:
15
name: ${{matrix.llvm_tag}} llvm build
16
runs-on: ["DSS-LEVEL_ZERO", "DSS-UBUNTU"]
17
18
- # TODO: update to use the nightly tag with UMF v1.0.0
19
strategy:
20
matrix:
21
- llvm_tag: ["latest", "nightly-2025-07-18"] # "latest" or llvm with UMF v1.0.0-rc2
+ llvm_tag: ["latest", "nightly-2025-07-31"] # "latest" or llvm with UMF v1.0.0
22
23
steps:
24
# 1. Install sycl
0 commit comments