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.filters | |
| parent | 01aba39f15a03ed96e034ffc3b6ee9ec12294b0d (diff) | |
Performance improvement, `softMax` shader
Diffstat (limited to 'ComputeShaders/ComputeShaders.vcxproj.filters')
| -rw-r--r-- | ComputeShaders/ComputeShaders.vcxproj.filters | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ComputeShaders/ComputeShaders.vcxproj.filters b/ComputeShaders/ComputeShaders.vcxproj.filters index b827710..de9f12f 100644 --- a/ComputeShaders/ComputeShaders.vcxproj.filters +++ b/ComputeShaders/ComputeShaders.vcxproj.filters @@ -51,6 +51,7 @@ <FxCompile Include="matReshapePanels.hlsl" /> <FxCompile Include="mulMatByRowTiledEx.hlsl" /> <FxCompile Include="addRepeatEx.hlsl" /> + <FxCompile Include="softMaxLong.hlsl" /> </ItemGroup> <ItemGroup> <None Include="componentwiseBinaryOp.hlsli" /> |
