Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3131
void llama_synchronize(llama_context * ctx) {
3132
ctx->synchronize();
3133
}
3134
3135
float * llama_get_logits(llama_context * ctx) {
3136
ctx->synchronize();
Callers
9
main
Function · 0.85
test_prompt
Function · 0.85
test_gen
Function · 0.85
main
Function · 0.85
perplexity
Function · 0.85
compute_imatrix
Function · 0.85
update
Method · 0.85
common_init_from_params
Function · 0.85
common_sampler_sample
Function · 0.85
Calls
1
synchronize
Method · 0.80
Tested by
2
test_prompt
Function · 0.68
test_gen
Function · 0.68