Skip to content

Commit

Permalink
Updated README.md for version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fjwillemsen authored May 31, 2024
1 parent 4fd6ba0 commit 3bbd07b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
![DOI](https://zenodo.org/badge/doi/10.5281/zenodo.11207515.svg)


This repository contains the software package accompanying the paper "A Methodology for Comparing Auto-Tuning Optimization Algorithms".
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).
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!

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

## Notable features
- Official software by the authors of the methodology-defining paper.
- Supports [BAT benchmark suite](https://github.com/NTNU-HPC-Lab/BAT) and [Kernel Tuner](https://github.com/KernelTuner/kernel_tuner).
- 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).
- Split executer and visualizer to allow running the algorithms on a cluster and visualize locally.
- Caching built-in to avoid duplicate executions.
- Planned support for T1 input and T4 output files.
Expand Down

0 comments on commit 3bbd07b

Please sign in to comment.