|
|
@ -42,7 +42,7 @@ |
|
|
|
</PropertyGroup> |
|
|
|
</PropertyGroup> |
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
|
|
|
<ImportGroup Label="ExtensionSettings"> |
|
|
|
<ImportGroup Label="ExtensionSettings"> |
|
|
|
<Import Project="$(VCTargetsPath)\BuildCustomizations\CUDA 6.5.props" /> |
|
|
|
<Import Project="$(VCTargetsPath)\BuildCustomizations\CUDA 7.5.props" /> |
|
|
|
</ImportGroup> |
|
|
|
</ImportGroup> |
|
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
|
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
|
|
@ -201,7 +201,7 @@ |
|
|
|
<MaxRegCount>80</MaxRegCount> |
|
|
|
<MaxRegCount>80</MaxRegCount> |
|
|
|
<PtxAsOptionV>true</PtxAsOptionV> |
|
|
|
<PtxAsOptionV>true</PtxAsOptionV> |
|
|
|
<Keep>true</Keep> |
|
|
|
<Keep>true</Keep> |
|
|
|
<CodeGeneration>compute_35,sm_35;compute_50,sm_50;compute_52,sm_52</CodeGeneration> |
|
|
|
<CodeGeneration>compute_52,sm_52;compute_50,sm_50;compute_35,sm_35;compute_30,sm_30;compute_20,sm_21</CodeGeneration> |
|
|
|
<Include>$(NVTOOLSEXT_PATH)\include;..\..\..\Common\C99</Include> |
|
|
|
<Include>$(NVTOOLSEXT_PATH)\include;..\..\..\Common\C99</Include> |
|
|
|
<Optimization>O3</Optimization> |
|
|
|
<Optimization>O3</Optimization> |
|
|
|
<TargetMachinePlatform>64</TargetMachinePlatform> |
|
|
|
<TargetMachinePlatform>64</TargetMachinePlatform> |
|
|
@ -410,7 +410,9 @@ |
|
|
|
<FastMath>true</FastMath> |
|
|
|
<FastMath>true</FastMath> |
|
|
|
</CudaCompile> |
|
|
|
</CudaCompile> |
|
|
|
<CudaCompile Include="Algo256\blake2s.cu" /> |
|
|
|
<CudaCompile Include="Algo256\blake2s.cu" /> |
|
|
|
<CudaCompile Include="Algo256\decred.cu" /> |
|
|
|
<CudaCompile Include="Algo256\decred.cu"> |
|
|
|
|
|
|
|
<MaxRegCount>128</MaxRegCount> |
|
|
|
|
|
|
|
</CudaCompile> |
|
|
|
<CudaCompile Include="Algo256\vanilla.cu" /> |
|
|
|
<CudaCompile Include="Algo256\vanilla.cu" /> |
|
|
|
<CudaCompile Include="Algo256\keccak256.cu" /> |
|
|
|
<CudaCompile Include="Algo256\keccak256.cu" /> |
|
|
|
<CudaCompile Include="Algo256\cuda_blake256.cu" /> |
|
|
|
<CudaCompile Include="Algo256\cuda_blake256.cu" /> |
|
|
@ -523,7 +525,7 @@ |
|
|
|
</ItemGroup> |
|
|
|
</ItemGroup> |
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
|
|
|
<ImportGroup Label="ExtensionTargets"> |
|
|
|
<ImportGroup Label="ExtensionTargets"> |
|
|
|
<Import Project="$(VCTargetsPath)\BuildCustomizations\CUDA 6.5.targets" /> |
|
|
|
<Import Project="$(VCTargetsPath)\BuildCustomizations\CUDA 7.5.targets" /> |
|
|
|
</ImportGroup> |
|
|
|
</ImportGroup> |
|
|
|
<!-- Copy the required dlls --> |
|
|
|
<!-- Copy the required dlls --> |
|
|
|
<Target Name="AfterBuild"> |
|
|
|
<Target Name="AfterBuild"> |
|
|
|