We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46f1c50 commit 6086d52Copy full SHA for 6086d52
ggml/CMakeLists.txt
@@ -133,7 +133,7 @@ option(GGML_CUDA_NO_PEER_COPY "ggml: do not use peer to peer copie
133
option(GGML_CUDA_NO_VMM "ggml: do not try to use CUDA VMM" OFF)
134
option(GGML_CUDA_FA_ALL_QUANTS "ggml: compile all quants for FlashAttention" OFF)
135
option(GGML_CUDA_USE_GRAPHS "ggml: use CUDA graphs (llama.cpp only)" ON)
136
-set (GGML_CUDA_FUSION "0" CACHE STRING "ggml: enable/disable fusion")
+set (GGML_CUDA_FUSION "1" CACHE STRING "ggml: enable/disable fusion")
137
138
option(GGML_IQK_FLASH_ATTENTION "ggml: enable the IQK FlashAttention CPU kernels" ON)
139
option(GGML_IQK_FA_ALL_QUANTS "ggml: compile all quants for IQK FlashAttention" OFF)
0 commit comments