共 1,394 篇文章
共 6,621 篇文章及评论
博客分类
Blog Roll
- Association for Computing Machinery TechNews (ACM)
- Go Parallel! (Dr. Dobbs)
- HPCwire (Tabor Communications, Inc.)
- insideHPC (John West)
- Joe Duffy's Weblog (Microsoft)
- Microsoft Parallel Programming Development Center (Microsoft Germany)
- MultiCoreInfo.com
- scalability.org (Scalable Informatics)
- Software Dev Blog (Intel Germany)
- Soft Talk Blog (Intel United Kingdom)
- The Moth (Microsoft)
GPA能分析OpenCL程序的哪些数据?
作者: 郭胜 (Intel) (14 篇文章) 日期: 九月 23, 2011 在 2:39 下午
GPA能显示两种OpenCL命令(kernel和memory operation)在程序线程上的活动状态,这两种命令分别对应GPA的两类任务,据此可以分析程序的性能瓶颈。用GPA platform analyzer打开opencl trace文件,可以看到:
1. kernel task,表示一个openCL workgroup的执行,不同的task的颜色表示包含的kernel不同。
2. memory task,可以表示Read/Write/Copy操作(红色)或 Map/Un-map操作(茶色)。
除了显示任务,GPA时间尺上还可以显示标记(marker)。标记表示命令执行的状态:如queued,submitted,running,completed。
分类: 其他, 图形和视觉计算
如需了解英特尔软件产品相关的性能和优化选项,请参阅优化注意事项.
评论 (0)
引用 (0)
写评论 
欲获得技术支持,请访问软件支持页面.
