[AMDGPU] Bump to ROCm 3.7 dependency hip_hcc->amdhip64
authorjerryyin <zhuoryin@amd.com>
Wed, 16 Sep 2020 15:57:37 +0000 (08:57 -0700)
committerjerryyin <zhuoryin@amd.com>
Thu, 17 Sep 2020 13:45:51 +0000 (06:45 -0700)
Differential Revision: https://reviews.llvm.org/D87773

mlir/tools/mlir-rocm-runner/CMakeLists.txt

index 9b07d00..2c0791d 100644 (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")