Metadata-Version: 2.4
Name: autotuner
Version: 2.2.0
Summary: BiSheng Autotuner
Home-page: https://www.hikunpeng.com/document/detail/en/kunpengdevps/compiler/fg-autotuner/kunpengbisheng_20_0002.html
Author: Huawei Technologies Co. Ltd.
Keywords: ,
License-File: LICENSE.txt
Requires-Dist: huawei-opentuner
Requires-Dist: configparser>=3.5.0
Requires-Dist: defusedxml
Requires-Dist: dill
Requires-Dist: pyyaml>=5.4.1
Requires-Dist: requests>=2.18.4
Requires-Dist: importlib-metadata; python_version < "3.8.0"
Dynamic: author
Dynamic: description
Dynamic: home-page
Dynamic: keywords
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

=================
BiSheng Autotuner
=================

BiSheng Autotuner is a command-line tool (``llvm-autotune``) that enables
a user to search for the optimal compiler optimization parameters for
fine-grained code regions in a given program, via an iterative compilation
process using BiSheng Compiler.

Quickstart
----------

BiSheng Autotuner requires Python 3.10. Before installing the tool, make
sure that ``python3`` in your search path is the correct version of Python.

To start, run ``bin/install-autotuner.sh`` in the BiSheng Compiler installation
directory. This will invoke ``pip`` to install BiSheng Autotuner along with a number
of dependencies. If the installation completes successfully, running
``bin/llvm-autotune -h`` should display a help message instead of an error.

For more detailed instructions on how to perform automatic tuning, visit
the official web site::

    https://www.hikunpeng.com/document/detail/en/kunpengdevps/compiler/fg-autotuner/kunpengbisheng_20_0002.html

