Commit 0469861d authored by Michael Yang's avatar Michael Yang Committed by Michael Yang
Browse files

build: call find_package to instantiate library paths

parent c47154c0
......@@ -108,6 +108,7 @@ if(CMAKE_HIP_COMPILER)
endif()
if(AMDGPU_TARGETS)
find_package(hip REQUIRED)
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/ml/backend/ggml/ggml/src/ggml-hip)
if (WIN32)
......
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