|
|
|
@ -352,21 +352,29 @@
@@ -352,21 +352,29 @@
|
|
|
|
|
<CudaCompile Include="cuda_nist5.cu"> |
|
|
|
|
</CudaCompile> |
|
|
|
|
<CudaCompile Include="scrypt\blake.cu" /> |
|
|
|
|
<CudaCompile Include="scrypt\keccak.cu" /> |
|
|
|
|
<CudaCompile Include="scrypt\sha256.cu" /> |
|
|
|
|
<CudaCompile Include="scrypt\salsa_kernel.cu"> |
|
|
|
|
<CodeGeneration>compute_20,sm_21</CodeGeneration> |
|
|
|
|
</CudaCompile> |
|
|
|
|
<CudaCompile Include="scrypt\fermi_kernel.cu"> |
|
|
|
|
<CodeGeneration Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">compute_20,sm_21;compute_30,sm_30;compute_35,sm_35;compute_50,sm_50;compute_52,sm_52</CodeGeneration> |
|
|
|
|
<CodeGeneration>compute_20,sm_21</CodeGeneration> |
|
|
|
|
</CudaCompile> |
|
|
|
|
<CudaCompile Include="scrypt\kepler_kernel.cu"> |
|
|
|
|
<CodeGeneration>compute_30,sm_30</CodeGeneration> |
|
|
|
|
</CudaCompile> |
|
|
|
|
<CudaCompile Include="scrypt\nv_kernel.cu"> |
|
|
|
|
<CodeGeneration>compute_30,sm_30</CodeGeneration> |
|
|
|
|
</CudaCompile> |
|
|
|
|
<CudaCompile Include="scrypt\keccak.cu" /> |
|
|
|
|
<CudaCompile Include="scrypt\kepler_kernel.cu" /> |
|
|
|
|
<CudaCompile Include="scrypt\nv_kernel.cu" /> |
|
|
|
|
<CudaCompile Include="scrypt\nv_kernel2.cu"> |
|
|
|
|
<CodeGeneration Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">compute_35,sm_35;compute_50,sm_50;compute_52,sm_52</CodeGeneration> |
|
|
|
|
<CodeGeneration>compute_35,sm_35;compute_50,sm_50;compute_52,sm_52</CodeGeneration> |
|
|
|
|
</CudaCompile> |
|
|
|
|
<CudaCompile Include="scrypt\salsa_kernel.cu"> |
|
|
|
|
<CodeGeneration Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">compute_20,sm_21</CodeGeneration> |
|
|
|
|
<CudaCompile Include="scrypt\test_kernel.cu"> |
|
|
|
|
<CodeGeneration>compute_20,sm_21</CodeGeneration> |
|
|
|
|
</CudaCompile> |
|
|
|
|
<CudaCompile Include="scrypt\titan_kernel.cu"> |
|
|
|
|
<CodeGeneration>compute_35,sm_35</CodeGeneration> |
|
|
|
|
</CudaCompile> |
|
|
|
|
<CudaCompile Include="scrypt\sha256.cu" /> |
|
|
|
|
<CudaCompile Include="scrypt\test_kernel.cu" /> |
|
|
|
|
<CudaCompile Include="scrypt\titan_kernel.cu" /> |
|
|
|
|
<CudaCompile Include="zr5.cu" /> |
|
|
|
|
<CudaCompile Include="heavy\cuda_blake512.cu"> |
|
|
|
|
</CudaCompile> |
|
|
|
@ -525,4 +533,4 @@
@@ -525,4 +533,4 @@
|
|
|
|
|
<Target Name="AfterClean"> |
|
|
|
|
<Delete Files="@(FilesToCopy->'$(OutDir)%(Filename)%(Extension)')" TreatErrorsAsWarnings="true" /> |
|
|
|
|
</Target> |
|
|
|
|
</Project> |
|
|
|
|
</Project> |
|
|
|
|