Skip to content
This repository has been archived by the owner on Jan 9, 2021. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
S74nk0 committed Feb 17, 2017
1 parent 51c8c3a commit 6090501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion streebog/sib.cu
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ extern "C" int scanhash_sib(int thr_id, struct work* work, uint32_t max_nonce, u
if ((strstr(device_name[dev_id], "960")))default_throughput = 1 << 20; // 2 GB of ram
if ((strstr(device_name[dev_id], "950")))default_throughput = 1 << 20; // 2 GB of ram

if ((strstr(device_name[dev_id], "1070")))default_throughput = 1 << 22;
//if ((strstr(device_name[dev_id], "1070")))default_throughput = 1 << 22;

uint32_t throughput = cuda_default_throughput(thr_id, default_throughput); // 19=256*256*8;
if (init[thr_id]) throughput = min(throughput, max_nonce - first_nonce);
Expand Down

0 comments on commit 6090501

Please sign in to comment.