diff options
| author | Konstantin <const@const.me> | 2023-01-23 14:38:12 +0100 |
|---|---|---|
| committer | Konstantin <const@const.me> | 2023-01-23 14:38:12 +0100 |
| commit | 27dfc3428a7016e2d05dd67b6d8b88c0b982baa9 (patch) | |
| tree | f969d54ebfb266ecf61285a039295a1da37200a0 /ComputeShaders/ComputeShaders.vcxproj | |
| parent | 01aba39f15a03ed96e034ffc3b6ee9ec12294b0d (diff) | |
Performance improvement, `softMax` shader
Diffstat (limited to 'ComputeShaders/ComputeShaders.vcxproj')
| -rw-r--r-- | ComputeShaders/ComputeShaders.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ComputeShaders/ComputeShaders.vcxproj b/ComputeShaders/ComputeShaders.vcxproj index 1d9343d..300974a 100644 --- a/ComputeShaders/ComputeShaders.vcxproj +++ b/ComputeShaders/ComputeShaders.vcxproj @@ -202,6 +202,7 @@ <FxCompile Include="softMax64.hlsl" /> <FxCompile Include="softMaxCompat.hlsl" /> <FxCompile Include="softMaxFixed.hlsl" /> + <FxCompile Include="softMaxLong.hlsl" /> <FxCompile Include="zeroMemory.hlsl" /> </ItemGroup> <ItemGroup> |
