]> git.djapps.eu Git - pkg/ggml/sources/ggml/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>
Thu, 11 Dec 2025 13:33:01 +0000 (15:33 +0200)
commitc197445324bf733728eac9582ee013525effda0f
tree7a3eff026b9ffd83c2028143adc47dd9194d62b8
parentf2ff0f285d44d4e0b6c0e57b1e145c8fb5edb4d7
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
src/ggml-hexagon/htp/rope-ops.c