Commit cff89c54 authored by Mark Friedrichs's avatar Mark Friedrichs
Browse files

Turn off diagnostics

parent 25058a77
...@@ -171,7 +171,7 @@ void kReduceGrycukGbsaBornSum( amoebaGpuContext amoebaGpu ) ...@@ -171,7 +171,7 @@ void kReduceGrycukGbsaBornSum( amoebaGpuContext amoebaGpu )
kReduceGrycukGbsaBornSum_kernel<<<amoebaGpu->gpuContext->sim.blocks, 384>>>(); kReduceGrycukGbsaBornSum_kernel<<<amoebaGpu->gpuContext->sim.blocks, 384>>>();
LAUNCHERROR("kReduceGrycukGbsaBornSum"); LAUNCHERROR("kReduceGrycukGbsaBornSum");
if( 1 ){ if( 0 ){
static int callId = 0; static int callId = 0;
gpuContext gpu = amoebaGpu->gpuContext; gpuContext gpu = amoebaGpu->gpuContext;
std::vector<int> fileId; std::vector<int> fileId;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment