OpenCL* for CPU
Ask questions and share information on Intel® SDK for OpenCL™ Applications and OpenCL™ implementations for Intel® CPU.
Announcements
This forum covers OpenCL* for CPU only. OpenCL* for GPU questions can be asked in the GPU Compute Software forum. Intel® FPGA SDK for OpenCL™ questions can be ask in the FPGA Intel® High Level Design forum.

OPENCL Kernel Debugging

KI_JU_L_
Beginner
467 Views

 

When I use __local space qualifier, I couldn't debug inside kernel.

1. Is there anyone, who has same experience?

2. Is there any method to avoid this phenomena?

 

 

0 Kudos
4 Replies
Raghupathi_M_Intel
467 Views

Were you able to debug before adding the qualifier? Can you attach your kernel?

Thanks,
Raghu

0 Kudos
KI_JU_L_
Beginner
467 Views

Thank you Raghu,

I usually set break point at line 404 in Bitonic_APU.cl

I can break on this point. but I cannot debug or trace further more after line 404.

Could you give me the information, whether my mis-usage or not

Thanks again.

0 Kudos
KI_JU_L_
Beginner
467 Views

Dear Raghu,

Do you know how can I delete my comments?

Regards

0 Kudos
Raghupathi_M_Intel
467 Views

Above your post you should see an "Edit" link. Click that and see if you have a "delete" button.

Thanks,
Raghu

0 Kudos
Reply