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

Function llama_synchronize

smallthinker/src/llama-context.cpp:2341–2343  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2339}
2340
2341void llama_synchronize(llama_context * ctx) {
2342 ctx->synchronize();
2343}
2344
2345float * llama_get_logits(llama_context * ctx) {
2346 ctx->synchronize();

Callers 6

mainFunction · 0.85
test_promptFunction · 0.85
test_genFunction · 0.85
mainFunction · 0.85
perplexityFunction · 0.85
common_init_from_paramsFunction · 0.85

Calls 1

synchronizeMethod · 0.80

Tested by 2

test_promptFunction · 0.68
test_genFunction · 0.68