diff options
| author | Joshua Bakita <jbakita@cs.unc.edu> | 2020-10-17 21:22:08 -0400 |
|---|---|---|
| committer | Joshua Bakita <jbakita@cs.unc.edu> | 2020-10-17 21:30:01 -0400 |
| commit | ecf6547fdce39b3ec0f333c9b391b0f1c25deba5 (patch) | |
| tree | c6f25afe348be22172bed024ffe8881323e74aaf /dis/inputs/caches_all | |
| parent | 1120161286ee5c855b630bccc9e0b37bb8a3ee65 (diff) | |
All the DIS runner scripts as used for the (rejected) RTSS'20 submission
DANGER! There's an inconsistency in the input files used for the
all-pairs tests and those used for the baseline tests.
Baselines: run_all_dis.sh calls run_dis.sh to do all baselines.
All-pairs: Uses old TACLe script (not included here).
Cache allocation 2nd-order effects on SMT friendliness: run_pair_convexity.sh
Diffstat (limited to 'dis/inputs/caches_all')
| -rw-r--r-- | dis/inputs/caches_all | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/dis/inputs/caches_all b/dis/inputs/caches_all new file mode 100644 index 0000000..92e936c --- /dev/null +++ b/dis/inputs/caches_all | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | L3:0=0000;1=0000;2=0000;3=0000 | ||
| 2 | L3:0=0000;1=0000;2=0000;3=0001 | ||
| 3 | L3:0=0000;1=0000;2=0000;3=0003 | ||
| 4 | L3:0=0000;1=0000;2=0000;3=0007 | ||
| 5 | L3:0=0000;1=0000;2=0000;3=000f | ||
| 6 | L3:0=0000;1=0000;2=0000;3=001f | ||
| 7 | L3:0=0000;1=0000;2=0000;3=003f | ||
| 8 | L3:0=0000;1=0000;2=0000;3=007f | ||
| 9 | L3:0=0000;1=0000;2=0000;3=00ff | ||
| 10 | L3:0=0000;1=0000;2=0000;3=01ff | ||
| 11 | L3:0=0000;1=0000;2=0000;3=03ff | ||
| 12 | L3:0=0000;1=0000;2=0000;3=07ff | ||
| 13 | L3:0=0000;1=0000;2=0000;3=0fff | ||
| 14 | L3:0=0000;1=0000;2=0000;3=1fff | ||
| 15 | L3:0=0000;1=0000;2=0000;3=3fff | ||
| 16 | L3:0=0000;1=0000;2=0000;3=7fff | ||
| 17 | L3:0=0000;1=0000;2=0000;3=ffff | ||
