Default to power of two array size
This commit is contained in:
parent
0f8f191d0e
commit
207fd8f784
3
main.cpp
3
main.cpp
@ -34,7 +34,8 @@
|
|||||||
#include "OMP3Stream.h"
|
#include "OMP3Stream.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
unsigned int ARRAY_SIZE = 52428800;
|
// Default size of 2^26
|
||||||
|
unsigned int ARRAY_SIZE = 67108864;
|
||||||
unsigned int num_times = 100;
|
unsigned int num_times = 100;
|
||||||
unsigned int deviceIndex = 0;
|
unsigned int deviceIndex = 0;
|
||||||
bool use_float = false;
|
bool use_float = false;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user