Skip to content

Commit 060d2ad

Browse files
committed
Add libomp.so library to rocm artifact
This comes from the `openmp` package on Arch but isn't there for Ubuntu unless a matching LLVM package happens to be installed. As the point of the artifact is to run standalone, explicitly add it.
1 parent 636d3cb commit 060d2ad

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -601,6 +601,9 @@ jobs:
601601
sudo mv /opt/rocm/lib/rocblas/ ./build/bin/
602602
sudo mv /opt/rocm/lib/hipblaslt/ ./build/bin/
603603
604+
# Move LLVM OpenMP library
605+
sudo mv /opt/rocm/lib/llvm/lib/libomp.so* ./build/bin/
606+
604607
- name: Fetch system info
605608
id: system-info
606609
run: |

0 commit comments

Comments
 (0)