Run CI once more

This commit is contained in:
Nikhil Jain 2026-01-30 12:14:09 -08:00
parent bb36297bcd
commit 8360113d39
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -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;