summaryrefslogtreecommitdiff
path: root/tests/test_pdf.py
AgeCommit message (Collapse)Author
2011-09-16Move CUDA source inside chroma package, rename tests directory to testStan Seibert
2011-09-12add chroma-sim script. get rid of GPU class; contexts should now be created ↵Anthony LaTorre
with create_cuda_context().
2011-09-06geometry on the GPU is now a struct created in the GPUGeometry class. coding ↵Anthony LaTorre
style for cuda code is now compliant with python PEP 7 -- Style Guide for C Code.
2011-09-02update event structure. break gpu.GPU class into separate smaller ↵Anthony LaTorre
independent classes.
2011-08-22Benchmark and unit test for PDF creationStan Seibert