Default to power of two array size

This commit is contained in:
Tom Deakin 2016-05-11 12:04:19 +01:00
parent 0f8f191d0e
commit 207fd8f784

View File

@ -34,7 +34,8 @@
#include "OMP3Stream.h"
#endif
unsigned int ARRAY_SIZE = 52428800;
// Default size of 2^26
unsigned int ARRAY_SIZE = 67108864;
unsigned int num_times = 100;
unsigned int deviceIndex = 0;
bool use_float = false;