Skip to content

Commit fe113e6

Browse files
committed
Changed benchmarks location for hypertuner
1 parent c692ba6 commit fe113e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kernel_tuner/backends/hypertuner.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,12 @@ def compile(self, kernel_instance):
6868
applications = [
6969
{
7070
"name": "dedispersion_milo",
71-
"folder": "../autotuning_methodology/cached_data_used/kernels",
71+
"folder": "../autotuning_methodology/benchmark_hub/kernels",
7272
"input_file": "dedispersion_milo.json"
7373
},
7474
{
7575
"name": "convolution_milo",
76-
"folder": "../autotuning_methodology/cached_data_used/kernels",
76+
"folder": "../autotuning_methodology/benchmark_hub/kernels",
7777
"input_file": "convolution_milo.json"
7878
}
7979
]

0 commit comments

Comments
 (0)