Skip to content

Commit

Permalink
forgot a small change, should not need to sync the threads....i think
Browse files Browse the repository at this point in the history
  • Loading branch information
maztheman committed Nov 14, 2016
1 parent 4c5ba6f commit 6059bff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cuda_silentarmy/kernel.cu
Original file line number Diff line number Diff line change
Expand Up @@ -1043,7 +1043,6 @@ void sa_cuda_context::solve(const char * tequihash_header, unsigned int tequihas
for (unsigned round = 0; round < PARAM_K; round++) {
// Now on every round!!!!
kernel_init_ht << <NR_ROWS / ROWS_PER_UINT / 256, 256 >> >(miner->rowCounters[round & 1]);
cudaThreadSynchronize();

switch (round) {
case 0:
Expand Down

0 comments on commit 6059bff

Please sign in to comment.