Skip to content

Commit 2c4b904

Browse files
authored
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.
1 parent 6b6cf19 commit 2c4b904

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bindings/ruby/ext/options.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ def configure
149149
bool "GGML_SYCL_F16"
150150
bool "GGML_SYCL_GRAPH"
151151
string "GGML_SYCL_TARGET"
152+
bool "GGML_SYCL_DNN"
152153
bool "GGML_VULKAN"
153154
bool "GGML_VULKAN_CHECK_RESULTS"
154155
bool "GGML_VULKAN_DEBUG"

0 commit comments

Comments
 (0)