<?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 Hi Surbhi , in OpenCL* for CPU</title>
    <link>https://community.intel.com/t5/OpenCL-for-CPU/Access-violation-when-calling-clReleaseCommandQueue/m-p/1002966#M2882</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;Surbhi ,&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;Adding&amp;nbsp;&lt;STRONG&gt;clFlush() &lt;/STRONG&gt;and&amp;nbsp;&lt;STRONG&gt;clFinish() &lt;/STRONG&gt;before calling&amp;nbsp;&lt;STRONG&gt;clReleaseCommandQueue() &lt;/STRONG&gt;solved this issue for me.&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;Hendrik&lt;/P&gt;</description>
    <pubDate>Fri, 15 Aug 2014 07:28:47 GMT</pubDate>
    <dc:creator>Hendrik_W_</dc:creator>
    <dc:date>2014-08-15T07:28:47Z</dc:date>
    <item>
      <title>Access violation when calling clReleaseCommandQueue</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/Access-violation-when-calling-clReleaseCommandQueue/m-p/1002964#M2880</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;I'm facing an Access violation issue when calling&amp;nbsp;&lt;/SPAN&gt;clReleaseCommandQueue&lt;/P&gt;

&lt;P&gt;First-chance exception at 0x77DA3E60 (ntdll.dll) in xxx.exe: 0xC0000005: Access violation writing location 0x00000014.&lt;BR /&gt;
	Unhandled exception at 0x77DA3E60 (ntdll.dll) in xxx.exe: 0xC0000005: Access violation writing location 0x00000014.&lt;/P&gt;

&lt;P&gt;if( m_cmd_queue )&amp;nbsp;&lt;BR /&gt;
	&amp;nbsp;{&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;clReleaseCommandQueue( m_cmd_queue );&amp;nbsp;&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;m_cmd_queue = NULL;&lt;BR /&gt;
	&amp;nbsp;}&lt;/P&gt;

&lt;P&gt;Currently I am using Intel OpenCL SDK 2014.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Below is the detail spec of my machine&lt;/P&gt;

&lt;P&gt;OS &amp;nbsp; : &amp;nbsp;Windows 8&lt;/P&gt;

&lt;P&gt;CPU : &amp;nbsp;Intel Core i7-4700HQ&lt;/P&gt;

&lt;P&gt;GPU : &amp;nbsp;Intel HD Graphics 4600 &amp;nbsp;--&amp;gt; Driver Version&amp;nbsp;10.18.10.3621&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Any solutions for this problem ?&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Regards,&lt;/P&gt;

&lt;P&gt;Hendrik&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jul 2014 08:47:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/Access-violation-when-calling-clReleaseCommandQueue/m-p/1002964#M2880</guid>
      <dc:creator>Hendrik_W_</dc:creator>
      <dc:date>2014-07-17T08:47:34Z</dc:date>
    </item>
    <item>
      <title>Hi Hendrik,</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/Access-violation-when-calling-clReleaseCommandQueue/m-p/1002965#M2881</link>
      <description>&lt;P&gt;Hi Hendrik,&lt;/P&gt;

&lt;P&gt;I tried reproducing this issue by using one of the existing samples - SimpleOptimization but didn't see any violation error.&lt;BR /&gt;
	Can you please try reproducing the issue with the existing samples or can you share your code with us?&lt;BR /&gt;
	Please let us know your findings.&lt;/P&gt;

&lt;P&gt;Thanks,&lt;BR /&gt;
	-Surbhi&lt;/P&gt;</description>
      <pubDate>Tue, 12 Aug 2014 01:13:50 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/Access-violation-when-calling-clReleaseCommandQueue/m-p/1002965#M2881</guid>
      <dc:creator>Surbhi_M_Intel</dc:creator>
      <dc:date>2014-08-12T01:13:50Z</dc:date>
    </item>
    <item>
      <title>Hi Surbhi ,</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/Access-violation-when-calling-clReleaseCommandQueue/m-p/1002966#M2882</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;Surbhi ,&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;Adding&amp;nbsp;&lt;STRONG&gt;clFlush() &lt;/STRONG&gt;and&amp;nbsp;&lt;STRONG&gt;clFinish() &lt;/STRONG&gt;before calling&amp;nbsp;&lt;STRONG&gt;clReleaseCommandQueue() &lt;/STRONG&gt;solved this issue for me.&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;Hendrik&lt;/P&gt;</description>
      <pubDate>Fri, 15 Aug 2014 07:28:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/Access-violation-when-calling-clReleaseCommandQueue/m-p/1002966#M2882</guid>
      <dc:creator>Hendrik_W_</dc:creator>
      <dc:date>2014-08-15T07:28:47Z</dc:date>
    </item>
    <item>
      <title>Hi Hendrik,</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/Access-violation-when-calling-clReleaseCommandQueue/m-p/1002967#M2883</link>
      <description>&lt;P&gt;Hi Hendrik,&lt;/P&gt;

&lt;P&gt;Great. Thank you for your question again!&lt;BR /&gt;
	&lt;BR /&gt;
	Thanks,&lt;BR /&gt;
	-Surbhi&lt;/P&gt;</description>
      <pubDate>Fri, 15 Aug 2014 16:41:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/Access-violation-when-calling-clReleaseCommandQueue/m-p/1002967#M2883</guid>
      <dc:creator>Surbhi_M_Intel</dc:creator>
      <dc:date>2014-08-15T16:41:33Z</dc:date>
    </item>
  </channel>
</rss>

