From: Georgi Gerganov Date: Mon, 27 Jul 2026 10:11:20 +0000 (+0300) Subject: tests : remove unnecessary sync in test-save-load-state (#26166) X-Git-Tag: upstream/0.0.10438~289 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=7ef790f90a4772eadd6966815f6d3ae7d93c7e03;p=pkg%2Fggml%2Fsources%2Fllama.cpp tests : remove unnecessary sync in test-save-load-state (#26166) --- diff --git a/tests/test-save-load-state.cpp b/tests/test-save-load-state.cpp index bbb025617..6e93ce6fb 100644 --- a/tests/test-save-load-state.cpp +++ b/tests/test-save-load-state.cpp @@ -44,8 +44,6 @@ static llama_tokens generate_tokens(llama_context * ctx, llama_sampler * smpl, i n_past++; } - llama_synchronize(ctx); - return result; }