mirror of
https://github.com/ollama/ollama.git
synced 2025-05-10 18:06:33 +02:00
build: use correct GGML_HIP_NO_VMM compiler definition for ggml-hip (#9451)
This commit is contained in:
parent
e75c6126e9
commit
96a97adf9b
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ if(CMAKE_HIP_COMPILER)
|
|||
target_compile_definitions(ggml-hip PRIVATE GGML_CUDA_NO_PEER_COPY)
|
||||
endif()
|
||||
|
||||
target_compile_definitions(ggml-hip PRIVATE GGML_CUDA_NO_VMM)
|
||||
target_compile_definitions(ggml-hip PRIVATE GGML_HIP_NO_VMM)
|
||||
|
||||
set(OLLAMA_HIP_INSTALL_DIR ${OLLAMA_INSTALL_DIR}/rocm)
|
||||
install(TARGETS ggml-hip
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue