]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
ggml-webgpu: reset CPU/GPU profiling time when freeing context (#22050)
authorMasashi Yoshimura <redacted>
Tue, 21 Apr 2026 23:05:21 +0000 (08:05 +0900)
committerGitHub <redacted>
Tue, 21 Apr 2026 23:05:21 +0000 (16:05 -0700)
commit2799d933b5b5a0a54b151ea213f4c12c73b15866
tree697d37d2477b456eefe24514556dde9db82de8e4
parent04fe84b69dd20084ea5b4ed4da578fb05c95eb10
ggml-webgpu: reset CPU/GPU profiling time when freeing context (#22050)

* Reset the CPU/GPU profiling time when freeing context.

* move GPU profiling time from global context to webgpu_context.
ggml/src/ggml-webgpu/ggml-webgpu.cpp