简体   繁体   English

结合使用GPU分析器(例如CodeXL)和PyOpenCL

[英]Use GPU profiler (for example CodeXL) together with PyOpenCL

I have my complex PyOpenCL app with a lot of buffers creations, kernel templating and etc. I want to profile my app on GPU to see what is the bottle neck in my case. 我有一个复杂的PyOpenCL应用程序,其中包含许多缓冲区创建,内核模板等。我想在GPU上分析我的应用程序,以查看我的情况的瓶颈。

Is it possible to use some gpu profiler with PyOpenCl app? 是否可以在PyOpenCl应用程序中使用某些gpu分析器? For example CodeXL. 例如CodeXL。

PS I know about event profiling but it isn't enough. PS:我了解事件剖析,但还不够。

Yes, it is possible. 对的,这是可能的。 Look here: http://devgurus.amd.com/message/1282742 在这里查看: http : //devgurus.amd.com/message/1282742

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM