I have a confused problem about my OpenCL program, I make and run it well.
However, when I want to use Compute Visual Profiler 3.2 to profile it, when I lauch it,
it will causes error about CL_OUT_OF_RESOURCES. I have used the OpenCL
Visual Profiler 1.0 beta version successfully to profile my program.
Can anyone give me some advices? Thanks!
Lowering the grid size and consequently both the number of work-items and the memory usage, solved the problem…
…probably the profiler uses some of the GPU resources that have to be left free from the running kernel.
Lowering the grid size and consequently both the number of work-items and the memory usage, solved the problem…
…probably the profiler uses some of the GPU resources that have to be left free from the running kernel.