其他分享
首页 > 其他分享> > Qualcomn GPU Profiler使用和分析

Qualcomn GPU Profiler使用和分析

作者:互联网

Qualcomn GPU Profiler使用和分析
软件安装
https://developer.qualcomm.com/software/qualcomm-neural-processing-sdk
Snapdragon Profiler 安装过程参考readme

参考链接 — 高阶使用
https://zhuanlan.zhihu.com/p/419872466

软件操作

  1. 运行./run_sdp.sh打开profiler软件界面后, 在右下角选x项system Enable blocking 选择true
    注意: 软件界面有一定概率不能正常打开, 或者关掉打开软件后出现的terminter窗口, 多试几次. 实在不行, 可以重新安装~
    在这里插入图片描述

  2. 查看Connecct to a device
    在这里插入图片描述

说明连接成功~
3. 在高通平台上开始运行程序 ./run.sh
4. 出现Pending qxprofiler connection and capture signal…/ 点击new trace capture
并同时选中 运行程序和 OpenCL Trace , 点击Start Capture 即可
在这里插入图片描述

  1. 待程序运行完, OK
    在这里插入图片描述

分析时将窗口展开, 根据队列以及函数名进行区分

标签:run,Profiler,Qualcomn,软件,GPU,com
来源: https://blog.csdn.net/weixin_42112416/article/details/121101995