From 843a2a6ca6ea47c5ac4889a281badfc808d0ea01 Mon Sep 17 00:00:00 2001 From: Konstantin Date: Mon, 16 Jan 2023 16:29:15 +0100 Subject: Comment --- Whisper/stdafx.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Whisper/stdafx.h b/Whisper/stdafx.h index c84e10d..e08f3ab 100644 --- a/Whisper/stdafx.h +++ b/Whisper/stdafx.h @@ -26,6 +26,7 @@ #define BUILD_BOTH_VERSIONS 0 // Build hybrid model which uses DirectCompute only for the encode step of the algorithm, and decodes on CPU, using AVX SIMD and the Windows' built-in thread pool. +// Disabled because on all computers I have in this house that hybrid model performed worse than D3D11 GPGPU model #define BUILD_HYBRID_VERSION 0 // Enable debug traces. Should be disabled in production, the feature comes with a huge performance overhead. -- cgit v1.2.3