帮助信息

帮助命令:llvm-autotune -h。llvm-autotune 执行格式如下所示:

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

可选指令:

帮助信息:

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
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