Commit 536ebaf7 authored by Peter Eastman's avatar Peter Eastman
Browse files

Bug fix

parent 2db43eae
...@@ -131,6 +131,7 @@ __kernel void moveValidElementsStaged(__global unsigned int* dgData, __global un ...@@ -131,6 +131,7 @@ __kernel void moveValidElementsStaged(__global unsigned int* dgData, __global un
// Parallel reduce these counts // Parallel reduce these counts
// Accumulate in the final offset variable // Accumulate in the final offset variable
blockOutOffset += sumReduce128(validBlock); blockOutOffset += sumReduce128(validBlock);
barrier(CLK_LOCAL_MEM_FENCE);
} }
unsigned int ub; unsigned int ub;
......
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