-
Notifications
You must be signed in to change notification settings - Fork 0
/
experiments.json
58 lines (53 loc) · 1.87 KB
/
experiments.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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"experiments": [
{
"sfn_prefix": "v4a_suite",
"split-size":8000,
"matA":{"height":16000, "width":16000},
"matB":{"height":16000, "width":16000},
"block-size":4000
},
{
"sfn_prefix": "v4a_suite",
"split-size":8000,
"matA":{"height":8000, "width":8000},
"matB":{"height":8000, "width":8000},
"block-size":4000
},
{
"sfn_prefix": "v4a_suite",
"split-size":4000,
"matA":{"height":4000, "width":4000},
"matB":{"height":4000, "width":4000},
"block-size":2000
},
{
"sfn_prefix": "v4a_suite",
"matA":{"height":8000, "width":8000},
"matB":{"height":8000, "width":8000},
"split-size":2000,
"block-size":1000
},
{
"sfn_prefix": "v4a_suite",
"matA":{"height":4000, "width":4000},
"matB":{"height":4000, "width":4000},
"split-size":4000,
"block-size":2000
},
{
"sfn_prefix": "v4a_suite",
"matA":{"height":4000, "width":4000},
"matB":{"height":4000, "width":4000},
"split-size":2000,
"block-size":1000
},
{
"sfn_prefix": "v4a_suite",
"matA":{"height":2000, "width":2000},
"matB":{"height":2000, "width":2000},
"split-size":2000,
"block-size":1000
}
]
}