From adaea088bca383ac7abebdce26546f1885bd9376 Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Thu, 24 Apr 2025 20:38:43 +0300 Subject: [PATCH] ruby : add cmake option (#0) --- bindings/ruby/ext/options.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/bindings/ruby/ext/options.rb b/bindings/ruby/ext/options.rb index be63de10..679b74d1 100644 --- a/bindings/ruby/ext/options.rb +++ b/bindings/ruby/ext/options.rb @@ -142,6 +142,7 @@ class Options bool "GGML_RV_ZFH" pending "GGML_SCCACHE_FOUND" string "GGML_SCHED_MAX_COPIES" + bool "GGML_SSE42" ignored "GGML_STATIC" bool "GGML_SYCL" string "GGML_SYCL_DEVICE_ARCH"