We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c692ba6 commit fe113e6Copy full SHA for fe113e6
kernel_tuner/backends/hypertuner.py
@@ -68,12 +68,12 @@ def compile(self, kernel_instance):
68
applications = [
69
{
70
"name": "dedispersion_milo",
71
- "folder": "../autotuning_methodology/cached_data_used/kernels",
+ "folder": "../autotuning_methodology/benchmark_hub/kernels",
72
"input_file": "dedispersion_milo.json"
73
},
74
75
"name": "convolution_milo",
76
77
"input_file": "convolution_milo.json"
78
}
79
]
0 commit comments