Skip to content

Commit

Permalink
ROCm changed name of library and removed old one in ROCm 3.7 release. (
Browse files Browse the repository at this point in the history
  • Loading branch information
mvermeulen authored Aug 27, 2020
1 parent 4910c8c commit 415c088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/util/FindROCM.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 415c088

Please sign in to comment.