Skip to content

Commit

Permalink
Fix: Use correct HIPBLAS shared library flag (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
KerfuffleV2 committed Nov 16, 2023
1 parent bcc6d6b commit 4344c9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -214,7 +214,7 @@ if (RWKV_HIPBLAS)
${CMAKE_SOURCE_DIR}/ggml/src/ggml-cuda.cu
${CMAKE_SOURCE_DIR}/ggml/src/ggml-cuda.h)

if (BUILD_SHARED_LIBS)
if (RWKV_BUILD_SHARED_LIBRARY)
set_target_properties(ggml-rocm PROPERTIES POSITION_INDEPENDENT_CODE ON)
endif()

Expand Down

0 comments on commit 4344c9f

Please sign in to comment.