OpenCL Compute Visual Profiler Version 3.2 CL_OUT_OF_RESOURCES

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!

Exactly the same problem also for me… without the profiler the program is running fine with no errors, giving right results…

Exactly the same problem also for me… without the profiler the program is running fine with no errors, giving right results…

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.

Thank you. Umm…, Maybe your advice is a solution to have a profiling result. But I don’t think the result of is

completely useful for the program.

Thank you. Umm…, Maybe your advice is a solution to have a profiling result. But I don’t think the result of is

completely useful for the program.