Hip: disable VMM on hip as it seams that it dosent work in some configurations (#11420)
This commit is contained in:
parent
ca6baf76c1
commit
26771a1491
4 changed files with 14 additions and 9 deletions
|
|
@ -96,8 +96,8 @@ if (GGML_HIP_GRAPHS)
|
|||
add_compile_definitions(GGML_HIP_GRAPHS)
|
||||
endif()
|
||||
|
||||
if (GGML_CUDA_NO_VMM)
|
||||
add_compile_definitions(GGML_CUDA_NO_VMM)
|
||||
if (GGML_HIP_NO_VMM)
|
||||
add_compile_definitions(GGML_HIP_NO_VMM)
|
||||
endif()
|
||||
|
||||
if (CXX_IS_HIPCC)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue