<?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 Unfortunately, the Xeon Phi in OpenCL* for CPU</title>
    <link>https://community.intel.com/t5/OpenCL-for-CPU/Invalid-writes-prevent-valid-writes/m-p/1158461#M6255</link>
    <description>&lt;P&gt;Unfortunately, the Xeon Phi drivers are deprecated. &amp;nbsp;They are no longer maintained or supported by Intel. &amp;nbsp;There are no more releases, and no bug fixes. &amp;nbsp;&lt;/P&gt;

&lt;P&gt;However, thank you for reporting this issue. &amp;nbsp;This could help others on this forum.&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 13.008px;"&gt;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 01 Aug 2017 03:28:53 GMT</pubDate>
    <dc:creator>Jeffrey_M_Intel1</dc:creator>
    <dc:date>2017-08-01T03:28:53Z</dc:date>
    <item>
      <title>Invalid writes prevent valid writes</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/Invalid-writes-prevent-valid-writes/m-p/1158460#M6254</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;On the Xeon Phi, the invalid write to a[-1] prevents both the prior and subsequent writes to a[0] from occurring:&lt;/P&gt;

&lt;PRE class="brush:cpp;"&gt;__kernel void A(__global int* a) {
  a[0] = 1;
  a[-1] = 2;
  a[0] = 3;
}&lt;/PRE&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;Though the programs is technically invalid, I found this inconsistency interesting, since in all other OpenCL drivers I have tested (including 4 other Intel drivers), the write to a[-1] will not affect the final result of a[0] = 3. On the Xeon Phi, neither a[0] = 1 or a[0] = 3 are executed. Full test case is:&amp;nbsp;&lt;/SPAN&gt;&lt;A href="http://paste.ubuntu.com/25216421/" target="_blank"&gt;http://paste.ubuntu.com/25216421/&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;The device is a "Intel(R) Many Integrated Core Acceleration Card", the&amp;nbsp;host OS is Ubuntu 16.04, and the&amp;nbsp;driver version is:&lt;/P&gt;

&lt;PRE class="brush:bash;"&gt;$ cat /etc/OpenCL/vendors/intel64.icd
/opt/intel/opencl-1.2-4.4.0.117/lib64/libintelocl.so&lt;/PRE&gt;

&lt;P&gt;Cheers,&lt;BR /&gt;
	Chris&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jul 2017 23:09:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/Invalid-writes-prevent-valid-writes/m-p/1158460#M6254</guid>
      <dc:creator>Chris_C_1</dc:creator>
      <dc:date>2017-07-31T23:09:54Z</dc:date>
    </item>
    <item>
      <title>Unfortunately, the Xeon Phi</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/Invalid-writes-prevent-valid-writes/m-p/1158461#M6255</link>
      <description>&lt;P&gt;Unfortunately, the Xeon Phi drivers are deprecated. &amp;nbsp;They are no longer maintained or supported by Intel. &amp;nbsp;There are no more releases, and no bug fixes. &amp;nbsp;&lt;/P&gt;

&lt;P&gt;However, thank you for reporting this issue. &amp;nbsp;This could help others on this forum.&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 13.008px;"&gt;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Aug 2017 03:28:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/Invalid-writes-prevent-valid-writes/m-p/1158461#M6255</guid>
      <dc:creator>Jeffrey_M_Intel1</dc:creator>
      <dc:date>2017-08-01T03:28:53Z</dc:date>
    </item>
  </channel>
</rss>

