whisper.cpp/bindings/ruby/ext
Daniel Bevenius 2c4b904596
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.
2025-05-19 17:59:43 +02:00
..
sources ruby: use CMake in build process (#3043) 2025-04-14 18:18:27 +09:00
.gitignore ruby : Make context accept initial parameters, API to retrieve a segment and more (#2749) 2025-01-21 09:39:54 +02:00
dependencies.rb ruby : make Ruby bindings installed with build options (#3056) 2025-04-17 18:49:58 +09:00
extconf.rb ruby : make Ruby bindings installed with build options (#3056) 2025-04-17 18:49:58 +09:00
options.rb ruby : add GGML_SYCL_DNN option to ruby bindings (#3172) 2025-05-19 17:59:43 +02:00
ruby_whisper_context.c ruby : Make context accept initial parameters, API to retrieve a segment and more (#2749) 2025-01-21 09:39:54 +02:00
ruby_whisper_error.c ruby : Make context accept initial parameters, API to retrieve a segment and more (#2749) 2025-01-21 09:39:54 +02:00
ruby_whisper_model.c ruby : Make context accept initial parameters, API to retrieve a segment and more (#2749) 2025-01-21 09:39:54 +02:00
ruby_whisper_params.c ruby : add encoder begin callback related methods (#3076) 2025-04-26 04:33:11 +09:00
ruby_whisper_segment.c ruby : Make context accept initial parameters, API to retrieve a segment and more (#2749) 2025-01-21 09:39:54 +02:00
ruby_whisper_transcribe.cpp ruby : add encoder begin callback related methods (#3076) 2025-04-26 04:33:11 +09:00
ruby_whisper.c ruby : Make context accept initial parameters, API to retrieve a segment and more (#2749) 2025-01-21 09:39:54 +02:00
ruby_whisper.h ruby : add encoder begin callback related methods (#3076) 2025-04-26 04:33:11 +09:00