Skip to content

Commit 3bbd07b

Browse files
authored
Updated README.md for version 1.0.0
1 parent 4fd6ba0 commit 3bbd07b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
![DOI](https://zenodo.org/badge/doi/10.5281/zenodo.11207515.svg)
1414

1515

16-
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).
1717
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!
1818

1919
### Limitations & Future Work
@@ -26,7 +26,7 @@ Python >= 3.9 is supported.
2626

2727
## Notable features
2828
- 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).
3030
- Split executer and visualizer to allow running the algorithms on a cluster and visualize locally.
3131
- Caching built-in to avoid duplicate executions.
3232
- Planned support for T1 input and T4 output files.

0 commit comments

Comments
 (0)