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 562afca commit f3d690cCopy full SHA for f3d690c
CMakeLists.txt
@@ -225,7 +225,6 @@ option(GGML_WEBGPU "ggml: use WebGPU"
225
option(GGML_WEBGPU_DEBUG "ggml: enable WebGPU debug output" OFF)
226
option(GGML_ZDNN "ggml: use zDNN" OFF)
227
option(GGML_METAL "ggml: use Metal" ${GGML_METAL_DEFAULT})
228
-option(GGML_METAL_USE_BF16 "ggml: use bfloat if available" OFF)
229
option(GGML_METAL_NDEBUG "ggml: disable Metal debugging" OFF)
230
option(GGML_METAL_SHADER_DEBUG "ggml: compile Metal with -fno-fast-math" OFF)
231
option(GGML_METAL_EMBED_LIBRARY "ggml: embed Metal library" ${GGML_METAL})
0 commit comments