]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commit
opencl: add `backend_synchronize` (llama/13939)
authorlhez <redacted>
Mon, 2 Jun 2025 23:54:58 +0000 (16:54 -0700)
committerGeorgi Gerganov <redacted>
Tue, 10 Jun 2025 09:40:33 +0000 (12:40 +0300)
commit62791ba2e6fa1270705b27a0cb2dedf6a38f52ba
treec4af80c462fd900595148e7dd252e4fdb66a6c43
parente16ef08884ccfbaf90cb1cc5d30430214dd2a833
opencl: add `backend_synchronize` (llama/13939)

* This is not needed by the normal use where the result is read
  using `tensor_get`, but it allows perf mode of `test-backend-ops`
  to properly measure performance.
ggml/src/ggml-opencl/ggml-opencl.cpp