whisper.cpp/ggml
nullname 0c88de5c69
ggml-hexagon: fix `rope` failure at `test-backend-ops` (llama/17565)
* fix test failure

* fix: correct scaling calculations in rope_cache_init

* fix: optimize element copying in rope_hex_f32 using memcpy

* fix: optimize loop boundaries in rope_hex_f32 for better performance

* feat: add profiling macros for performance measurement in operations
2025-12-12 17:53:24 +02:00
..
cmake ggml: Skip backend library linking code when GGML_BACKEND_DL=ON (llama/15094) 2025-08-18 20:30:45 +03:00
include ggml : remove GGML_KQ_MASK_PAD constant (llama/17910) 2025-12-12 17:53:24 +02:00
src ggml-hexagon: fix `rope` failure at `test-backend-ops` (llama/17565) 2025-12-12 17:53:24 +02:00
.gitignore whisper : reorganize source code + improve CMake (#2256) 2024-06-26 19:34:09 +03:00
CMakeLists.txt ggml-cpu: add ggml_thread_cpu_relax with Zihintpause support (llama/17784) 2025-12-12 17:53:21 +02:00