From: Daniel Bevenius Date: Mon, 19 May 2025 15:59:43 +0000 (+0200) Subject: ruby : add GGML_SYCL_DNN option to ruby bindings (#3172) X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=2c4b9045969e92b3d9bde22d6474b344fbd64f70;p=pkg%2Fggml%2Fsources%2Fwhisper.cpp ruby : add GGML_SYCL_DNN option to ruby bindings (#3172) This commit adds the `GGML_SYCL_DNN` option to the Ruby bindings for the GGML library. This option as added to ggml in Commit (5e7e07758a5f3172380500e173ca71f679bbef1e "sycl: use oneDNN for matrices multiplication") The motivation for this change to enable the CI build to pass. --- diff --git a/bindings/ruby/ext/options.rb b/bindings/ruby/ext/options.rb index 17b2633e..9b0fad37 100644 --- a/bindings/ruby/ext/options.rb +++ b/bindings/ruby/ext/options.rb @@ -149,6 +149,7 @@ class Options bool "GGML_SYCL_F16" bool "GGML_SYCL_GRAPH" string "GGML_SYCL_TARGET" + bool "GGML_SYCL_DNN" bool "GGML_VULKAN" bool "GGML_VULKAN_CHECK_RESULTS" bool "GGML_VULKAN_DEBUG"