Run CI again

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

View File

@ -146,7 +146,7 @@ struct webgpu_submission_futures {
struct webgpu_buf_pool {
std::vector<webgpu_pool_bufs> 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,