<?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 Matthieu, in OpenCL* for CPU</title>
    <link>https://community.intel.com/t5/OpenCL-for-CPU/OpenCL-driver-INDE-issue-on-Win10/m-p/1008273#M2994</link>
    <description>&lt;P&gt;Hi Matthieu,&lt;/P&gt;

&lt;P&gt;Apparently, this is not the regression: this is part of the specification. See this discussion: &lt;A href="https://www.khronos.org/message_boards/showthread.php/9192-Const-memory-and-buffer-size-in-openCL"&gt;https://www.khronos.org/message_boards/showthread.php/9192-Const-memory-and-buffer-size-in-openCL&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 11 Sep 2015 15:16:27 GMT</pubDate>
    <dc:creator>Robert_I_Intel</dc:creator>
    <dc:date>2015-09-11T15:16:27Z</dc:date>
    <item>
      <title>OpenCL driver / INDE issue on Win10</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/OpenCL-driver-INDE-issue-on-Win10/m-p/1008264#M2985</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;I have a HP Z230 PC with an integrated Intel HD 4600 GPU.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;On this PC with Windows 7 64bit, my OpenCL program runs correctly. After upgrading to Windows 10 64bit, the call to clSetKernelArg fails and returns CL_INVALID_ARG_SIZE. No code changes on my side.&lt;/P&gt;

&lt;P&gt;On windows 10, the driver version is 10.18.15.4256. I tried to upgrade to the newest driver version (15.40.4.64.4256). The installation seems to succeed, but installs version 10.18.15.4256 again.&lt;/P&gt;

&lt;P&gt;I also installed INDE 2015 update 2. The installer complains that the OpenCL driver is missing or out of date, but gives the option to install INDE anyway, which I did. The command line OpenCL compiler, ioc64, is not working however. It just doesn't produce any output. Using the INDE OpenCL code builder, building the OpenCL kernel produces error message &lt;EM&gt;IOC engine exited with code -1073740791&lt;/EM&gt;.&lt;/P&gt;

&lt;P&gt;So the current status is:&lt;/P&gt;

&lt;UL&gt;
	&lt;LI&gt;OpenCL code that runs fine on Win7, does not run on the same hardware on Win10: clSetKernelArg returns CL_INVALID_ARG_SIZE.&lt;/LI&gt;
	&lt;LI&gt;Trying to install the newest OpenCL driver for the HD 4600 on Win10 just reinstalls the current driver&lt;/LI&gt;
	&lt;LI&gt;INDE 2015 update 2 does not compile an OpenCL kernel on Win10: it doesn't produce any output using the command line compiler. Using the INDE IDE it produces the error message above.&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;My suspicion is that there is something not right with the driver. Can anyone confirm that, or point me to another possible cause? Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Tue, 01 Sep 2015 08:19:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/OpenCL-driver-INDE-issue-on-Win10/m-p/1008264#M2985</guid>
      <dc:creator>Matthieu_H_</dc:creator>
      <dc:date>2015-09-01T08:19:31Z</dc:date>
    </item>
    <item>
      <title>Hi Matthieu,</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/OpenCL-driver-INDE-issue-on-Win10/m-p/1008265#M2986</link>
      <description>&lt;P&gt;Hi Matthieu,&lt;/P&gt;

&lt;P&gt;We've recently released an updated version of OpenCL Code Builder for INDE 2015 U2 (ver. 5.2)&amp;nbsp;which supposed to fix this issue.&lt;/P&gt;

