AOE调优API简介
功能
通过AOE API可以使能AOE调优。
接口所在头文件为:{install_path}/{version_dir}/${arch}/include/aoe/external/aoe.h。{install_path}表示安装路径,root用户默认/usr/local/Ascend,{version_dir}表示版本号,${arch}表示架构。
接口约束说明
- 调用接口要求:在AoeInitialize和AoeFinalize接口之间调用AoeCreateSession、AoeSetGeSession、AoeSetTuningGraph、AoeSetTuningGraphInput、AoeTuningGraph、AoeDestroySession接口。其中配对使用的接口有:AoeInitialize/AoeFinalize、AoeCreateSession/AoeDestroySession。不配对使用可能出现异常。
- 建议的接口调用顺序:AoeInitialize接口-->AoeCreateSession接口-->AoeSetGeSession接口(可选)-->AoeSetTuningGraph接口-->AoeSetTuningGraphInput接口(可选)--> AoeTuningGraph接口-->AoeDestroySession接口->AoeFinalize接口。
父主题: AOE调优API