summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Seibert <stan@mtrr.org>2011-12-29 13:14:20 -0500
committertlatorre <tlatorre@uchicago.edu>2021-05-09 08:42:38 -0700
commitf4f158554f1f8656dfd4d1eac78dd0a33025fd03 (patch)
tree4a1761bdbb3e3279c9a771c25bda2267417c912f
parenta283b2ba978cd5e13814d9e811935ec93d367ee2 (diff)
downloadchroma-f4f158554f1f8656dfd4d1eac78dd0a33025fd03.tar.gz
chroma-f4f158554f1f8656dfd4d1eac78dd0a33025fd03.tar.bz2
chroma-f4f158554f1f8656dfd4d1eac78dd0a33025fd03.zip
Put back accumulation of time PDF information in PDF calculator
-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),