estewart08

Results 3 issues of estewart08

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...

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 uses /lib. Since hipBLAS uses...

This is a simple hip program with -fopenmp. There was an unresolved symbol issue when using hip_host_overlay.h. Only programs with hip runtime calls, like hipMalloc, combined with openmp target regions...