File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change 1616 runs-on : ["DSS-LEVEL_ZERO", "DSS-UBUNTU"]
1717
1818 strategy :
19+ fail-fast : false
1920 matrix :
20- llvm_tag : ["latest", "nightly-2025-03-15"] # "latest" or llvm with UMF v0.11.0-dev4
21+ llvm_tag : ["latest", "nightly-2025-05-16", "nightly-2025-05-19"]
2122
2223 steps :
2324 # 1. Install sycl
4445 mkdir llvm
4546 tar -xzf sycl.tar.gz -C llvm --strip-components=1
4647
47- - name : Remove UMF installed with llvm
48- run : rm -f llvm/lib/libumf*
48+ - name : Check and remove UMF installed with llvm
49+ run : |
50+ ldd llvm/lib/libumf.so.0
51+ nm -Dg llvm/lib/libumf.so.0
52+ rm -f llvm/lib/libumf*
4953
5054 - name : Add sycl to PATH
5155 run : |
5963 path : umf_repo
6064 fetch-depth : 0
6165
66+ - name : Check installed UMF
67+ run : |
68+ ldd llvm/lib/libumf.so.0
69+ nm -Dg llvm/lib/libumf.so.0
70+
6271 - name : Configure UMF
6372 working-directory : umf_repo
6473 run : >
You can’t perform that action at this time.
0 commit comments