Commit Graph

3 Commits

Author SHA1 Message Date
92cd2a69bf do GPU device memory accounting with doubles
using (signed) int will overflow at 2GB,
switching to unsigned has risk of hiding
overflows and using long long is not as
portable as double precisiong floating point.
2010-11-11 12:31:36 -05:00
ee5f450c12 update gpu library to r539 2010-11-08 22:14:29 -05:00
ba5fb80d1d merge of GPU library from gpulammps project.
this copies over all required files, but tried to
remove unneeded components.
2010-11-07 17:49:43 -05:00