summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--chroma/gpu/pdf.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/chroma/gpu/pdf.py b/chroma/gpu/pdf.py
index fe718a7..330c14c 100644
--- a/chroma/gpu/pdf.py
+++ b/chroma/gpu/pdf.py
@@ -314,7 +314,6 @@ class GPUPDF(object):
block=(nthreads_per_block,1,1),
grid=(self.event_hit_gpu.size//nthreads_per_block+1,1))
cuda.Context.get_current().synchronize()
- return # FIXME
self.gpu_funcs.accumulate_nearest_neighbor_block(np.int32(self.event_nhit),
np.int32(gpuchannels.ndaq),