File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -69,22 +69,26 @@ def compile(self, kernel_instance):
69
69
{
70
70
"name" : "dedispersion_milo" ,
71
71
"folder" : folder ,
72
- "input_file" : "dedispersion_milo.json"
72
+ "input_file" : "dedispersion_milo.json" ,
73
+ "objective_performance_keys" : ["time" ]
73
74
},
74
75
{
75
76
"name" : "hotspot_milo" ,
76
77
"folder" : folder ,
77
- "input_file" : "hotspot_milo.json"
78
+ "input_file" : "hotspot_milo.json" ,
79
+ "objective_performance_keys" : ["GFLOP/s" ]
78
80
},
79
81
{
80
82
"name" : "convolution_milo" ,
81
83
"folder" : folder ,
82
- "input_file" : "convolution_milo.json"
84
+ "input_file" : "convolution_milo.json" ,
85
+ "objective_performance_keys" : ["time" ]
83
86
},
84
87
{
85
88
"name" : "gemm_milo" ,
86
89
"folder" : folder ,
87
- "input_file" : "gemm_milo.json"
90
+ "input_file" : "gemm_milo.json" ,
91
+ "objective_performance_keys" : ["time" ]
88
92
}
89
93
]
90
94
You can’t perform that action at this time.
0 commit comments