&lt;P&gt;Can you please try to re-download and install INDE U2 and see if you're still getting this error message?&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;Uri&lt;/P&gt;</description>
      <pubDate>Tue, 01 Sep 2015 10:22:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/OpenCL-driver-INDE-issue-on-Win10/m-p/1008265#M2986</guid>
      <dc:creator>Uri_L_Intel</dc:creator>
      <dc:date>2015-09-01T10:22:35Z</dc:date>
    </item>
    <item>
      <title>Hi Uri,</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/OpenCL-driver-INDE-issue-on-Win10/m-p/1008266#M2987</link>
      <description>&lt;P&gt;Hi Uri,&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Thanks for your swift reply. I downloaded and installed version 5.2 of the OpenCL Code Builder on a fresh Windows10 Enterprise RTM system (HP Z230 with integrated Intel HD 4600). Again&amp;nbsp;the installer complains about the outdated OpenCL driver.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Using this I can now indeed compile the OpenCL kernel. That leaves the other two issues:&lt;/P&gt;

&lt;UL&gt;
	&lt;LI&gt;OpenCL code that runs fine on Win7, does not run on the same hardware on Win10: clSetKernelArg returns CL_INVALID_ARG_SIZE.&lt;/LI&gt;
	&lt;LI&gt;Trying to install the newest OpenCL driver for the HD 4600 on Win10 just reinstalls the current driver&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;Any ideas on those?&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Best regards,&lt;/P&gt;

&lt;P&gt;Matthieu&lt;/P&gt;</description>
      <pubDate>Wed, 02 Sep 2015 05:42:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/OpenCL-driver-INDE-issue-on-Win10/m-p/1008266#M2987</guid>
      <dc:creator>Matthieu_H_</dc:creator>
      <dc:date>2015-09-02T05:42:08Z</dc:date>
    </item>
    <item>
      <title>Hi Matthieu,</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/OpenCL-driver-INDE-issue-on-Win10/m-p/1008267#M2988</link>
      <description>&lt;P&gt;Hi Matthieu,&lt;/P&gt;

&lt;P&gt;1. Could you please create a small reproducer and attach it here or send me your code in a private message?&lt;/P&gt;

&lt;P&gt;2. You actually have the latest and greatest driver for Win10 installed: 10.18.15.4256 is the same as 15.40.4.64.4256 - pardon our confusing numbering scheme.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Sep 2015 17:20:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/OpenCL-driver-INDE-issue-on-Win10/m-p/1008267#M2988</guid>
      <dc:creator>Robert_I_Intel</dc:creator>
      <dc:date>2015-09-02T17:20:49Z</dc:date>
    </item>
    <item>
      <title>Hi Robert,</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/OpenCL-driver-INDE-issue-on-Win10/m-p/1008268#M2989</link>
      <description>&lt;P&gt;Hi Robert,&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Thanks for your answer. I'll create a small reproducer. In the meantime, find the sequence of openCL calls below. Maybe that already gives you some relevant information:&lt;/P&gt;

&lt;P&gt;clCreateContext()&lt;BR /&gt;
	clCreateCommandQueue()&lt;BR /&gt;
	clCreateProgramWithBinary()&lt;BR /&gt;
	clBuildProgram()&lt;BR /&gt;
	clCreateBuffer()&lt;BR /&gt;
	clEnqueueWriteBuffer()&lt;BR /&gt;
	clCreateKernel()&lt;BR /&gt;
	clSetKernelArg()&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Regards,&lt;BR /&gt;
	Matthieu&lt;BR /&gt;
	&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Sep 2015 11:01:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/OpenCL-driver-INDE-issue-on-Win10/m-p/1008268#M2989</guid>
      <dc:creator>Matthieu_H_</dc:creator>
      <dc:date>2015-09-03T11:01:33Z</dc:date>
    </item>
    <item>
      <title>Hi Robert,</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/OpenCL-driver-INDE-issue-on-Win10/m-p/1008269#M2990</link>
      <description>&lt;P&gt;Hi Robert,&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;The attached sample reproduces the CL_INVALID_ARG_SIZE on Win10, while on WIn7 returning without errors. See line 675 in openclSample.cpp.&lt;/P&gt;

