Add COMGR relative path for build machines
[ROCm/hip commit: 920fe246d7]
This commit is contained in:
committed by
Siu Chi Chan
parent
1db546d108
commit
01a11c94f8
@@ -200,7 +200,10 @@ endif()
|
||||
if(HIP_PLATFORM STREQUAL "hcc")
|
||||
find_package(amd_comgr REQUIRED CONFIG
|
||||
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}.")
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user