Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-16 | Move CUDA source inside chroma package, rename tests directory to test | Stan Seibert | |
2011-09-12 | add chroma-sim script. get rid of GPU class; contexts should now be created ↵ | Anthony LaTorre | |
with create_cuda_context(). | |||
2011-09-02 | update event structure. break gpu.GPU class into separate smaller ↵ | Anthony LaTorre | |
independent classes. | |||
2011-08-23 | Add a RootReader class that also functions as an iterator, also create | Stan Seibert | |
a simple unit test for event reading and writing. There were several minor I/O bugs that are now fixed! Always test your code, kids! |