Commit 38e5dbc8 authored by fxzjshm's avatar fxzjshm
Browse files

Fix symbol lookup


Signed-off-by: fxzjshm's avatarfxzjshm <fxzjshm@163.com>
parent ae76a729
......@@ -258,6 +258,7 @@ elseif(UNIX)
endif()
if(HIP_FOUND)
add_compile_definitions(USE_HIP=1)
target_link_libraries(${PROJECT_NAME} PRIVATE "${ROCM_PATH}/lib/libamdhip64.so")
message(STATUS "Building for HIP")
endif()
if(MUSA_FOUND)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment