MCPcopy Create free account
hub / github.com/appdevforall/CodeOnTheGo / llama_synchronize

Function llama_synchronize

subprojects/llama.cpp/src/llama-context.cpp:3131–3133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3129}
3130
3131void llama_synchronize(llama_context * ctx) {
3132 ctx->synchronize();
3133}
3134
3135float * llama_get_logits(llama_context * ctx) {
3136 ctx->synchronize();

Callers 9

mainFunction · 0.85
test_promptFunction · 0.85
test_genFunction · 0.85
mainFunction · 0.85
perplexityFunction · 0.85
compute_imatrixFunction · 0.85
updateMethod · 0.85
common_init_from_paramsFunction · 0.85
common_sampler_sampleFunction · 0.85

Calls 1

synchronizeMethod · 0.80

Tested by 2

test_promptFunction · 0.68
test_genFunction · 0.68