Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
ollama
Commits
96a97adf
"src/vscode:/vscode.git/clone" did not exist on "d704a730cd6d2961d9ec17d7a041c4e9f7e13812"
Unverified
Commit
96a97adf
authored
Mar 01, 2025
by
Jeffrey Morgan
Committed by
GitHub
Mar 01, 2025
Browse files
build: use correct GGML_HIP_NO_VMM compiler definition for ggml-hip (#9451)
parent
e75c6126
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
CMakeLists.txt
CMakeLists.txt
+1
-1
No files found.
CMakeLists.txt
View file @
96a97adf
...
@@ -109,7 +109,7 @@ if(CMAKE_HIP_COMPILER)
...
@@ -109,7 +109,7 @@ if(CMAKE_HIP_COMPILER)
target_compile_definitions
(
ggml-hip PRIVATE GGML_CUDA_NO_PEER_COPY
)
target_compile_definitions
(
ggml-hip PRIVATE GGML_CUDA_NO_PEER_COPY
)
endif
()
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
)
set
(
OLLAMA_HIP_INSTALL_DIR
${
OLLAMA_INSTALL_DIR
}
/rocm
)
install
(
TARGETS ggml-hip
install
(
TARGETS ggml-hip
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment