index
:
chroma
master
Chroma is a high performance optical photon simulation for particle physics detectors
Anthony LaTorre
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gpu.py
Age
Commit message (
Expand
)
Author
2011-08-12
Use an input and output photon queue in order to consolidate all the
Stan Seibert
2011-08-11
merge
Stan Seibert
2011-08-11
Tell CUDA to enlarge L1 cache.
Stan Seibert
2011-08-11
merge heads
Anthony LaTorre
2011-08-11
add consume() to itertoolset. checksum the number of bits shifted in each ite...
Anthony LaTorre
2011-08-11
Show number of registers used in CUDA kernels
Stan Seibert
2011-08-11
Switch from texture to float3 array for upper and lower bounds. 10% speed bo...
Stan Seibert
2011-08-09
Automatically detect kernprof and profile main() in sim.py. Also synchronize...
Stan Seibert
2011-08-09
The --use-fast-math gives the simulation another 25% speed boost.
Stan Seibert
2011-08-09
fix variable name in GPU.color_solids()
Anthony LaTorre
2011-08-09
merge heads
Anthony LaTorre
2011-08-09
switch to indexing child nodes by start and stop indices instead of start and...
Anthony LaTorre
2011-08-09
Put number of detected photons into charge value for channel.
Stan Seibert
2011-08-09
Store a photon history for each hit channel. If multiple photons hit the
Stan Seibert
2011-08-08
propagate() takes an array of photon offsets and a range of
Stan Seibert
2011-08-08
toggle fullscreen mode with f11 key. use matplotlib colors maps defined in ma...
Anthony LaTorre
2011-08-08
merge heads
Anthony LaTorre
2011-08-08
add a simple event viewer. view events by running ./camera.py <detector_name>...
Anthony LaTorre
2011-08-08
Bug fixes when retrieving and rerunning photon lists through propagate.
Stan Seibert
2011-08-05
Warn user if for some reason the default BVH quantization is used because
Stan Seibert
2011-08-04
Implement propagate and daq functions in gpu module.
Stan Seibert
2011-08-03
add a GPU class to handle both the gpu context and module; since the geometry...
Anthony LaTorre
2011-05-18
added test likelihood
Anthony LaTorre
2011-05-18
added some more documentation and a more accurate miniature version of lbne
Anthony LaTorre
2011-05-17
added documentation
Anthony LaTorre
2011-05-16
added stl mesh viewer
Anthony LaTorre