<?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 PetyaV, in OpenCL* for CPU</title>
    <link>https://community.intel.com/t5/OpenCL-for-CPU/No-OpenCL-driver/m-p/1157445#M6221</link>
    <description>&lt;P&gt;Hi PetyaV,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the post and the interest.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Can you share the name of the Intel System Studio (ISS)+OCL Tools&amp;nbsp;installer executable you're using?&lt;/LI&gt;&lt;LI&gt;Which Intel graphics driver is in place on the system? This version number can be obtained from the Device Manager, clicking on the display adapters and right click properties on the graphics device. The drivers tab should have a version string.&lt;/LI&gt;&lt;LI&gt;For an opencl platform interrogator tool, many users try clinfo available off github precompiled for windows... we can use it to see if the ocl runtimes are setup as intended:&lt;UL&gt;&lt;LI&gt;&lt;A href="https://github.com/Oblomov/clinfo"&gt;https://github.com/Oblomov/clinfo&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;To build an x86[-64] host side application with the OpenCL API, strictly speaking an OpenCL implementation is not needed... only the link library for OpenCL and headers.&lt;/LI&gt;&lt;LI&gt;To build a device side application, our&amp;nbsp;subsystem requires either the Intel CPU Runtime for OpenCL Applications or Intel Graphics Compute Runtime for OpenCL Applications... A successful install of SDK tools&amp;nbsp;would have hopefully led you to the document &lt;A href="https://software.intel.com/en-us/articles/sdk-for-opencl-gsg"&gt;here&lt;/A&gt; which may answer some questions.&lt;/LI&gt;&lt;LI&gt;Both of the aforementioned runtimes come with Windows 10 for eligible Intel platforms with Intel Processor Graphics by default.&lt;/LI&gt;&lt;LI&gt;Graphics driver updates are available from the system vendor... they typically repackage the Intel driver... and may only support their packages... check the OEM website.&lt;/LI&gt;&lt;LI&gt;If you're on an Intel NUC style machine or a custom machine... try &lt;A href="https://downloadcenter.intel.com"&gt;downloadcenter.intel.com&lt;/A&gt; for updated packages... Keep in mind DCH designated drivers are incompatible with 2019 Update 3 developer tools. This was fixed in 2019 Update 4 developer tools. All users are encouraged to move to Update 4 as as soon as possible.&lt;/LI&gt;&lt;LI&gt;Yes, an OpenCL runtime is needed to execute an OpenCL kernel.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Looking forward to provide guidance,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-MichaelC&lt;/P&gt;</description>
    <pubDate>Sat, 01 Jun 2019 00:44:17 GMT</pubDate>
    <dc:creator>Michael_C_Intel1</dc:creator>
    <dc:date>2019-06-01T00:44:17Z</dc:date>
    <item>
      <title>No OpenCL driver</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/No-OpenCL-driver/m-p/1157444#M6220</link>
      <description>&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;Machine details:&lt;BR /&gt;Windows 10 Pro 64 bit&lt;BR /&gt;Intel Core i5 8600 Coffee Lake&lt;BR /&gt;Intel UHD Graphics 630&lt;BR /&gt;Motherboard Asus TUF B360M-Plus Gaming&lt;/P&gt;&lt;P&gt;Symptoms:&lt;BR /&gt;When I install Intel System Studio 2019 Update 3 Ultimate Edition for Windows, I get message "OpenCL driver is missing or out of date" during installation process. After installation I open Microsoft Visual Studio 2015 and I can't see any information about my OpenCL devices. Please, see the attached pictures.&lt;/P&gt;&lt;P&gt;What I've tried:&lt;BR /&gt;I tried to install graphics drivers of different versions from Intel's and Asus' sites. I also tried to install Intel CPU Runtime for OpenCL Applications 18.1 for Windows OS (64bit or 32bit). Nothing helped.&lt;/P&gt;&lt;P&gt;My questions:&lt;BR /&gt;Where can I get OpenCL driver? And do I need this driver to write and run OpenCL programms on my computer?&lt;/P&gt;&lt;P&gt;Please, help.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Dima&lt;/P&gt;</description>
      <pubDate>Fri, 31 May 2019 11:47:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/No-OpenCL-driver/m-p/1157444#M6220</guid>
      <dc:creator>Vasechkin__Petya</dc:creator>
      <dc:date>2019-05-31T11:47:23Z</dc:date>
    </item>
    <item>
      <title>Hi PetyaV,</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/No-OpenCL-driver/m-p/1157445#M6221</link>
      <description>&lt;P&gt;Hi PetyaV,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the post and the interest.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Can you share the name of the Intel System Studio (ISS)+OCL Tools&amp;nbsp;installer executable you're using?&lt;/LI&gt;&lt;LI&gt;Which Intel graphics driver is in place on the system? This version number can be obtained from the Device Manager, clicking on the display adapters and right click properties on the graphics device. The drivers tab should have a version string.&lt;/LI&gt;&lt;LI&gt;For an opencl platform interrogator tool, many users try clinfo available off github precompiled for windows... we can use it to see if the ocl runtimes are setup as intended:&lt;UL&gt;&lt;LI&gt;&lt;A href="https://github.com/Oblomov/clinfo"&gt;https://github.com/Oblomov/clinfo&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;To build an x86[-64] host side application with the OpenCL API, strictly speaking an OpenCL implementation is not needed... only the link library for OpenCL and headers.&lt;/LI&gt;&lt;LI&gt;To build a device side application, our&amp;nbsp;subsystem requires either the Intel CPU Runtime for OpenCL Applications or Intel Graphics Compute Runtime for OpenCL Applications... A successful install of SDK tools&amp;nbsp;would have hopefully led you to the document &lt;A href="https://software.intel.com/en-us/articles/sdk-for-opencl-gsg"&gt;here&lt;/A&gt; which may answer some questions.&lt;/LI&gt;&lt;LI&gt;Both of the aforementioned runtimes come with Windows 10 for eligible Intel platforms with Intel Processor Graphics by default.&lt;/LI&gt;&lt;LI&gt;Graphics driver updates are available from the system vendor... they typically repackage the Intel driver... and may only support their packages... check the OEM website.&lt;/LI&gt;&lt;LI&gt;If you're on an Intel NUC style machine or a custom machine... try &lt;A href="https://downloadcenter.intel.com"&gt;downloadcenter.intel.com&lt;/A&gt; for updated packages... Keep in mind DCH designated drivers are incompatible with 2019 Update 3 developer tools. This was fixed in 2019 Update 4 developer tools. All users are encouraged to move to Update 4 as as soon as possible.&lt;/LI&gt;&lt;LI&gt;Yes, an OpenCL runtime is needed to execute an OpenCL kernel.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Looking forward to provide guidance,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-MichaelC&lt;/P&gt;</description>
      <pubDate>Sat, 01 Jun 2019 00:44:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/No-OpenCL-driver/m-p/1157445#M6221</guid>
      <dc:creator>Michael_C_Intel1</dc:creator>
      <dc:date>2019-06-01T00:44:17Z</dc:date>
    </item>
    <item>
      <title>Hello.</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/No-OpenCL-driver/m-p/1157446#M6222</link>
      <description>&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;Thank you for the answer.&lt;/P&gt;&lt;P&gt;Information about software I installed on my computer:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Intel System Studio 2019 Update 3. I installed it from standalone full package which I have downloaded from this &lt;A href="https://dynamicinstaller.intel.com/system-studio"&gt;link&lt;/A&gt;. Installer's executable filename is:&amp;nbsp;system_studio_2019.3.063_ultimate_edition_windows_target.exe. I provided screenshot from Microsoft Visual Studio plugin (OpenClCodeBuilderVersion.jpg). Maybe it will useful fro you. Note: when I was installing it, I&amp;nbsp;chose only OpenCl Tools. See screenshot&amp;nbsp;OpenClInstalledSet.jpg.&lt;/LI&gt;&lt;LI&gt;Intel Graphics Driver. I downloaded it from Intel Download Center. The filename is:&amp;nbsp;igfx_win10_100.6890.exe&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I did not install anything else.&lt;/P&gt;&lt;P&gt;Information about driver:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;version:&amp;nbsp;26.20.100.6890&lt;/LI&gt;&lt;LI&gt;date of development:&amp;nbsp;17th&amp;nbsp;May 2019&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Could you, please, explain, what's the difference between "host" and "non-host" platform?&lt;/P&gt;&lt;P&gt;Yes, I red &lt;A href="https://software.intel.com/en-us/articles/sdk-for-opencl-2019-gsg"&gt;this&lt;/A&gt;&amp;nbsp;article. As I understood, in order to develop and run (!) OpenCL applications on my computer, I&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;need to choose, on which hardware I will run OpenCL kernels: GPU (Intel UHD 630 in my case) or CPU (hexa-core Intel i5 8600). I've choosen GPU, so I&amp;nbsp;paid attention to Intel Graphics driver, not to&amp;nbsp;Intel CPU Runtime... .&lt;/LI&gt;&lt;LI&gt;need to install GPU OpenCl driver which is part of Intel Graphics Driver.&lt;/LI&gt;&lt;LI&gt;need to install &amp;nbsp;Intel&amp;nbsp;SDK for OpenCL&amp;nbsp;Apps which is part of intel System Studio.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I went through theese steps. Where have I mistaken?&lt;/P&gt;&lt;P&gt;I tried to install "VGA driver" from Asus' website, but it did not help. Symptoms described in my first message did not disappear.&lt;/P&gt;&lt;P&gt;What do "Intel NUC style machine" and "DCH designated drivers" mean?&lt;/P&gt;&lt;P&gt;Update 4 developer tools? Where can I download it? I downloaded Intel System Studio from Intel's&amp;nbsp;&lt;A href="https://dynamicinstaller.intel.com/system-studio/"&gt;link&lt;/A&gt;&amp;nbsp;several days ago, but I got Update 3, not 4.&lt;/P&gt;&lt;P&gt;One more question, please help. What does ioc64 compiler do? I looked at HelloWorld exapmle in Microsoft Visual Studio&amp;nbsp;and I have&amp;nbsp;noticed that kernel file (Template.cl) is processed by this recipe:&amp;nbsp;&lt;/P&gt;
