Skip to content

Commit 5e3512b

Browse files
committed
Adjusted path to benchmarking kernels
1 parent 5a83d36 commit 5e3512b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel_tuner/backends/hypertuner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def compile(self, kernel_instance):
6262

6363
# TODO get applications & GPUs args from benchmark
6464
gpus = ["A100", "A4000", "MI250X"]
65-
folder = "../../autotuning_methodology/benchmark_hub/kernels"
65+
folder = "../autotuning_methodology/benchmark_hub/kernels"
6666
applications = [
6767
{
6868
"name": "dedispersion_milo",

0 commit comments

Comments
 (0)