MCPcopy Create free account
hub / github.com/Tiiny-AI/PowerInfer / ggml_backend_synchronize

Function ggml_backend_synchronize

ggml-backend.c:143–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141}
142
143void ggml_backend_synchronize(ggml_backend_t backend) {
144 backend->iface.synchronize(backend);
145}
146
147ggml_backend_graph_plan_t ggml_backend_graph_plan_create(ggml_backend_t backend, struct ggml_cgraph * cgraph) {
148 return backend->iface.graph_plan_create(backend, cgraph);

Callers

nothing calls this directly

Calls 1

synchronizeMethod · 0.80

Tested by

no test coverage detected