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

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

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