[AMDGPU] Bump to ROCm 3.7 dependency hip_hcc->amdhip64

Differential Revision: https://reviews.llvm.org/D87773
This commit is contained in:
jerryyin 2020-09-16 08:57:37 -07:00
parent f026812110
commit e4a198eeee
1 changed files with 1 additions and 1 deletions

View File

@ -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")