hipBLAS icon indicating copy to clipboard operation
hipBLAS copied to clipboard

Add LLVM_DEFAULT_TARGET_TRIPLE to find new location of -lomp

Open estewart08 opened this issue 10 months ago • 0 comments

Summary of proposed changes: An upstream llvm change enables LLVM_ENABLE_PER_TARGET_RUNTIME_DIR by default for the openmp build. This installs the openmp libraries into /opt/rocm-ver/llvm/lib/x86_64-unknown-linux-gnu instead of /opt/rocm-ver/llvm/lib. Currenty, hipBLAS only looks in /lib. Prepend lib/x86_64-unknown-linux-gnu to -L and --rpath to avoid a linker error when the upstream change lands in amd-staging.

estewart08 avatar Apr 04 '24 14:04 estewart08