Skip to content

Commit

Permalink
bether default intensity nist5
Browse files Browse the repository at this point in the history
  • Loading branch information
runestensland committed Apr 18, 2016
1 parent b79789c commit 4ab6cd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cuda_nist5.cu
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ extern "C" int scanhash_nist5(int thr_id, uint32_t *pdata,
{
const uint32_t first_nonce = pdata[19];

uint32_t throughput = device_intensity(device_map[thr_id], __func__, 1 << 20); // 256*256*16
uint32_t throughput = device_intensity(device_map[thr_id], __func__, 1 << 24); // 256*256*16
throughput = min(throughput, (max_nonce - first_nonce));

if (opt_benchmark)
Expand Down

0 comments on commit 4ab6cd2

Please sign in to comment.