From 00fa441b1cfbc4fa9cdab45cb9ed4ff115c402b0 Mon Sep 17 00:00:00 2001 From: Konstantin Date: Mon, 16 Jan 2023 19:32:49 +0100 Subject: Bugfix, failed C++ with the lack of move constructor in the CPU profiler RAII class --- Whisper/Utils/ProfileCollection.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Whisper/Utils/ProfileCollection.cpp') diff --git a/Whisper/Utils/ProfileCollection.cpp b/Whisper/Utils/ProfileCollection.cpp index 2fc5919..eaf737c 100644 --- a/Whisper/Utils/ProfileCollection.cpp +++ b/Whisper/Utils/ProfileCollection.cpp @@ -50,9 +50,11 @@ namespace #define V(x) case eCpuBlock::x: return #x V( LoadModel ); V( Run ); + V( Callbacks ); V( Spectrogram ); V( Sample ); V( VAD ); + V( Encode ); V( Decode ); V( DecodeStep ); V( DecodeLayer ); -- cgit v1.2.3