tests : synchronize contexts at end of test-thread-safety (#24935)

Assisted-by: Claude
This commit is contained in:
Christopher Albert 2026-06-25 08:22:51 +02:00 committed by GitHub
parent e12a0128ab
commit fdbd6abee2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -146,6 +146,8 @@ int main(int argc, char ** argv) {
}
LOG_INF("Model %d/%d, Context %d/%d: %s\n\n", m + 1, num_models, c + 1, num_contexts, result.c_str());
llama_synchronize(ctx.get());
});
}
}