]> git.djapps.eu Git - pkg/ggml/sources/ggml/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 06:59:25 +0000 (09:59 +0300)
commit6e8b80de59713b9f64f8cfffea224764e012111e
tree1b3bdc3749a3f1e3223dd3eb87d081a7ac6dd65d
parent6bc3202d8bd8b98e9a506492656cdbca7a0fa3c1
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.
src/ggml-opencl/ggml-opencl.cpp