summaryrefslogtreecommitdiff
path: root/gpu.py
AgeCommit message (Collapse)Author
2011-08-08Bug fixes when retrieving and rerunning photon lists through propagate.Stan Seibert
2011-08-05Warn user if for some reason the default BVH quantization is used becauseStan Seibert
they didn't build the geometry before loading it on the GPU.
2011-08-04Implement propagate and daq functions in gpu module.Stan Seibert
2011-08-03add a GPU class to handle both the gpu context and module; since the ↵Anthony LaTorre
geometry requires global device pointers, there should be a one to one correspondence between modules and contexts. the current plan is to perform all gpu operations within this class. also add a simple color map to display hit pmt charge and timing information.
2011-05-18added test likelihoodAnthony LaTorre
2011-05-18added some more documentation and a more accurate miniature version of lbneAnthony LaTorre
2011-05-17added documentationAnthony LaTorre
2011-05-16added stl mesh viewerAnthony LaTorre