]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
hexagon: fix typo in vtcm_needs_release (#19545)
authorShupei Fan <redacted>
Thu, 12 Feb 2026 23:07:49 +0000 (07:07 +0800)
committerGitHub <redacted>
Thu, 12 Feb 2026 23:07:49 +0000 (15:07 -0800)
ggml/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;
     }