Hip: disable VMM on hip as it seams that it dosent work in some configurations (#11420)

This commit is contained in:
uvos
2025-01-25 21:01:12 +01:00
committed by GitHub
parent ca6baf76c1
commit 26771a1491
4 changed files with 14 additions and 9 deletions

View File

@@ -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)