llvm-project
cfabc8e1 - [HIP][Driver] Use alternative `/lib64` or `/lib` depending on `amdhip64` library location (#211587)

Commit
3 days ago
[HIP][Driver] Use alternative `/lib64` or `/lib` depending on `amdhip64` library location (#211587) On non-standard ROCm installations, `libamdhip64.so` may be under `/lib64` instead of `/lib`. To acomodate for these, if `/lib/libamdhip64.so` does not exists and `/lib64` does, use the later. On windows we check for `amdhip64.lib`. If both exist `/lib` is preferred. By default we conservatively use `/lib`. Related to LCOMPILER-2495.
Author
Parents
Loading