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??
|
feedback
|