- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
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!
링크가 복사됨
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Thanks for the information!
We were able to reproduce the failure and find the root cause.
We hope to have the fix available on our next SDK release.
Thanks,
Uri
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Well, it is great to have contributed a bit with the developing process of the SDK...
