<?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 Thanks for investigating. I in OpenCL* for CPU</title>
    <link>https://community.intel.com/t5/OpenCL-for-CPU/OpenCL-HD-Graphics-4000-compiler-crash-during-compilation/m-p/942485#M1807</link>
    <description>&lt;P&gt;Thanks for investigating. I'll look forward to the new driver.&lt;/P&gt;</description>
    <pubDate>Wed, 13 Feb 2013 20:45:59 GMT</pubDate>
    <dc:creator>Ian_J_1</dc:creator>
    <dc:date>2013-02-13T20:45:59Z</dc:date>
    <item>
      <title>OpenCL HD Graphics 4000 compiler crash during compilation</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/OpenCL-HD-Graphics-4000-compiler-crash-during-compilation/m-p/942480#M1802</link>
      <description>&lt;P&gt;Apologies in advance if this has been reported before:&lt;BR /&gt;The OpenCL HD Graphics 4000 compiler crashes when I attempt to build the following minimal kernel&lt;BR /&gt;&lt;BR /&gt;__kernel void pix(__write_only image2d_t im, const ulong data)&lt;BR /&gt;{&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; int2 coord = { 1, 2 };&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (data)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; write_imagef(im, coord, (float4)(0.0f,1.0f,0.0f,1.0f));&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; else&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; write_imagef(im, coord, (float4)(0.0f,0.0f,0.0f,1.0f));&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;The set-up is as follows:&lt;BR /&gt;&lt;BR /&gt;Windows 8 (64 bit), Intel graphics driver version 15.28.12.2932(9.17.10.2932), Intel SDK for OpenCLApplications 2013 Beta.&lt;BR /&gt;&lt;BR /&gt;The compiler crash occurs in both my application and when I try to compile using the offline compiler. The kernel builds and executes successfully for the CPU. Is this a known issue?&lt;/P&gt;</description>
      <pubDate>Tue, 12 Feb 2013 22:11:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/OpenCL-HD-Graphics-4000-compiler-crash-during-compilation/m-p/942480#M1802</guid>
      <dc:creator>Ian_J_1</dc:creator>
      <dc:date>2013-02-12T22:11:26Z</dc:date>
    </item>
    <item>
      <title>Hi Ian;</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/OpenCL-HD-Graphics-4000-compiler-crash-during-compilation/m-p/942481#M1803</link>
      <description>&lt;P&gt;Hi Ian;&lt;/P&gt;
&lt;P&gt;Can you please try query for the CL_PROGRAM_BUILD_LOG using clGetProgramBuildInfo API and see what message it returns for the failiing case?&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 13 Feb 2013 04:48:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/OpenCL-HD-Graphics-4000-compiler-crash-during-compilation/m-p/942481#M1803</guid>
      <dc:creator>Rami_J_Intel</dc:creator>
      <dc:date>2013-02-13T04:48:32Z</dc:date>
    </item>
    <item>
      <title>Rami,</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/OpenCL-HD-Graphics-4000-compiler-crash-during-compilation/m-p/942482#M1804</link>
      <description>&lt;P&gt;Rami,&lt;/P&gt;
&lt;P&gt;Thanks for replying. The compiler actually crashes during the compilation step, so it is not possible to make the clGetProgramBuildInfo API call. When I try to build the kernel using the offline kernel builder it compiles correctly when I select Intel CPU as the target, but the compiler crashes when I select Intel HD Graphics as the target. When the compiler crashes I get the following information from Windows:&lt;/P&gt;
&lt;P&gt;Problem Event Name:&amp;nbsp;&amp;nbsp; &amp;nbsp;APPCRASH&lt;BR /&gt;Application Name:&amp;nbsp;&amp;nbsp; &amp;nbsp;ioc64.exe&lt;BR /&gt;Application Version:&amp;nbsp;&amp;nbsp; &amp;nbsp;3.0.0.43087&lt;BR /&gt;Application Timestamp:&amp;nbsp;&amp;nbsp; &amp;nbsp;5018e60a&lt;BR /&gt;Fault Module Name:&amp;nbsp;&amp;nbsp; &amp;nbsp;igdfcl64.dll&lt;BR /&gt;Fault Module Version:&amp;nbsp;&amp;nbsp; &amp;nbsp;8.1.0.2932&lt;BR /&gt;Fault Module Timestamp:&amp;nbsp;&amp;nbsp; &amp;nbsp;50c924e2&lt;BR /&gt;Exception Code:&amp;nbsp;&amp;nbsp; &amp;nbsp;c0000005&lt;BR /&gt;Exception Offset:&amp;nbsp;&amp;nbsp; &amp;nbsp;000000000083a94a&lt;BR /&gt;OS Version:&amp;nbsp;&amp;nbsp; &amp;nbsp;6.2.9200.2.0.0.768.101&lt;BR /&gt;Locale ID:&amp;nbsp;&amp;nbsp; &amp;nbsp;2057&lt;/P&gt;
&lt;P&gt;If I comment out the the "else" then the compilation succeeds (but obviously the logic of the kernel changes).&lt;/P&gt;
&lt;P&gt;Would it be possible for you to cut and paste the kernel I've given in the opening post and try to compile in the offline Kernel Builder, to see if you can reproduce the crash?&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Ian&lt;/P&gt;</description>
      <pubDate>Wed, 13 Feb 2013 07:45:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/OpenCL-HD-Graphics-4000-compiler-crash-during-compilation/m-p/942482#M1804</guid>
      <dc:creator>Ian_J_1</dc:creator>
      <dc:date>2013-02-13T07:45:02Z</dc:date>
    </item>
    <item>
      <title>I tried your kernel and</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/OpenCL-HD-Graphics-4000-compiler-crash-during-compilation/m-p/942483#M1805</link>
      <description>&lt;P&gt;I tried your kernel and indeed the compiler crashes during clBuildProgram() call, so querrying the build log is not possible. I will try a later driver to see if the issue is fixed. I'll keep you posted.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Raghu&lt;/P&gt;</description>
      <pubDate>Wed, 13 Feb 2013 18:04:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/OpenCL-HD-Graphics-4000-compiler-crash-during-compilation/m-p/942483#M1805</guid>
      <dc:creator>Raghupathi_M_Intel</dc:creator>
      <dc:date>2013-02-13T18:04:27Z</dc:date>
    </item>
    <item>
      <title>We tested this against an</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/OpenCL-HD-Graphics-4000-compiler-crash-during-compilation/m-p/942484#M1806</link>
      <description>&lt;P&gt;We tested this against an internal driver slated for a future release and the issue is resolved. We don't have a date for you as to when it will be released, but it should be out shortly.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Feb 2013 19:32:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/OpenCL-HD-Graphics-4000-compiler-crash-during-compilation/m-p/942484#M1806</guid>
      <dc:creator>Chuck_De_Sylva</dc:creator>
      <dc:date>2013-02-13T19:32:24Z</dc:date>
    </item>
    <item>
      <title>Thanks for investigating. I</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/OpenCL-HD-Graphics-4000-compiler-crash-during-compilation/m-p/942485#M1807</link>
      <description>&lt;P&gt;Thanks for investigating. I'll look forward to the new driver.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Feb 2013 20:45:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/OpenCL-HD-Graphics-4000-compiler-crash-during-compilation/m-p/942485#M1807</guid>
      <dc:creator>Ian_J_1</dc:creator>
      <dc:date>2013-02-13T20:45:59Z</dc:date>
    </item>
    <item>
      <title>I have seen crashes in the</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/OpenCL-HD-Graphics-4000-compiler-crash-during-compilation/m-p/942486#M1808</link>
      <description>&lt;P&gt;I have seen crashes in the compiler too and while I don't have the issue right now it would be good if the compiler was able to catch the exception itself and avoid crashing so we can try to get some error somehow.&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;
&lt;P&gt;Laurent.&lt;/P&gt;</description>
      <pubDate>Sun, 24 Feb 2013 23:57:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/OpenCL-HD-Graphics-4000-compiler-crash-during-compilation/m-p/942486#M1808</guid>
      <dc:creator>LLess</dc:creator>
      <dc:date>2013-02-24T23:57:18Z</dc:date>
    </item>
    <item>
      <title>I can confirm that the issue</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/OpenCL-HD-Graphics-4000-compiler-crash-during-compilation/m-p/942487#M1809</link>
      <description>&lt;P&gt;I can confirm that the issue is resolved with the release SDK for OpenCL Applications 2013 and driver 15.31.3.3071 (9.18.10.3071).&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Ian&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Apr 2013 20:24:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/OpenCL-HD-Graphics-4000-compiler-crash-during-compilation/m-p/942487#M1809</guid>
      <dc:creator>Ian_J_1</dc:creator>
      <dc:date>2013-04-03T20:24:06Z</dc:date>
    </item>
  </channel>
</rss>

