Skip to content

Commit

Permalink
Correcting hip package dependencies (#966)
Browse files Browse the repository at this point in the history
Hip package names have been changed because of the new rocm packaging standards. Hence the hip-hcc dependency needs to be changed to hip-rocclr hip-base
  • Loading branch information
ashutom authored and causten committed Sep 28, 2021
1 parent f89f6c4 commit c4b85b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ rocm_create_package(
MAINTAINER "Paul Fultz II <[email protected]>"
LDCONFIG
PTH
DEPENDS miopen-hip rocblas hip-hcc half
DEPENDS miopen-hip rocblas hip-rocclr hip-base half
)

set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/lib)
Expand Down

0 comments on commit c4b85b2

Please sign in to comment.