We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c09d8fe commit e3030f5Copy full SHA for e3030f5
1 file changed
src/Cube.H
@@ -58,6 +58,13 @@
58
59
@param subsampleFloat boolean to use single precision in HDF5
60
files (default: false)
61
+
62
+ @note The subsampling for the cpu implemtation is round-robin
63
+ while the subsampling for the gpu implementation is a partition.
64
+ This implies that the coefficient values will agree but the
65
+ subsamples contain different particles. Since the goal of
66
+ subsampling is statistical assessment, this should not be a
67
+ limitation.
68
*/
69
class Cube : public PotAccel
70
{
0 commit comments