From bb36297bcd48bd6a36475127da5d81180690550e Mon Sep 17 00:00:00 2001 From: Nikhil Jain Date: Fri, 30 Jan 2026 08:14:18 -0800 Subject: [PATCH] Run CI again --- ggml/src/ggml-webgpu/ggml-webgpu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ggml/src/ggml-webgpu/ggml-webgpu.cpp b/ggml/src/ggml-webgpu/ggml-webgpu.cpp index b378e80f70..afeb991f51 100644 --- a/ggml/src/ggml-webgpu/ggml-webgpu.cpp +++ b/ggml/src/ggml-webgpu/ggml-webgpu.cpp @@ -146,7 +146,7 @@ struct webgpu_submission_futures { struct webgpu_buf_pool { std::vector free; - // The pool must be synchronized because: + // The pool must be synchronized because // 1. The memset pool is shared globally by every ggml buffer, // since allocating a pool per ggml buffer would consume too much memory. // 2. For the per-thread buffer pools in webgpu_context,