We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef51e9e commit ecc0565Copy full SHA for ecc0565
CMakeLists.txt
@@ -187,7 +187,7 @@ if (LLAMA_HIPBLAS)
187
add_compile_definitions(GGML_USE_HIPBLAS)
188
add_library(ggml-hip OBJECT ggml-cuda.cu ggml-cuda.h)
189
set_source_files_properties(ggml-cuda.cu PROPERTIES LANGUAGE CXX)
190
- target_link_libraries(ggml-hip PUBLIC hip::device)
+ target_link_libraries(ggml-hip PRIVATE hip::device)
191
192
if (LLAMA_STATIC)
193
message(FATAL_ERROR "Static linking not supported for HIP/ROCm")
0 commit comments