Skip to content

Commit

Permalink
Update CMakeLists.txt includes
Browse files Browse the repository at this point in the history
  • Loading branch information
YellowRoseCx authored Jul 2, 2024
1 parent 764ce86 commit 440b8b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ if (LLAMA_HIPBLAS)
set_property(TARGET ggml-rocm PROPERTY CXX_COMPILER ${ROCM_CXX})

target_compile_options(ggml-rocm PRIVATE -O2)
target_include_directories(ggml-rocm PUBLIC . ./otherarch ./otherarch/tools)
target_include_directories(ggml-rocm PUBLIC ./ggml/include ./ggml/src ./include ./otherarch ./otherarch/tools)
if (LLAMA_CUDA_FORCE_DMMV)
target_compile_definitions(ggml-rocm PUBLIC GGML_CUDA_FORCE_DMMV)
endif()
Expand Down

0 comments on commit 440b8b4

Please sign in to comment.