From: Georgi Gerganov Date: Thu, 4 Jan 2024 11:37:25 +0000 (+0200) Subject: whispser : reset the "batched" timings (#1721) X-Git-Tag: upstream/1.7.4~1171 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=668ffc9b23fe4e54ee8f3f2c38a65e2e2b82efc7;p=pkg%2Fggml%2Fsources%2Fwhisper.cpp whispser : reset the "batched" timings (#1721) --- diff --git a/whisper.cpp b/whisper.cpp index 4f216a98..f6ba822a 100644 --- a/whisper.cpp +++ b/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;