Rate This Document
Findability
Accuracy
Completeness
Readability

Help Information

Help command: llvm-autotune -h. The execution format of the llvm-autotune is as follows:

llvm-autotune [-h] {minimize,maximize,feedback,dump,finalize}

Optional instructions:

  • minimize: initializes tuning and generates an initial compiler configuration file to minimize indicators (such as running time).
  • maximize: initializes tuning and generates the initial compiler configuration file to maximize indicators (such as throughput).
  • feedback: feeds back the performance optimization result and generates new compiler configuration.
  • dump: generates the optimal configuration without stopping the tuning (feedback can be continued).
  • finalize: stops tuning and generate the optimal compiler configuration (feedback cannot be executed).

Help information.

  • --help/-h
usage: llvm-autotune [-h] {minimize,maximize,feedback,dump,finalize} ...

positional arguments:
  {minimize,maximize,feedback,dump,finalize}
    minimize            Initialize tuning and generate the initial compiler
                        configuration file, aiming to minimize the metric
                        (e.g. run time)
    maximize            Initialize tuning and generate the initial compiler
                        configuration file, aiming to maximize the metric
                        (e.g. throughput)
    feedback            Feed back performance tuning result and generate a new
                        test configuration
    dump                Dump the current best configuration without
                        terminating the tuning run
    finalize            Finalize tuning and generate the optimal compiler
                        configuration

optional arguments:
  -h, --help            show this help message and exit