From: Shupei Fan Date: Thu, 12 Feb 2026 23:07:49 +0000 (+0800) Subject: hexagon: fix typo in vtcm_needs_release (llama/19545) X-Git-Tag: v0.9.7~17 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=80f0b455b2c459fa8ae220b32b654bdf01100c21;p=pkg%2Fggml%2Fsources%2Fggml hexagon: fix typo in vtcm_needs_release (llama/19545) --- diff --git a/src/ggml-hexagon/htp/main.c b/src/ggml-hexagon/htp/main.c index 62708eee..92a14228 100644 --- a/src/ggml-hexagon/htp/main.c +++ b/src/ggml-hexagon/htp/main.c @@ -189,7 +189,7 @@ static int vtcm_release_callback(unsigned int rctx, void * state) { // otherwise we'll release it once we're done with the current Op. if (ctx->vtcm_inuse) { - ctx->vtcm_needs_release = false; + ctx->vtcm_needs_release = true; return 0; }