aboutsummaryrefslogtreecommitdiff
path: root/src/diffraction-gpu.h
AgeCommit message (Collapse)Author
2012-02-22Use symmetry when simulating on the GPUThomas White
2012-02-22Use symmetry when simulating (on the CPU only)Thomas White
2012-02-22Handle multiple GPUsThomas White
2012-02-22Reduce the scope of "count"Thomas White
Lists of counts had pervaded every corner of CrystFEL, being used as markers for the presence of reflections. Now we have a better way of doing this, the ReflItemList, and few parts of the suite apart from process_hkl have any business knowing how many observations were made of a particular reflection.
2010-04-01indexamajig: Introduce multithreadingThomas White
2010-03-27Make it obvious, when using GPU simulation, if a required reflection is ↵Thomas White
unavailable
2010-03-26Don't try to render PDBs, part II: remove "molecule" from "struct image".Thomas White
2010-03-26Don't try to render PDBs, part IThomas White
2010-03-10Add missing bracketThomas White
2010-03-10Allow multiple sinc LUTsThomas White
2010-03-01Fix build when OpenCL is disabledThomas White
2010-03-01Use a lookup table for sinc values in GPU calculationThomas White
2010-02-19Move critical array size definitions to share between CPU and GPU versionsThomas White
2010-02-19Split OpenCL initialisation into separate routing to avoid re-compiling all ↵Thomas White
the time
2010-02-17Use OpenCL for much faster diffraction calculationThomas White