]> git.djapps.eu Git - pkg/ggml/sources/ggml/commitdiff
hexagon: fix typo in vtcm_needs_release (llama/19545)
authorShupei Fan <redacted>
Thu, 12 Feb 2026 23:07:49 +0000 (07:07 +0800)
committerGeorgi Gerganov <redacted>
Sat, 14 Feb 2026 22:20:18 +0000 (00:20 +0200)
src/ggml-hexagon/htp/main.c

index 62708eee5cfab375e745ae3417751eaab0159e18..92a1422896cb88d61a913aad7491811df4c5e3da 100644 (file)
@@ -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;
     }