From 8360113d395951df6a4b90a34de155ac5c8dacfc Mon Sep 17 00:00:00 2001 From: Nikhil Jain Date: Fri, 30 Jan 2026 12:14:09 -0800 Subject: [PATCH] Run CI once more --- 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 afeb991f51..4997f70674 100644 --- a/ggml/src/ggml-webgpu/ggml-webgpu.cpp +++ b/ggml/src/ggml-webgpu/ggml-webgpu.cpp @@ -151,7 +151,7 @@ struct webgpu_buf_pool { // since allocating a pool per ggml buffer would consume too much memory. // 2. For the per-thread buffer pools in webgpu_context, // buffers are allocated and freed in Dawn callbacks, - // which can run on a different thread than the calling thread. + // which can run on a different thread than the calling thread. std::mutex mutex; std::condition_variable cv;