]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
ruby : add GGML_SYCL_DNN option to ruby bindings (#3172)
authorDaniel Bevenius <redacted>
Mon, 19 May 2025 15:59:43 +0000 (17:59 +0200)
committerGitHub <redacted>
Mon, 19 May 2025 15:59:43 +0000 (17:59 +0200)
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.

bindings/ruby/ext/options.rb

index 17b2633eba5e845ff193ddee5c46860321289804..9b0fad37ebcbe91eead2adf1c6e099ef27391d7e 100644 (file)
@@ -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"