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:
parent
ba33492592
commit
5579b91cfb
@ -25,7 +25,7 @@ This project requires some libraries to be built :
|
||||
|
||||
- Curl
|
||||
|
||||
- pthreads
|
||||
- pthreads (in tree)
|
||||
|
||||
You can download prebuilt .lib and dll on the [bitcointalk forum thread](https://bitcointalk.org/?topic=167229.0)
|
||||
|
||||
|
@ -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"
|
||||
---------------------------------------------------------------
|
||||
|
||||
***************************************************************
|
||||
|
@ -177,7 +177,7 @@ copy "$(CudaToolkitBinDir)\cudart32*.dll" "$(OutDir)"</Command>
|
||||
<CudaCompile>
|
||||
<PtxAsOptionV>true</PtxAsOptionV>
|
||||
<Keep>false</Keep>
|
||||
<CodeGeneration>compute_50,sm_50</CodeGeneration>
|
||||
<CodeGeneration>compute_50,sm_50;compute_50,sm_52</CodeGeneration>
|
||||
<Defines>
|
||||
</Defines>
|
||||
</CudaCompile>
|
||||
@ -590,4 +590,4 @@ copy "$(CudaToolkitBinDir)\cudart64*.dll" "$(OutDir)"</Command>
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
<Import Project="$(VCTargetsPath)\BuildCustomizations\CUDA 6.5.targets" />
|
||||
</ImportGroup>
|
||||
</Project>
|
||||
</Project>
|
@ -1105,6 +1105,7 @@ continue_scan:
|
||||
break;
|
||||
|
||||
case ALGO_DOOM:
|
||||
case ALGO_LUFFA_DOOM:
|
||||
rc = scanhash_doom(thr_id, work.data, work.target,
|
||||
max_nonce, &hashes_done);
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user