---
title: 工具简介
description: "Autotuner 目前有两种使用方式，并对应两种不同的命令行工具llvm-autotune 和 auto-tuner。"
url: https://www.hikunpeng.com/document/detail/zh/kunpengdevkithistory/bisheng/hist-bisheng/kunpengbisheng_20_0018_0.html
sourcePath: /source/zh/kunpengdevkithistory/bisheng/hist-bisheng/kunpengbisheng_20_0018_0.html
indexId: 321518f0ac3821a87c4560f32d257481142affdddedbd3451aacd46bd0f7ecec82
---
# 工具简介

Autotuner 目前有两种使用方式，并对应两种不同的命令行工具llvm-autotune 和 auto-tuner。

llvm-autotune 采用让用户主导调优过程的方式，提供辅助功能与编译器合作使用。相比auto-tuner繁琐的配置流程，极大简化了配置调优的步骤，可开箱即用，因而更推荐使用。
