summaryrefslogtreecommitdiffstats
path: root/ComputeShaders/ComputeShaders.vcxproj
diff options
context:
space:
mode:
authorKonstantin <const@const.me>2023-01-16 14:52:43 +0100
committerKonstantin <const@const.me>2023-01-16 14:52:43 +0100
commit8c4603c73675958efc960fbd4bb599a2909d106a (patch)
tree714dc6fc9a1672d5fd7f89676b97e10959662abc /ComputeShaders/ComputeShaders.vcxproj
parent990a8d0dbaefc996244097397259e92758b15cce (diff)
Source codes
Diffstat (limited to 'ComputeShaders/ComputeShaders.vcxproj')
-rw-r--r--ComputeShaders/ComputeShaders.vcxproj221
1 files changed, 221 insertions, 0 deletions
diff --git a/ComputeShaders/ComputeShaders.vcxproj b/ComputeShaders/ComputeShaders.vcxproj
new file mode 100644
index 0000000..350d266
--- /dev/null
+++ b/ComputeShaders/ComputeShaders.vcxproj
@@ -0,0 +1,221 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <ItemGroup Label="ProjectConfigurations">
+ <ProjectConfiguration Include="Release|x64">
+ <Configuration>Release</Configuration>
+ <Platform>x64</Platform>
+ </ProjectConfiguration>
+ <ProjectConfiguration Include="Debug|x64">
+ <Configuration>Debug</Configuration>
+ <Platform>x64</Platform>
+ </ProjectConfiguration>
+ <ProjectConfiguration Include="Release|x64">
+ <Configuration>Release</Configuration>
+ <Platform>x64</Platform>
+ </ProjectConfiguration>
+ <ProjectConfiguration Include="Debug|x64">
+ <Configuration>Debug</Configuration>
+ <Platform>x64</Platform>
+ </ProjectConfiguration>
+ </ItemGroup>
+ <PropertyGroup Label="Globals">
+ <VCProjectVersion>16.0</VCProjectVersion>
+ <Keyword>Win32Proj</Keyword>
+ <ProjectGuid>{1c39d386-96d0-47a1-bbfa-68bbdb24439c}</ProjectGuid>
+ <RootNamespace>ComputeShaders</RootNamespace>
+ <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
+ </PropertyGroup>
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
+ <ConfigurationType>StaticLibrary</ConfigurationType>
+ <UseDebugLibraries>false</UseDebugLibraries>
+ <PlatformToolset>v143</PlatformToolset>
+ <WholeProgramOptimization>true</WholeProgramOptimization>
+ <CharacterSet>Unicode</CharacterSet>
+ </PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
+ <ConfigurationType>StaticLibrary</ConfigurationType>
+ <UseDebugLibraries>false</UseDebugLibraries>
+ <PlatformToolset>v143</PlatformToolset>
+ <WholeProgramOptimization>true</WholeProgramOptimization>
+ <CharacterSet>Unicode</CharacterSet>
+ </PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
+ <ConfigurationType>StaticLibrary</ConfigurationType>
+ <UseDebugLibraries>false</UseDebugLibraries>
+ <PlatformToolset>v143</PlatformToolset>
+ <WholeProgramOptimization>true</WholeProgramOptimization>
+ <CharacterSet>Unicode</CharacterSet>
+ </PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
+ <ConfigurationType>StaticLibrary</ConfigurationType>
+ <UseDebugLibraries>false</UseDebugLibraries>
+ <PlatformToolset>v143</PlatformToolset>
+ <WholeProgramOptimization>true</WholeProgramOptimization>
+ <CharacterSet>Unicode</CharacterSet>
+ </PropertyGroup>
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
+ <ImportGroup Label="ExtensionSettings">
+ </ImportGroup>
+ <ImportGroup Label="Shared">
+ </ImportGroup>
+ <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
+ </ImportGroup>
+ <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
+ </ImportGroup>
+ <PropertyGroup Label="UserMacros" />
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
+ <MultiProcFXC>true</MultiProcFXC>
+ <OutDir>$(Platform)\$(Configuration)\</OutDir>
+ </PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
+ <OutDir>$(Platform)\$(Configuration)\</OutDir>
+ <MultiProcFXC>true</MultiProcFXC>
+ </PropertyGroup>
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
+ <ClCompile>
+ <WarningLevel>Level3</WarningLevel>
+ <FunctionLevelLinking>true</FunctionLevelLinking>
+ <IntrinsicFunctions>true</IntrinsicFunctions>
+ <SDLCheck>true</SDLCheck>
+ <PreprocessorDefinitions>NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <ConformanceMode>true</ConformanceMode>
+ </ClCompile>
+ <Link>
+ <SubSystem>
+ </SubSystem>
+ <EnableCOMDATFolding>true</EnableCOMDATFolding>
+ <OptimizeReferences>true</OptimizeReferences>
+ <GenerateDebugInformation>true</GenerateDebugInformation>
+ </Link>
+ </ItemDefinitionGroup>
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
+ <ClCompile>
+ <WarningLevel>Level3</WarningLevel>
+ <FunctionLevelLinking>true</FunctionLevelLinking>
+ <IntrinsicFunctions>true</IntrinsicFunctions>
+ <SDLCheck>true</SDLCheck>
+ <PreprocessorDefinitions>NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <ConformanceMode>true</ConformanceMode>
+ </ClCompile>
+ <Link>
+ <SubSystem>
+ </SubSystem>
+ <EnableCOMDATFolding>true</EnableCOMDATFolding>
+ <OptimizeReferences>true</OptimizeReferences>
+ <GenerateDebugInformation>true</GenerateDebugInformation>
+ </Link>
+ </ItemDefinitionGroup>
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
+ <ClCompile>
+ <WarningLevel>Level3</WarningLevel>
+ <FunctionLevelLinking>true</FunctionLevelLinking>
+ <IntrinsicFunctions>true</IntrinsicFunctions>
+ <SDLCheck>true</SDLCheck>
+ <PreprocessorDefinitions>NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <ConformanceMode>true</ConformanceMode>
+ </ClCompile>
+ <Link>
+ <SubSystem>
+ </SubSystem>
+ <EnableCOMDATFolding>true</EnableCOMDATFolding>
+ <OptimizeReferences>true</OptimizeReferences>
+ <GenerateDebugInformation>true</GenerateDebugInformation>
+ </Link>
+ <FxCompile>
+ <ShaderModel>5.0</ShaderModel>
+ <ShaderType>Compute</ShaderType>
+ </FxCompile>
+ </ItemDefinitionGroup>
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
+ <ClCompile>
+ <WarningLevel>Level3</WarningLevel>
+ <FunctionLevelLinking>true</FunctionLevelLinking>
+ <IntrinsicFunctions>true</IntrinsicFunctions>
+ <SDLCheck>true</SDLCheck>
+ <PreprocessorDefinitions>NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
+ <ConformanceMode>true</ConformanceMode>
+ </ClCompile>
+ <Link>
+ <SubSystem>
+ </SubSystem>
+ <EnableCOMDATFolding>true</EnableCOMDATFolding>
+ <OptimizeReferences>true</OptimizeReferences>
+ <GenerateDebugInformation>true</GenerateDebugInformation>
+ </Link>
+ <FxCompile>
+ <ShaderModel>5.0</ShaderModel>
+ <ShaderType>Compute</ShaderType>
+ <DisableOptimizations>true</DisableOptimizations>
+ <EnableDebuggingInformation>true</EnableDebuggingInformation>
+ </FxCompile>
+ </ItemDefinitionGroup>
+ <ItemGroup>
+ <ClCompile Include="ComputeShaders.cpp" />
+ </ItemGroup>
+ <ItemGroup>
+ <FxCompile Include="add.hlsl" />
+ <FxCompile Include="addInPlace.hlsl" />
+ <FxCompile Include="addRepeat.hlsl" />
+ <FxCompile Include="addRepeat64.hlsl" />
+ <FxCompile Include="addRepeatGelu.hlsl" />
+ <FxCompile Include="addRepeatGelu64.hlsl" />
+ <FxCompile Include="addRepeatScale.hlsl" />
+ <FxCompile Include="addRows.hlsl" />
+ <FxCompile Include="convolutionMain.hlsl" />
+ <FxCompile Include="convolutionMain2.hlsl" />
+ <FxCompile Include="convolutionMain2Fixed.hlsl" />
+ <FxCompile Include="convolutionPrep1.hlsl" />
+ <FxCompile Include="convolutionPrep2.hlsl" />
+ <FxCompile Include="copyConvert.hlsl" />
+ <FxCompile Include="copyTranspose.hlsl" />
+ <FxCompile Include="diagMaskInf.hlsl" />
+ <FxCompile Include="flashAttention.hlsl" />
+ <FxCompile Include="flashAttentionCompat1.hlsl" />
+ <FxCompile Include="flashAttentionCompat2.hlsl" />
+ <FxCompile Include="flashAttentionCompat3.hlsl" />
+ <FxCompile Include="fmaRepeat1.hlsl" />
+ <FxCompile Include="fmaRepeat164.hlsl" />
+ <FxCompile Include="fmaRepeat2.hlsl" />
+ <FxCompile Include="matReshapePanels.hlsl" />
+ <FxCompile Include="mulMatByRow.hlsl" />
+ <FxCompile Include="mulMatByRow64.hlsl" />
+ <FxCompile Include="mulMatByRowTiled.hlsl" />
+ <FxCompile Include="mulMatByRowTiled64.hlsl" />
+ <FxCompile Include="mulMatByRowTiledEx.hlsl" />
+ <FxCompile Include="mulMatByScalar.hlsl" />
+ <FxCompile Include="mulMatDotMain.hlsl" />
+ <FxCompile Include="mulMatDotReshape.hlsl" />
+ <FxCompile Include="mulMatMadMain.hlsl" />
+ <FxCompile Include="mulMatTiled.hlsl" />
+ <FxCompile Include="mulMatTiled64.hlsl" />
+ <FxCompile Include="mulMatTiledEx.hlsl" />
+ <FxCompile Include="norm.hlsl" />
+ <FxCompile Include="normCompat.hlsl" />
+ <FxCompile Include="normFixed.hlsl" />
+ <FxCompile Include="normFixed64.hlsl" />
+ <FxCompile Include="scaleInPlace.hlsl" />
+ <FxCompile Include="softMax.hlsl" />
+ <FxCompile Include="softMax64.hlsl" />
+ <FxCompile Include="softMaxCompat.hlsl" />
+ <FxCompile Include="softMaxFixed.hlsl" />
+ <FxCompile Include="zeroMemory.hlsl" />
+ </ItemGroup>
+ <ItemGroup>
+ <None Include="componentwiseBinaryOp.hlsli" />
+ <None Include="flashAttentionCommon.hlsli" />
+ <None Include="fp64Utils.hlsli" />
+ <None Include="groupReduce.hlsli" />
+ <None Include="groupReduce64.hlsli" />
+ <None Include="miscUtils.hlsli" />
+ <None Include="repeatUtils.hlsli" />
+ </ItemGroup>
+ <ItemGroup>
+ <Text Include="Readme.txt" />
+ </ItemGroup>
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
+ <ImportGroup Label="ExtensionTargets">
+ </ImportGroup>
+</Project> \ No newline at end of file