cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

Bdot
Adept III

CodeXL:uav_read_uinc is not yet supported

Hi, I tried to debug my kernel, but got this message. Where does it come from (which OpenCL feature is causing this IL instruction)? How can I avoid it?

uav_read_uinc.png

The code incl kernels can be found at mfakto/src at master · Bdot42/mfakto · GitHub

I'm using CodeXL 1.3.4903.0 and Catalyst 13.10

Thanks!

0 Likes
1 Solution
kalyanpk
Staff

Hi,

Debugging kernels that use "atomics" is not supported yet in CodeXL.

You are seeing the error message due to atomic operations.

Thanks,

Kalyan P

View solution in original post

0 Likes
3 Replies
kalyanpk
Staff

Hi,

Debugging kernels that use "atomics" is not supported yet in CodeXL.

You are seeing the error message due to atomic operations.

Thanks,

Kalyan P

0 Likes

Thank you for this response - I think for debugging I can easily replace atomics with some plain store ...

Can you suggest if atomics debugging support is in the near-term plans?

0 Likes

Hi Bdot,

Thanks for your interest.

Supporting "Atomics" is in our TODO list.

We will keep the forum posted.

Thanks,

Kalyan P

0 Likes