danbev commited on
Commit
94d5ce3
·
unverified ·
1 Parent(s): 44ee199

ruby : add GGML_SYCL_DNN option to ruby bindings (#3172)

Browse files

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.

Files changed (1) hide show
  1. bindings/ruby/ext/options.rb +1 -0
bindings/ruby/ext/options.rb CHANGED
@@ -149,6 +149,7 @@ class Options
149
  bool "GGML_SYCL_F16"
150
  bool "GGML_SYCL_GRAPH"
151
  string "GGML_SYCL_TARGET"
 
152
  bool "GGML_VULKAN"
153
  bool "GGML_VULKAN_CHECK_RESULTS"
154
  bool "GGML_VULKAN_DEBUG"
 
149
  bool "GGML_SYCL_F16"
150
  bool "GGML_SYCL_GRAPH"
151
  string "GGML_SYCL_TARGET"
152
+ bool "GGML_SYCL_DNN"
153
  bool "GGML_VULKAN"
154
  bool "GGML_VULKAN_CHECK_RESULTS"
155
  bool "GGML_VULKAN_DEBUG"