Skip to content

Commit

Permalink
Added Research Software Directory description, added DOI shield to re…
Browse files Browse the repository at this point in the history
…adme
  • Loading branch information
fjwillemsen committed May 17, 2024
1 parent d2b920b commit 4d2c42b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
[![Python Versions](https://img.shields.io/pypi/pyversions/autotuning_methodology)](https://pypi.org/project/autotuning_methodology/)
[![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)
![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".
Expand Down
12 changes: 12 additions & 0 deletions docs/rsd_description.md
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)

0 comments on commit 4d2c42b

Please sign in to comment.