I just wrote an OpenCL program which uses both CPU and GPU to calculate a Scalar product of a 1D array and 1D array addition respectively. When I profiled it using the APP profiler I could only see the kernel that is executed by the GPU. I even tried using gDEBugger to profile the kernels, but the application crashed. I want to profile both the kernels and want to see the thread allocation. Solutions??

link|improve this question
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.