forked from OSchip/llvm-project
[AMDGPU] Bump to ROCm 3.7 dependency hip_hcc->amdhip64
Differential Revision: https://reviews.llvm.org/D87773
This commit is contained in:
parent
f026812110
commit
e4a198eeee
|
@ -38,7 +38,7 @@ if(MLIR_ROCM_RUNNER_ENABLED)
|
|||
add_definitions(-D__ROCM_PATH__="${ROCM_PATH}")
|
||||
|
||||
# Locate HIP runtime library.
|
||||
find_library(ROCM_RUNTIME_LIBRARY hip_hcc
|
||||
find_library(ROCM_RUNTIME_LIBRARY amdhip64
|
||||
PATHS "${HIP_PATH}/lib")
|
||||
if (NOT ROCM_RUNTIME_LIBRARY)
|
||||
message(SEND_ERROR "Could not locate ROCm HIP runtime library")
|
||||
|
|
Loading…
Reference in New Issue