nist5: reported ccminer hashrate was wrong
This commit is contained in:
parent
85c212eaad
commit
8ecf0a9101
@ -145,7 +145,7 @@ extern "C" int scanhash_nist5(int thr_id, struct work *work, uint32_t max_nonce,
|
|||||||
} while (!work_restart[thr_id].restart);
|
} while (!work_restart[thr_id].restart);
|
||||||
|
|
||||||
out:
|
out:
|
||||||
*hashes_done = pdata[19] - first_nonce;
|
// *hashes_done = pdata[19] - first_nonce;
|
||||||
#ifdef USE_STREAMS
|
#ifdef USE_STREAMS
|
||||||
for (int i = 0; i < 5; i++)
|
for (int i = 0; i < 5; i++)
|
||||||
cudaStreamDestroy(stream[i]);
|
cudaStreamDestroy(stream[i]);
|
||||||
|
Loading…
Reference in New Issue
Block a user