-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added Research Software Directory description, added DOI shield to re…
…adme
- Loading branch information
1 parent
d2b920b
commit 4d2c42b
Showing
2 changed files
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
- Official software by the authors of the article "A Methodology for Comparing Auto-Tuning Optimization Algorithms", making the guidelines in the methodology easy to apply. | ||
- Supports [BAT benchmark suite](https://github.com/NTNU-HPC-Lab/BAT), [Kernel Tuner](https://github.com/KernelTuner/kernel_tuner) and [KTT](https://github.com/HiPerCoRe/KTT). | ||
- Split executer and visualizer to allow running the algorithms on a cluster and visualize locally. | ||
- Checkpointing built-in to avoid duplicate executions. | ||
- Support for the standardised 'T4' output files. | ||
- Notebook / interactive window mode; if enabled, plots are shown in the notebook / window instead of written to a folder. | ||
|
||
![Documentation](https://img.shields.io/badge/docs-available-brightgreen?link=https%3A%2F%2Fautotuningassociation.github.io%2Fautotuning_methodology%2F) | ||
[![PyPI Downloads](https://img.shields.io/pypi/dm/autotuning_methodology)](https://pypi.org/project/autotuning_methodology/) | ||
![PyPI - Status](https://img.shields.io/pypi/status/autotuning_methodology) | ||
[![Python Versions](https://img.shields.io/pypi/pyversions/autotuning_methodology)](https://pypi.org/project/autotuning_methodology/) | ||
![DOI](https://zenodo.org/badge/doi/10.5281/zenodo.11207515.svg) |