From: Georgi Gerganov Date: Thu, 4 Jan 2024 11:37:25 +0000 (+0200) Subject: whisper : reset the "batched" timings (whisper/1721) X-Git-Tag: upstream/0.0.1642~1124 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=94394bee47699fe3a6eed79a438c9fc5e0254e54;p=pkg%2Fggml%2Fsources%2Fggml whisper : reset the "batched" timings (whisper/1721) --- diff --git a/examples/whisper/whisper.cpp b/examples/whisper/whisper.cpp index 4f216a98..f6ba822a 100644 --- a/examples/whisper/whisper.cpp +++ b/examples/whisper/whisper.cpp @@ -3821,6 +3821,7 @@ void whisper_reset_timings(struct whisper_context * ctx) { ctx->state->t_sample_us = 0; ctx->state->t_encode_us = 0; ctx->state->t_decode_us = 0; + ctx->state->t_batchd_us = 0; ctx->state->t_prompt_us = 0; ctx->state->n_sample = 0; ctx->state->n_encode = 0; diff --git a/scripts/sync-whisper.last b/scripts/sync-whisper.last index 08206346..f5b37582 100644 --- a/scripts/sync-whisper.last +++ b/scripts/sync-whisper.last @@ -1 +1 @@ -14c57952f7a53a82819bbfcfcc6a91682c66ddbf +ba5bcde874b6650cb13f8c432260cfe7a6a34b80