]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
ggml-hexagon: fix `rope` failure at `test-backend-ops` (llama/17565)
authornullname <redacted>
Wed, 10 Dec 2025 22:45:43 +0000 (06:45 +0800)
committerGeorgi Gerganov <redacted>
Fri, 12 Dec 2025 15:53:24 +0000 (17:53 +0200)
commit0c88de5c69e7f20219bf2fa42c6bbc998a2f7fb6
treef920e31a64d859e333010bbb36964e388c367c0c
parenta2886fba48e39ad7569d9a64fc830127c763a7a3
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
ggml/src/ggml-hexagon/htp/rope-ops.c