Well, I think that this is my first post on the forum so hi! to everyone.
I have an issue when debugging an OpenCl kernel, when I try to enter a function declared outside it and invoqued inside the kernel I have the following error:
First-chance exception at 0x763cc41f in OpenCL_EGS.exe: Microsoft C++ exception: OclSocketError at memory location 0x02dff9f0..
The thread 'Win32 Thread' (0x11b4) has exited with code -1 (0xffffffff).
In general this error is quite random, sometimes I am able to enter and execute some lines inside the function before the error appears. But what is more weird is that if I do not enter the function and just execute the line where it is invoqued it executes without problem and behaves correctly.
I really need to be able to use this ability inside the function and it is quite frustrating to have this error time by time...
Thanks for your help!


