Use GPU profiler (for example CodeXL) together with PyOpenCL

ⅰ亾dé卋堺 提交于 2019-12-24 11:57:13

问题


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.

Is it possible to use some gpu profiler with PyOpenCl app? For example CodeXL.

P.S. I know about event profiling but it isn't enough.


回答1:


Yes, it is possible. Look here: http://devgurus.amd.com/message/1282742



来源:https://stackoverflow.com/questions/17573338/use-gpu-profiler-for-example-codexl-together-with-pyopencl

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!