&lt;P&gt;Looking forward to your analysis!&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Best regards,&lt;BR /&gt;
	Matthieu&lt;/P&gt;</description>
      <pubDate>Thu, 03 Sep 2015 14:05:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/OpenCL-driver-INDE-issue-on-Win10/m-p/1008269#M2990</guid>
      <dc:creator>Matthieu_H_</dc:creator>
      <dc:date>2015-09-03T14:05:44Z</dc:date>
    </item>
    <item>
      <title>Matthieu,</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/OpenCL-driver-INDE-issue-on-Win10/m-p/1008270#M2991</link>
      <description>&lt;P&gt;Matthieu,&lt;/P&gt;

&lt;P&gt;This is a bug: when I replace __constant with __global, things work again. This is a regression in the compiler. I will notify the driver team. Thanks for reporting!&lt;/P&gt;</description>
      <pubDate>Thu, 03 Sep 2015 17:27:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/OpenCL-driver-INDE-issue-on-Win10/m-p/1008270#M2991</guid>
      <dc:creator>Robert_I_Intel</dc:creator>
      <dc:date>2015-09-03T17:27:45Z</dc:date>
    </item>
    <item>
      <title>Matthieu,</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/OpenCL-driver-INDE-issue-on-Win10/m-p/1008271#M2992</link>
      <description>&lt;P&gt;Matthieu,&lt;/P&gt;

&lt;P&gt;Apparently, the limit on the size of the constant buffer is 64Kb. The issue goes away if your buffer that you feed to constant parameter is 64K or less. Just learned this one too :)&lt;/P&gt;</description>
      <pubDate>Thu, 03 Sep 2015 21:22:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/OpenCL-driver-INDE-issue-on-Win10/m-p/1008271#M2992</guid>
      <dc:creator>Robert_I_Intel</dc:creator>
      <dc:date>2015-09-03T21:22:49Z</dc:date>
    </item>
    <item>
      <title>Robert,</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/OpenCL-driver-INDE-issue-on-Win10/m-p/1008272#M2993</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Robert,&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;Thank you very much for your analysis. Can you say anything about the timeframe in which the regression will be solved?&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;Matthieu&lt;/P&gt;</description>
      <pubDate>Sun, 06 Sep 2015 10:54:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/OpenCL-driver-INDE-issue-on-Win10/m-p/1008272#M2993</guid>
      <dc:creator>Matthieu_H_</dc:creator>
      <dc:date>2015-09-06T10:54:35Z</dc:date>
    </item>
    <item>
      <title>Hi Matthieu,</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/OpenCL-driver-INDE-issue-on-Win10/m-p/1008273#M2994</link>
      <description>&lt;P&gt;Hi Matthieu,&lt;/P&gt;

&lt;P&gt;Apparently, this is not the regression: this is part of the specification. See this discussion: &lt;A href="https://www.khronos.org/message_boards/showthread.php/9192-Const-memory-and-buffer-size-in-openCL"&gt;https://www.khronos.org/message_boards/showthread.php/9192-Const-memory-and-buffer-size-in-openCL&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Sep 2015 15:16:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/OpenCL-driver-INDE-issue-on-Win10/m-p/1008273#M2994</guid>
      <dc:creator>Robert_I_Intel</dc:creator>
      <dc:date>2015-09-11T15:16:27Z</dc:date>
    </item>
    <item>
      <title>Hi Robert,</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/OpenCL-driver-INDE-issue-on-Win10/m-p/1008274#M2995</link>
      <description>&lt;P&gt;Hi Robert,&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Thank you very much for you analysis. The problem at our side is now solved.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Best regards,&lt;/P&gt;

&lt;P&gt;Matthieu&lt;/P&gt;</description>
      <pubDate>Wed, 16 Sep 2015 08:51:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/OpenCL-driver-INDE-issue-on-Win10/m-p/1008274#M2995</guid>
      <dc:creator>Matthieu_H_</dc:creator>
      <dc:date>2015-09-16T08:51:20Z</dc:date>
    </item>
  </channel>
</rss>

