Last change
on this file since 137 was
134,
checked in by kane, 14 years ago
|
add multi write buffer in cc_xcache_v4
|
File size:
708 bytes
|
Rev | Line | |
---|
[134] | 1 | #ifndef define_h |
---|
| 2 | #define define_h |
---|
| 3 | |
---|
| 4 | // List of benchmark |
---|
| 5 | #define BENCHMARK_DHRYSTONE 0 |
---|
| 6 | #define BENCHMARK_SORT 0 |
---|
| 7 | #define BENCHMARK_MATRIX_MULTIPLICATION_ST 0 |
---|
| 8 | #define BENCHMARK_MATRIX_MULTIPLICATION_MT 1 |
---|
| 9 | |
---|
| 10 | #define VERBOSE_SORT 0 |
---|
| 11 | |
---|
| 12 | // Benchmark size |
---|
| 13 | #define DHRYSTONE_NB_RUNS 5000 |
---|
| 14 | #define SORT_SIZE 850 |
---|
| 15 | #define MATRIX_MULTIPLICATION_ST_SIZE 50 |
---|
| 16 | #define MATRIX_MULTIPLICATION_MT_SIZE 75 |
---|
| 17 | #define MATRIX_MULTIPLICATION_MT_LOCK_BY_LINE 1 |
---|
| 18 | |
---|
| 19 | // Timer configuration |
---|
| 20 | #define TIMER_INTERRUPT 0 |
---|
| 21 | #define TIMER_INTERRUPT_PERIOD 100000 |
---|
| 22 | |
---|
| 23 | #endif // define_h |
---|
Note: See
TracBrowser
for help on using the repository browser.