File tree Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -64,17 +64,28 @@ def compile(self, kernel_instance):
64
64
# gpus = ["RTX_3090", "RTX_2080_Ti"]
65
65
# applications = None
66
66
67
- gpus = ["A100" , "A4000" , "MI250X" , "W6600" ]
67
+ gpus = ["A100" , "W6600" ]
68
+ folder = "../../autotuning_methodology/benchmark_hub/kernels"
68
69
applications = [
69
70
{
70
71
"name" : "dedispersion_milo" ,
71
- "folder" : "../autotuning_methodology/benchmark_hub/kernels" ,
72
+ "folder" : folder ,
72
73
"input_file" : "dedispersion_milo.json"
73
74
},
74
75
{
75
76
"name" : "convolution_milo" ,
76
- "folder" : "../autotuning_methodology/benchmark_hub/kernels" ,
77
+ "folder" : folder ,
77
78
"input_file" : "convolution_milo.json"
79
+ },
80
+ {
81
+ "name" : "hotspot_milo" ,
82
+ "folder" : folder ,
83
+ "input_file" : "hotspot_milo.json"
84
+ },
85
+ {
86
+ "name" : "gemm_milo" ,
87
+ "folder" : folder ,
88
+ "input_file" : "gemm_milo.json"
78
89
}
79
90
]
80
91
@@ -93,6 +104,7 @@ def compile(self, kernel_instance):
93
104
# any additional settings
94
105
override = {
95
106
"experimental_groups_defaults" : {
107
+ "repeats" : 10 ,
96
108
"samples" : self .iterations
97
109
}
98
110
}
You can’t perform that action at this time.
0 commit comments