-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.template.json
43 lines (43 loc) · 1.08 KB
/
config.template.json
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
33
34
35
36
37
38
39
40
41
42
43
{
"perf": {
"interval": 200,
"events": [
{
"event": "l2_rqsts.miss",
"alias": "l2miss"
},
{
"event": "offcore_response.all_requests.llc_miss.any_response",
"alias": "l3miss"
},
"instructions",
"cycles",
{
"event": "cpu/event=0xb1,umask=0x01,cmask=1,inv=1/",
"alias": "stall_cycles"
},
{
"event": "cpu/event=0xbb,umask=0x01,offcore_rsp=0x14007e0077/",
"alias": "intra_coh"
},
{
"event": "cpu/event=0xbb,umask=0x01,offcore_rsp=0x1438000077/",
"alias": "inter_coh"
}
]
},
"rabbitMQ": {
"host": "localhost",
"queue_name": {
"workload_creation": "workload_creation"
}
},
"benchmark": {
"parsec": "/home/dcslab/ysnam/benchmarks/parsec-3.0/bin",
"spec": "/home/dcslab/ysnam/benchmarks/cpu2006",
"rodinia": "/home/dcslab/ysnam/benchmarks/rodinia_3.1",
"npb": "/home/dcslab/ysnam/benchmarks/NPB3.3.1/NPB3.3-OMP",
"cifar10": "/home/dcslab/ysnam/benchmarks/tensorflow/models/tutorials/image/cifar10",
"inception": "/home/dcslab/ysnam/benchmarks/tensorflow/models/research/inception/bazel-bin/inception"
}
}