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 5a83d36 commit 5e3512bCopy full SHA for 5e3512b
kernel_tuner/backends/hypertuner.py
@@ -62,7 +62,7 @@ def compile(self, kernel_instance):
62
63
# TODO get applications & GPUs args from benchmark
64
gpus = ["A100", "A4000", "MI250X"]
65
- folder = "../../autotuning_methodology/benchmark_hub/kernels"
+ folder = "../autotuning_methodology/benchmark_hub/kernels"
66
applications = [
67
{
68
"name": "dedispersion_milo",
0 commit comments