1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-09 00:00:03 +01:00

increase the default arrax size

- fits better to our test platform
This commit is contained in:
Stefan Lankes 2015-10-09 20:33:05 +02:00
parent 6e374c7b5a
commit 698263fd65

View file

@ -91,7 +91,7 @@
* per array.
*/
#ifndef STREAM_ARRAY_SIZE
# define STREAM_ARRAY_SIZE 10000000
# define STREAM_ARRAY_SIZE 14000000
#endif
/* 2) STREAM runs each kernel "NTIMES" times and reports the *best* result
@ -105,11 +105,11 @@
*/
#ifdef NTIMES
#if NTIMES<=1
# define NTIMES 10
# define NTIMES 100
#endif
#endif
#ifndef NTIMES
# define NTIMES 10
# define NTIMES 100
#endif
/* Users are allowed to modify the "OFFSET" variable, which *may* change the