Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2341
void llama_synchronize(llama_context * ctx) {
2342
ctx->synchronize();
2343
}
2344
2345
float * llama_get_logits(llama_context * ctx) {
2346
ctx->synchronize();
Callers
6
main
Function · 0.85
test_prompt
Function · 0.85
test_gen
Function · 0.85
main
Function · 0.85
perplexity
Function · 0.85
common_init_from_params
Function · 0.85
Calls
1
synchronize
Method · 0.80
Tested by
2
test_prompt
Function · 0.68
test_gen
Function · 0.68