From 27dfc3428a7016e2d05dd67b6d8b88c0b982baa9 Mon Sep 17 00:00:00 2001 From: Konstantin Date: Mon, 23 Jan 2023 14:38:12 +0100 Subject: Performance improvement, `softMax` shader --- Whisper/D3D/shaderNames.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Whisper/D3D/shaderNames.cpp') diff --git a/Whisper/D3D/shaderNames.cpp b/Whisper/D3D/shaderNames.cpp index 0605828..a631f08 100644 --- a/Whisper/D3D/shaderNames.cpp +++ b/Whisper/D3D/shaderNames.cpp @@ -2,7 +2,7 @@ #include "stdafx.h" #include "shaderNames.h" -static const std::array s_shaderNames = +static const std::array s_shaderNames = { "add", "addInPlace", @@ -42,6 +42,7 @@ static const std::array s_shaderNames = "softMax", "softMaxCompat", "softMaxFixed", + "softMaxLong", "zeroMemory", }; -- cgit v1.2.3