From 3bb78133abd7c7d341b9b65fa6f1cf406cba82b8 Mon Sep 17 00:00:00 2001 From: Shupei Fan Date: Fri, 13 Feb 2026 07:07:49 +0800 Subject: [PATCH] hexagon: fix typo in vtcm_needs_release (#19545) --- ggml/src/ggml-hexagon/htp/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ggml/src/ggml-hexagon/htp/main.c b/ggml/src/ggml-hexagon/htp/main.c index 62708eee5c..92a1422896 100644 --- a/ggml/src/ggml-hexagon/htp/main.c +++ b/ggml/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; }