You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository contains the software package accompanying the paper "A Methodology for Comparing Auto-Tuning Optimization Algorithms".
16
+
This repository contains the software package accompanying [the paper "A Methodology for Comparing Auto-Tuning Optimization Algorithms"](https://doi.org/10.1016/j.future.2024.05.021).
17
17
It makes the guidelines in the methodology easy to apply: simply specify the `.json` file, run `autotuning_visualize [path_to_json]` and wait for the results!
18
18
19
19
### Limitations & Future Work
@@ -26,7 +26,7 @@ Python >= 3.9 is supported.
26
26
27
27
## Notable features
28
28
- Official software by the authors of the methodology-defining paper.
29
-
- Supports [BAT benchmark suite](https://github.com/NTNU-HPC-Lab/BAT) and [Kernel Tuner](https://github.com/KernelTuner/kernel_tuner).
29
+
- Supports [BAT benchmark suite](https://github.com/NTNU-HPC-Lab/BAT), [KTT](https://github.com/HiPerCoRe/KTT), and [Kernel Tuner](https://github.com/KernelTuner/kernel_tuner).
30
30
- Split executer and visualizer to allow running the algorithms on a cluster and visualize locally.
31
31
- Caching built-in to avoid duplicate executions.
32
32
- Planned support for T1 input and T4 output files.
0 commit comments