Skip to main content

Software package easing implementation of the guidelines of the 2023 paper 'A Methodology for Comparing Auto-Tuning Optimization Algorithms'.

Project description

Autotuning Methodology Software Package

Build Status Docs Python Versions PyPI - License PyPI Downloads

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

Installation

The package can be installed by cloning this repository and running pip install .. Python >= 3.9 is supported.

Notable features

  • Official software by the authors of the methodology-defining paper.
  • Supports BAT benchmark suite and 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.
  • Notebook / interactive window mode; in this case, plots are shown in the notebook / window instead of written to a folder.
example run in interactive window example run in interactive window 2

Usage

Entry points

There are two entry points defined: autotuning_experiment and autotuning_visualize. Both take one argument: the path to an experiment file (see below).

Input files

To get started, all you need is an experiments file. This is a json file that describes the details of your comparison: which algorithms to use, which programs to tune on which devices, the graphs to output and so on. You can find the API and an example experiments.json in the documentation.

File references

As we are dealing with input and output files, file references matter. When calling the entrypoints, we are already providing the path to an experiments file. File references in experiments files are relative to the location of the experiment file itself. File references in tuning scripts are relative to the location of the tuning script itself. Tuning scripts need to have the global literals file_path_results and file_path_metadata for this package to know where to get the results. Plots outputted by this package are placed in a folder called generated_plots relative to the current working directory.

Contributing

Setup

If you're looking to contribute to this package: welcome! Start out by installing with pip install -e .[dev] (this installs the package in editable mode alongside the development dependencies). During development, unit and integration tests can be ran with pytest. Black is used as a formatter, and Ruff is used as a linter to check the formatting, import sorting et cetera. When using Visual Studio Code, use the settings.json found in .vscode to automatically have the correct linting, formatting and sorting during development. In addition, install the extensions recommended by us by searching for @recommended:workspace in the extensions tab for a better development experience.

Documentation

The documentation can be found here. Locally, the documentation can be build with make clean html from the docs folder, but the package must have been installed in editable mode with pip install -e .. Upon pushing to main or publishing a version, this documentation will be built and published to the GitHub Pages. The Docstring format used is Google. Type hints are to be included in the function signature and therefor omitted from the docstring. In Visual Studio Code, the autoDocstring extension can be used to automatically infer docstrings. When referrring to functions and parameters in the docstring outside of their definition, use double backquotes to be compatible with both MarkDown and ReStructuredText, e.g.: "skip_draws_check: skips checking that each value in draws is in the dist.".

Tests

Before contributing a pull request, please run nox and ensure it has no errors. This will test against all Python versions explicitely supported by this package, and will check whether the correct formatting has been applied. Upon submitting a pull request or pushing to main, these same checks will be ran remotely via GitHub Actions.

Publishing

For publising the package to PyPI (the Python Package Index), we use Flit and the to-pypi-using-flit GitHub Action to automate this.

Semantic version numbering is used as follows: MAJOR.Minor.patch. MAJOR version for incompatible API changes. Minor version for functionality in a backward compatible manner. patch version for backward compatible bug fixes. In addition, PEP 440 is adhered to, specifically for pre-release versioning.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

autotuning_methodology-0.1.0b1.tar.gz (2.4 MB view hashes)

Uploaded Source

Built Distribution

autotuning_methodology-0.1.0b1-py3-none-any.whl (45.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page