|
|
|
@ -39,7 +39,7 @@
@@ -39,7 +39,7 @@
|
|
|
|
|
</PropertyGroup> |
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
|
|
|
|
<ImportGroup Label="ExtensionSettings"> |
|
|
|
|
<Import Project="$(VCTargetsPath)\BuildCustomizations\CUDA 8.0.props" /> |
|
|
|
|
<Import Project="$(VCTargetsPath)\BuildCustomizations\CUDA 9.0.props" /> |
|
|
|
|
</ImportGroup> |
|
|
|
|
<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" /> |
|
|
|
@ -155,7 +155,7 @@
@@ -155,7 +155,7 @@
|
|
|
|
|
<MaxRegCount>80</MaxRegCount> |
|
|
|
|
<PtxAsOptionV>true</PtxAsOptionV> |
|
|
|
|
<Keep>true</Keep> |
|
|
|
|
<CodeGeneration>compute_50,sm_50;compute_52,sm_52;compute_30,sm_30;compute_20,sm_21</CodeGeneration> |
|
|
|
|
<CodeGeneration>compute_50,sm_50;compute_52,sm_52;compute_30,sm_30</CodeGeneration> |
|
|
|
|
<AdditionalOptions>--ptxas-options="-O2" --Wno-deprecated-gpu-targets %(AdditionalOptions)</AdditionalOptions> |
|
|
|
|
<Optimization>O2</Optimization> |
|
|
|
|
</CudaCompile> |
|
|
|
@ -198,7 +198,7 @@
@@ -198,7 +198,7 @@
|
|
|
|
|
<MaxRegCount>80</MaxRegCount> |
|
|
|
|
<PtxAsOptionV>true</PtxAsOptionV> |
|
|
|
|
<Keep>true</Keep> |
|
|
|
|
<CodeGeneration>compute_52,sm_52;compute_50,sm_50;compute_35,sm_35;compute_30,sm_30;compute_20,sm_21</CodeGeneration> |
|
|
|
|
<CodeGeneration>compute_52,sm_52;compute_50,sm_50;compute_35,sm_35;compute_30,sm_30</CodeGeneration> |
|
|
|
|
<Include>$(NVTOOLSEXT_PATH)\include</Include> |
|
|
|
|
<Optimization>O3</Optimization> |
|
|
|
|
<TargetMachinePlatform>64</TargetMachinePlatform> |
|
|
|
@ -410,10 +410,10 @@
@@ -410,10 +410,10 @@
|
|
|
|
|
<CudaCompile Include="scrypt\keccak.cu" /> |
|
|
|
|
<CudaCompile Include="scrypt\sha256.cu" /> |
|
|
|
|
<CudaCompile Include="scrypt\salsa_kernel.cu"> |
|
|
|
|
<CodeGeneration>compute_20,sm_21</CodeGeneration> |
|
|
|
|
<CodeGeneration>compute_30,sm_30</CodeGeneration> |
|
|
|
|
</CudaCompile> |
|
|
|
|
<CudaCompile Include="scrypt\fermi_kernel.cu"> |
|
|
|
|
<CodeGeneration>compute_20,sm_21</CodeGeneration> |
|
|
|
|
<CodeGeneration>compute_30,sm_30</CodeGeneration> |
|
|
|
|
</CudaCompile> |
|
|
|
|
<CudaCompile Include="scrypt\kepler_kernel.cu"> |
|
|
|
|
<CodeGeneration>compute_30,sm_30</CodeGeneration> |
|
|
|
@ -425,7 +425,7 @@
@@ -425,7 +425,7 @@
|
|
|
|
|
<CodeGeneration>compute_35,sm_35;compute_50,sm_50;compute_52,sm_52</CodeGeneration> |
|
|
|
|
</CudaCompile> |
|
|
|
|
<CudaCompile Include="scrypt\test_kernel.cu"> |
|
|
|
|
<CodeGeneration>compute_20,sm_21</CodeGeneration> |
|
|
|
|
<CodeGeneration>compute_30,sm_30</CodeGeneration> |
|
|
|
|
</CudaCompile> |
|
|
|
|
<CudaCompile Include="scrypt\titan_kernel.cu"> |
|
|
|
|
<CodeGeneration>compute_35,sm_35;compute_50,sm_50</CodeGeneration> |
|
|
|
@ -606,7 +606,7 @@
@@ -606,7 +606,7 @@
|
|
|
|
|
</ItemGroup> |
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
|
|
|
|
<ImportGroup Label="ExtensionTargets"> |
|
|
|
|
<Import Project="$(VCTargetsPath)\BuildCustomizations\CUDA 8.0.targets" /> |
|
|
|
|
<Import Project="$(VCTargetsPath)\BuildCustomizations\CUDA 9.0.targets" /> |
|
|
|
|
</ImportGroup> |
|
|
|
|
<!-- Copy the required dlls --> |
|
|
|
|
<Target Name="AfterBuild"> |
|
|
|
|