aboutsummaryrefslogtreecommitdiff
path: root/src/diffraction-gpu.c
AgeCommit message (Expand)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-22Fix previous commitThomas White
2012-02-22Zap quatsThomas White
2012-02-22pattern_sim: Fix memory leaksThomas White
2012-02-22New flat value when no structure factors are availableThomas White
2012-02-22Fix wavelengthThomas White
2012-02-22Update definition of bandwidth to match documentationThomas White
2012-02-22Add "bandwidth" to beam parameters fileThomas White
2012-02-22Reduce the scope of "count"Thomas White
2012-02-22pattern_sim: Fix up GPU diffraction for new detector geometryThomas White
2010-04-20Use new access method for OpenCL vectorsThomas White
2010-04-01indexamajig: Introduce multithreadingThomas White
2010-03-27Make it obvious, when using GPU simulation, if a required reflection is unava...Thomas White
2010-03-26Switch bandwidth off for nowThomas White
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-10Remove debugging messagesThomas White
2010-03-10Tidy upThomas White
2010-03-10Allow multiple sinc LUTsThomas White
2010-03-02Clean up sinc LUTsThomas White
2010-03-02Take modulus when calculating sinc LUTThomas White
2010-03-01Use a lookup table for sinc values in GPU calculationThomas White
2010-02-27More tests for odd situationsThomas White
2010-02-27Fix type conversions to avoid trouble with overflows etc.Thomas White
2010-02-26Move water calculation to diffraction.c, and work out the consequencesThomas White
2010-02-24Report maximum work group size and if it has been exceededThomas White
2010-02-23Tidy up console outputThomas White
2010-02-23Mac OS X interoperabilityThomas White
2010-02-22Don't try to calculate with a null GPU contextThomas White
2010-02-22Report when setting up GPUThomas White
2010-02-20Move OpenCL utility stuff to a separate moduleThomas White
2010-02-20Nicer branchingThomas White
2010-02-20Use the right value for --no-sfacThomas White
2010-02-19Move critical array size definitions to share between CPU and GPU versionsThomas White
2010-02-19Add bandwidth to GPU calculationThomas White
2010-02-19Fix various exciting (and otherwise) memory leaksThomas White
2010-02-19Simplify sampling a bit - preventing some indexing issuesThomas White
2010-02-19Add finite sampling for better simulation accuracyThomas White
2010-02-19Synchronise properlyThomas White
2010-02-19Split OpenCL initialisation into separate routing to avoid re-compiling all t...Thomas White
2010-02-19FussinessThomas White
2010-02-19Release memory objectsThomas White
2010-02-19Honour detector panels in GPU calculationThomas White
2010-02-19Honour particle size in GPU calculationThomas White
2010-02-19Push particle size display up to top levelThomas White
2010-02-19Check error code when enqueueing kernelThomas White
2010-02-19Don't overrun bounds of sfac bufferThomas White
2010-02-18Fixes for previous commitThomas White