&lt;PRE class="brush:bash; class-name:dark;"&gt;ioc64.exe -cmd=build -input=Template.cl -output="x64\Debug\Template.out" -VS -device=GPU  -targetos=current -bo="           "&lt;/PRE&gt;

&lt;P&gt;But! I haven't find any binary files produced by compiler! Template.out is just log file. So it looks like ioc compiler&amp;nbsp;produces only log files. So what is its purpose?&lt;/P&gt;
&lt;P&gt;Please, help.&lt;/P&gt;</description>
      <pubDate>Sat, 01 Jun 2019 11:13:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/No-OpenCL-driver/m-p/1157446#M6222</guid>
      <dc:creator>Vasechkin__Petya</dc:creator>
      <dc:date>2019-06-01T11:13:18Z</dc:date>
    </item>
    <item>
      <title>Hello again. I run clinfo</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/No-OpenCL-driver/m-p/1157447#M6223</link>
      <description>&lt;P&gt;Hello again.&amp;nbsp;I run clinfo program and it saw two OpenCL platforms on my machine: CPU and GPU. This&amp;nbsp; program showed lots of information about the platforms... I also built and run HelloWorld example which is mounted into Micrtosoft Visual Stuido plugin (Intel Code Builder) and (!) it saw two platforms programmatically... Looks like everything is OK and I can start programming on GPU?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 01 Jun 2019 11:33:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/No-OpenCL-driver/m-p/1157447#M6223</guid>
      <dc:creator>Vasechkin__Petya</dc:creator>
      <dc:date>2019-06-01T11:33:41Z</dc:date>
    </item>
    <item>
      <title>Hi PetyaV,</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/No-OpenCL-driver/m-p/1157448#M6224</link>
      <description>&lt;P&gt;Hi PetyaV,&lt;/P&gt;&lt;P&gt;Thanks for the detailed feedback.&lt;/P&gt;&lt;P&gt;The clinfo feedback suggests the runtimes are in place to execute OpenCL applications.&lt;/P&gt;&lt;P&gt;My reference to Intel NUC was too vague... What is really meant is a first party Intel product... and not an OEM system. Detail:&lt;/P&gt;&lt;P&gt;DCH drivers are a new driver type for the Windows* 10 operating system. Intel started providing DCH drivers around the turn of the year. Typically, users go to a system vendor for the graphics driver. Vendors tend to trail Intel graphics driver releases. They also may have their own versioning schemes. Vendor graphics drivers should be preferred in deference to vendor support agreements related to driver usage. A vendors versioning scheme may make it difficult to determine if it's a DCH driver in particular or not.&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.intel.com/content/www/us/en/support/articles/000031572/programs/intel-corporation.html"&gt;Announcement&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.intel.com/content/www/us/en/support/articles/000031275/graphics-drivers.html"&gt;Faq&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Intel System Studio 2019 Update 3: OpenCL Tools is incompatible with the DCH drivers per release notes.&lt;/P&gt;&lt;P&gt;Intel System Studio 2019 Update 4: OpenCL Tools is debuting now. It is compatible with the DCH drivers.&lt;/P&gt;&lt;P&gt;See the &lt;A href="https://software.intel.com/en-us/opencl-sdk/choose-download"&gt;OpenCL Developer Portal&lt;/A&gt; or the &lt;A href="https://software.intel.com/en-us/system-studio/choose-download"&gt;Intel System Studio&lt;/A&gt; portal to acquire the new version.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You may also benefit from viewing the &lt;A href="https://techdecoded.intel.io/quickhits/a-how-to-overview-tap-into-the-power-of-opencl-development-for-windows/"&gt;video on getting started in Windows* OS&lt;/A&gt; here.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-MichaelC&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jun 2019 23:09:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/No-OpenCL-driver/m-p/1157448#M6224</guid>
      <dc:creator>Michael_C_Intel1</dc:creator>
      <dc:date>2019-06-03T23:09:00Z</dc:date>
    </item>
    <item>
      <title>Thank you!</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/No-OpenCL-driver/m-p/1157449#M6225</link>
      <description>&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jun 2019 13:15:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/No-OpenCL-driver/m-p/1157449#M6225</guid>
      <dc:creator>Vasechkin__Petya</dc:creator>
      <dc:date>2019-06-05T13:15:36Z</dc:date>
    </item>
    <item>
      <title>Hi....</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/No-OpenCL-driver/m-p/1157450#M6226</link>
      <description>&lt;P&gt;Hi....&lt;/P&gt;&lt;P&gt;My PC details is as follows:&lt;BR /&gt;Windows 10 Enterprise 64 bit&lt;BR /&gt;Intel(R) Core(TM) i5-6300U&amp;nbsp;CPU @ 2.40GHz (4 CPUs), ~2GHz&lt;BR /&gt;Intel(R) HD Graphics 520 [version:&amp;nbsp;26.20.100.7372; Date of development:&amp;nbsp;25th&amp;nbsp;October 2019]&lt;/P&gt;&lt;P&gt;This is the latest one available for&amp;nbsp;Intel® Graphics - Windows® 10 DCH Drivers.&lt;/P&gt;&lt;P&gt;But I am facing issue:&amp;nbsp;&lt;STRONG&gt;When I install Intel System Studio 2019 Update 5 for Windows, I get message "OpenCL driver is missing or out of date" during installation process&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;Please help me at the earliest.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Nov 2019 11:00:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/No-OpenCL-driver/m-p/1157450#M6226</guid>
      <dc:creator>Pritam_B_Intel</dc:creator>
      <dc:date>2019-11-11T11:00:12Z</dc:date>
    </item>
  </channel>
</rss>

