Hi,
I have a kernel that crash in some situations, what I got is a "dissassembly" from Visual Studio 2008. Something like this :
77A204F8 jmp 779E8747
77A204FD and dword ptr [ebp-31Ch],0
77A20504 lea eax,[ebp-32Ch]
77A2050A push eax
77A2050B mov dword ptr [ebp-32Ch],0C0000029h
77A20515 mov dword ptr [ebp-328h],edi
77A2051B mov dword ptr [ebp-324h],esi
77A20521 call 779E8B68
77A20526 jmp 779E8ACF
77A2052B dec eax
77A2052C dec eax
77A2052D je 77A2055D
77A2052F and dword ptr [ebp-31Ch],0
77A20536 lea eax,[ebp-32Ch]
77A2053C push eax
77A2053D mov dword ptr [ebp-32Ch],0C0000026h
The problem is that I have no tool to find which intruction in my OpenCL kernel is related to this code ?
Does the Intel Offline compiler can help ?
Thanks