Unverified Commit 96a97adf authored by Jeffrey Morgan's avatar Jeffrey Morgan Committed by GitHub
Browse files

build: use correct GGML_HIP_NO_VMM compiler definition for ggml-hip (#9451)

parent e75c6126
......@@ -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
......
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