From: mvermeulen <5479696+mvermeulen@users.noreply.github.com> Date: Thu, 27 Aug 2020 01:55:31 +0000 (-0500) Subject: ROCm changed name of library and removed old one in ROCm 3.7 release. (#6345) X-Git-Tag: upstream/0.7.0~201 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=415c0883ab101be9854315f84ae9e1e5e4295563;p=platform%2Fupstream%2Ftvm.git ROCm changed name of library and removed old one in ROCm 3.7 release. (#6345) --- diff --git a/cmake/util/FindROCM.cmake b/cmake/util/FindROCM.cmake index 2b2db2c..cf9524b 100644 --- a/cmake/util/FindROCM.cmake +++ b/cmake/util/FindROCM.cmake @@ -48,7 +48,7 @@ macro(find_rocm use_rocm) if(__rocm_sdk) set(ROCM_INCLUDE_DIRS ${__rocm_sdk}/include) - find_library(ROCM_HIPHCC_LIBRARY hip_hcc ${__rocm_sdk}/lib) + find_library(ROCM_HIPHCC_LIBRARY amdhip64 ${__rocm_sdk}/lib) find_library(ROCM_MIOPEN_LIBRARY MIOpen ${__rocm_sdk}/lib) find_library(ROCM_ROCBLAS_LIBRARY rocblas ${__rocm_sdk}/lib) if(ROCM_HIPHCC_LIBRARY)