Add COMGR relative path for build machines
This commit is contained in:
committed by
Siu Chi Chan
parent
716ed30878
commit
6b3095f7cb
@@ -200,7 +200,10 @@ endif()
|
|||||||
if(HIP_PLATFORM STREQUAL "hcc")
|
if(HIP_PLATFORM STREQUAL "hcc")
|
||||||
find_package(amd_comgr REQUIRED CONFIG
|
find_package(amd_comgr REQUIRED CONFIG
|
||||||
PATHS
|
PATHS
|
||||||
/opt/rocm/lib/cmake/amd_comgr
|
/opt/rocm/
|
||||||
|
PATH_SUFFIXES
|
||||||
|
cmake/amd_comgr
|
||||||
|
lib/cmake/amd_comgr
|
||||||
)
|
)
|
||||||
MESSAGE(STATUS "Code Object Manager found at ${amd_comgr_DIR}.")
|
MESSAGE(STATUS "Code Object Manager found at ${amd_comgr_DIR}.")
|
||||||
endif()
|
endif()
|
||||||
|
|||||||
Reference in New Issue
Block a user