<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic How to debug a crash in OpenCL* for CPU</title>
    <link>https://community.intel.com/t5/OpenCL-for-CPU/How-to-debug-a-crash/m-p/790376#M601</link>
    <description>Thanks,&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I have try this... but without success !!&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Can we generate a PDB file to debug the kernel with Visual Studio ? or to debug the kernel with MinGW (GDB) ?&lt;/DIV&gt;</description>
    <pubDate>Fri, 04 Mar 2011 10:59:01 GMT</pubDate>
    <dc:creator>Polar01</dc:creator>
    <dc:date>2011-03-04T10:59:01Z</dc:date>
    <item>
      <title>How to debug a crash</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/How-to-debug-a-crash/m-p/790372#M597</link>
      <description>Hi,&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Often, when I run my application... the OpenCL kernel crash !&lt;/DIV&gt;&lt;DIV&gt;I have no idea where the problem is because I have a lot of OpenCL code in this kernel. So, I'm searching since 2 weeks... but I have "no idea" (really no idea) of the problem !&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;So, do you have ideas to help me to debug this ?&lt;/DIV&gt;</description>
      <pubDate>Thu, 03 Mar 2011 10:54:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/How-to-debug-a-crash/m-p/790372#M597</guid>
      <dc:creator>Polar01</dc:creator>
      <dc:date>2011-03-03T10:54:26Z</dc:date>
    </item>
    <item>
      <title>How to debug a crash</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/How-to-debug-a-crash/m-p/790373#M598</link>
      <description>Hello Polar01,&lt;BR /&gt;&lt;BR /&gt;One tool that could help you in debugging the crash is our SDK's preview support of printf() inside OpenCL kernels. Please see section 2.10 of the user's guide for more details. You'll need the latest release of the SDK for that.&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Mar 2011 13:05:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/How-to-debug-a-crash/m-p/790373#M598</guid>
      <dc:creator>Eli_Bendersky__Intel</dc:creator>
      <dc:date>2011-03-03T13:05:19Z</dc:date>
    </item>
    <item>
      <title>How to debug a crash</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/How-to-debug-a-crash/m-p/790374#M599</link>
      <description>Thanks Eli,&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I use printf, but unfortunately it doesn't help !!! I have review all my code several times... and find not coding error ! (For info, I work on Win7).&lt;/DIV&gt;</description>
      <pubDate>Thu, 03 Mar 2011 13:26:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/How-to-debug-a-crash/m-p/790374#M599</guid>
      <dc:creator>Polar01</dc:creator>
      <dc:date>2011-03-03T13:26:10Z</dc:date>
    </item>
    <item>
      <title>How to debug a crash</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/How-to-debug-a-crash/m-p/790375#M600</link>
      <description>&lt;SUP&gt;&lt;SPAN style="font-family: Times New Roman; font-size: small;"&gt;The only way to catch the issue would be binary search: start with commenting your kernel code completely, then uncomment half of it, if still fails, comment next half of the half etc.&lt;/SPAN&gt;&lt;/SUP&gt;</description>
      <pubDate>Thu, 03 Mar 2011 15:59:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/How-to-debug-a-crash/m-p/790375#M600</guid>
      <dc:creator>Maxim_S_Intel</dc:creator>
      <dc:date>2011-03-03T15:59:07Z</dc:date>
    </item>
    <item>
      <title>How to debug a crash</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/How-to-debug-a-crash/m-p/790376#M601</link>
      <description>Thanks,&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;I have try this... but without success !!&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Can we generate a PDB file to debug the kernel with Visual Studio ? or to debug the kernel with MinGW (GDB) ?&lt;/DIV&gt;</description>
      <pubDate>Fri, 04 Mar 2011 10:59:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/How-to-debug-a-crash/m-p/790376#M601</guid>
      <dc:creator>Polar01</dc:creator>
      <dc:date>2011-03-04T10:59:01Z</dc:date>
    </item>
    <item>
      <title>How to debug a crash</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/How-to-debug-a-crash/m-p/790377#M602</link>
      <description>Hi&lt;BR /&gt;Currently it is not possible to create PDB files for OpenCL kernel.&lt;BR /&gt;We are aware of the need for OpenCL debugger, but we still dont have such tool.&lt;BR /&gt;The only way to debug curently is to comment out lines in the kernel until the problemtaic line is found.&lt;BR /&gt;If you need further assist you can attach the kernel code and we will try to help.&lt;BR /&gt;Thanks, Shiri&lt;BR /&gt;</description>
      <pubDate>Sun, 01 May 2011 10:10:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/How-to-debug-a-crash/m-p/790377#M602</guid>
      <dc:creator>Shiri_M_Intel</dc:creator>
      <dc:date>2011-05-01T10:10:21Z</dc:date>
    </item>
  </channel>
</rss>

