Skip to content

Commit

Permalink
Fixing the parenthesis of doom.
Browse files Browse the repository at this point in the history
  • Loading branch information
cbuchner1 committed Apr 13, 2014
1 parent b082f65 commit 746a773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion salsa_kernel.cu
Original file line number Diff line number Diff line change
Expand Up @@ -992,7 +992,7 @@ extern "C" bool cuda_scrypt_sync(int thr_id, int stream)
{
cudaError_t err;

if(device_interactive[thr_id]) && !opt_benchmark)
if(device_interactive[thr_id] && !opt_benchmark)
{
// For devices that also do desktop rendering or compositing, we want to free up some time slots.
// That requires making a pause in work submission when there is no active task on the GPU,
Expand Down

0 comments on commit 746a773

Please sign in to comment.