Homec4science

do GPU device memory accounting with doubles

Authored by Axel Kohlmeyer <akohlmey@gmail.com> on Nov 11 2010, 18:31.

Description

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.

Details

Committed
Axel Kohlmeyer <akohlmey@gmail.com>Nov 11 2010, 18:31
Pushed
jungeOct 6 2016, 16:49
Parents
rLAMMPS92444042fcd3: add missing header dependency.
Branches
Unknown
Tags
Unknown

Event Timeline

Axel Kohlmeyer <akohlmey@gmail.com> committed rLAMMPS92cd2a69bf2d: do GPU device memory accounting with doubles (authored by Axel Kohlmeyer <akohlmey@gmail.com>).Nov 11 2010, 18:31