build for both GM104 and GM204

For the GTX 750 and new 970/980

also fix -a luffa parameter for 1.4.4 release
This commit is contained in:
Tanguy Pruvot 2014-09-27 09:02:08 +02:00
parent ba33492592
commit 5579b91cfb
4 changed files with 5 additions and 4 deletions

View File

@ -25,7 +25,7 @@ This project requires some libraries to be built :
- Curl - Curl
- pthreads - pthreads (in tree)
You can download prebuilt .lib and dll on the [bitcointalk forum thread](https://bitcointalk.org/?topic=167229.0) You can download prebuilt .lib and dll on the [bitcointalk forum thread](https://bitcointalk.org/?topic=167229.0)

View File

@ -1,5 +1,5 @@
ccMiner release 1.4.3-tpruvot (Sep 10th 2014) - "Qubit and Doom" ccMiner release 1.4.4-tpruvot (Sep 27th 2014) - "GTX 750 & 900"
--------------------------------------------------------------- ---------------------------------------------------------------
*************************************************************** ***************************************************************

View File

@ -177,7 +177,7 @@ copy "$(CudaToolkitBinDir)\cudart32*.dll" "$(OutDir)"</Command>
<CudaCompile> <CudaCompile>
<PtxAsOptionV>true</PtxAsOptionV> <PtxAsOptionV>true</PtxAsOptionV>
<Keep>false</Keep> <Keep>false</Keep>
<CodeGeneration>compute_50,sm_50</CodeGeneration> <CodeGeneration>compute_50,sm_50;compute_50,sm_52</CodeGeneration>
<Defines> <Defines>
</Defines> </Defines>
</CudaCompile> </CudaCompile>
@ -590,4 +590,4 @@ copy "$(CudaToolkitBinDir)\cudart64*.dll" "$(OutDir)"</Command>
<ImportGroup Label="ExtensionTargets"> <ImportGroup Label="ExtensionTargets">
<Import Project="$(VCTargetsPath)\BuildCustomizations\CUDA 6.5.targets" /> <Import Project="$(VCTargetsPath)\BuildCustomizations\CUDA 6.5.targets" />
</ImportGroup> </ImportGroup>
</Project> </Project>

View File

@ -1105,6 +1105,7 @@ continue_scan:
break; break;
case ALGO_DOOM: case ALGO_DOOM:
case ALGO_LUFFA_DOOM:
rc = scanhash_doom(thr_id, work.data, work.target, rc = scanhash_doom(thr_id, work.data, work.target,
max_nonce, &hashes_done); max_nonce, &hashes_done);
break; break;