Skip to content

Commit

Permalink
Update mtp.cu
Browse files Browse the repository at this point in the history
  • Loading branch information
djm34 committed Dec 12, 2018
1 parent 69d8fbf commit 6a254c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cuda_mtp/mtp.cu
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ if (JobId==0)
cudaSetDevice(dev_id);

cudaDeviceReset();
// cudaSetDeviceFlags(cudaDeviceScheduleBlockingSync);
cudaSetDeviceFlags(cudaDeviceScheduleBlockingSync);
// cudaSetDeviceFlags(cudaDeviceScheduleYield);

// int intensity = (device_sm[dev_id] >= 500 && !is_windows()) ? 17 : 16;
Expand Down

0 comments on commit 6a254c9

Please sign in to comment.