-
Notifications
You must be signed in to change notification settings - Fork 8
/
param.json
29 lines (28 loc) · 928 Bytes
/
param.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
{
"kernel" : "_Z6kernelPfS_S_",
"targetFunction" : false,
"targetNested" : true,
"targetLoopsID" : [0, 1],
"doCGRAMapping" : true,
"row" : 4,
"column" : 4,
"precisionAware" : true,
"heterogeneity" : false,
"isTrimmedDemo" : true,
"heuristicMapping" : true,
"parameterizableCGRA" : false,
"diagonalVectorization" : false,
"bypassConstraint" : 4,
"isStaticElasticCGRA" : false,
"ctrlMemConstraint" : 200,
"regConstraint" : 8,
"optLatency" : {
"load" : 2,
"store": 2
},
"optPipelined" : ["load", "store"],
"additionalFunc" : {
"load" : [4],
"store": [4]
}
}