summaryrefslogtreecommitdiff
path: root/gpu.py
AgeCommit message (Expand)Author
2011-08-12Use an input and output photon queue in order to consolidate all theStan Seibert
2011-08-11mergeStan Seibert
2011-08-11Tell CUDA to enlarge L1 cache.Stan Seibert
2011-08-11merge headsAnthony LaTorre
2011-08-11add consume() to itertoolset. checksum the number of bits shifted in each ite...Anthony LaTorre
2011-08-11Show number of registers used in CUDA kernelsStan Seibert
2011-08-11Switch from texture to float3 array for upper and lower bounds. 10% speed bo...Stan Seibert
2011-08-09Automatically detect kernprof and profile main() in sim.py. Also synchronize...Stan Seibert
2011-08-09The --use-fast-math gives the simulation another 25% speed boost.Stan Seibert
2011-08-09fix variable name in GPU.color_solids()Anthony LaTorre
2011-08-09merge headsAnthony LaTorre
2011-08-09switch to indexing child nodes by start and stop indices instead of start and...Anthony LaTorre
2011-08-09Put number of detected photons into charge value for channel.Stan Seibert
2011-08-09Store a photon history for each hit channel. If multiple photons hit theStan Seibert
2011-08-08propagate() takes an array of photon offsets and a range ofStan Seibert
2011-08-08toggle fullscreen mode with f11 key. use matplotlib colors maps defined in ma...Anthony LaTorre
2011-08-08merge headsAnthony LaTorre
2011-08-08add a simple event viewer. view events by running ./camera.py <detector_name>...Anthony LaTorre
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
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 geometry...Anthony LaTorre
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