]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
ggml-hexagon: fix `rope` failure at `test-backend-ops` (#17565)
authornullname <redacted>
Wed, 10 Dec 2025 22:45:43 +0000 (06:45 +0800)
committerGitHub <redacted>
Wed, 10 Dec 2025 22:45:43 +0000 (14:45 -0800)
commit34ce48d97a8cd5497ee418224da5bf422ed96673
treec4f3852c64b292c5fa45c2d966aeb35fdca6b774
parent45e350e3d3a663714d7d3d2397e14c2904534338
ggml-hexagon: fix `rope` failure at `test-backend-ops` (#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