-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathREADME
33 lines (22 loc) · 910 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Hi,
This is an *extremely* simple microbenchmark suite.
Its intended purpose is in the validation of general purpose out-of-order
cores, by targetting individual micro-architectural features or effects.
Of course this is by no means an exhaustive collection of necessary bencharks
to test every mechanism in an OOO processor. This is merely a starting point.
To use this, you should only need bash, make and python.
Configure the versions of the compiler and python (tested with python-2.7):
> vim make.config
To make the benchmarks:
> make
Clean the benchmarks:
> make clean
Describe basically what each benchmark is for:
> describe.sh
Run a benchmark: (no args on any current benchmark)
> cd CCa
> ./test
Tony Nowatzki
Tuesday, April 14th, 2015
PS: Also, some benchmarks use an LFSR setting to get a particular working set.
Please see lfsr_settings.txt for example values. (bench ML2 uses this)