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:
parent
6e374c7b5a
commit
698263fd65
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue