[Mlir-commits] [mlir] e4a198e - [AMDGPU] Bump to ROCm 3.7 dependency hip_hcc->amdhip64
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Thu Sep 17 06:48:14 PDT 2020
Author: jerryyin
Date: 2020-09-17T06:45:51-07:00
New Revision: e4a198eeee3ca96ff324d5b786e44c4915334054
URL: https://github.com/llvm/llvm-project/commit/e4a198eeee3ca96ff324d5b786e44c4915334054
DIFF: https://github.com/llvm/llvm-project/commit/e4a198eeee3ca96ff324d5b786e44c4915334054.diff
LOG: [AMDGPU] Bump to ROCm 3.7 dependency hip_hcc->amdhip64
Differential Revision: https://reviews.llvm.org/D87773
Added:
Modified:
mlir/tools/mlir-rocm-runner/CMakeLists.txt
Removed:
################################################################################
diff --git a/mlir/tools/mlir-rocm-runner/CMakeLists.txt b/mlir/tools/mlir-rocm-runner/CMakeLists.txt
index 9b07d00d8096..2c0791d7a5c1 100644
--- a/mlir/tools/mlir-rocm-runner/CMakeLists.txt
+++ b/mlir/tools/mlir-rocm-runner/CMakeLists.txt
@@ -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")
More information about the Mlir-commits
mailing list