asc_prof_stop
产品支持情况
产品 |
是否支持 |
|---|---|
Atlas 350 加速卡 |
√ |
√ |
|
√ |
|
x |
|
x |
|
x |
|
x |
功能说明
设置性能数据采集信号停止,和asc_prof_start配合使用。使用msProf工具进行算子上板调优时,可在kernel侧代码段前后分别调用asc_prof_start和asc_prof_stop来指定需要调优的代码段范围。
函数原型
1 | __aicore__ inline void asc_prof_stop() |
参数说明
无
返回值说明
无
约束说明
无
调用示例
1 | asc_prof_stop(); |
父主题: 调测接口