Spaces:
Running
Running
ruby : add GGML_SYCL_DNN option to ruby bindings (#3172)
Browse filesThis 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
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"
|