Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions salsa_kernel.cu
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

//
// Contains the autotuning logic and some utility functions.
// Note that all CUDA kernels have been moved to other .cu files
Expand Down Expand Up @@ -992,7 +991,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