<?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 Peter, in OpenCL* for CPU</title>
    <link>https://community.intel.com/t5/OpenCL-for-CPU/KernelBuilderAPI-dll/m-p/1084662#M4717</link>
    <description>&lt;P&gt;Hi Peter,&lt;BR /&gt;
	You're right, the missing dlls that dependencywalker specified are not the issue.&amp;nbsp;&lt;BR /&gt;
	I notice that the error is not about missing dll but a missing procedure ("The specified &lt;STRONG&gt;procedure &lt;/STRONG&gt;could not be found"). Sorry for the confusion.&lt;BR /&gt;
	My guess is that the OpenCL.dll that you have is 1.2 version when it should be 2.0.&lt;BR /&gt;
	Please do the following to check the version (see the attached picture):&lt;BR /&gt;
	1.&amp;nbsp;&amp;nbsp; &amp;nbsp;Go to C:\Windows\SysWOW64&lt;BR /&gt;
	2.&amp;nbsp;&amp;nbsp; &amp;nbsp;Right click on OpenCl.dll -&amp;gt; Properties -&amp;gt; Details and see the file version&lt;BR /&gt;
	3.&amp;nbsp;&amp;nbsp; &amp;nbsp;If it is not 2.0 please copy it manually from: C:\Program Files (x86)\Intel\OpenCL SDK\bin\icd\x86\OpenCL.dll&lt;BR /&gt;
	(It should be done by the SDK installer) &amp;nbsp;&lt;BR /&gt;
	Thanks, Yuval&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 08 Jun 2016 09:00:01 GMT</pubDate>
    <dc:creator>Yuval_E_Intel</dc:creator>
    <dc:date>2016-06-08T09:00:01Z</dc:date>
    <item>
      <title>KernelBuilderAPI.dll</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/KernelBuilderAPI-dll/m-p/1084656#M4711</link>
      <description>&lt;P&gt;Dears,&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;I am running Visual Studio Community 2015 on WIndows 7, 64bit.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;===================================[ System / CPU ]&lt;BR /&gt;
	- CPU Name: Intel(R) Core(TM) i5-4300M CPU @ 2.60GHz&lt;BR /&gt;
	- CPU Core Speed: 2594 MHz&lt;BR /&gt;
	- CPU logical cores: 4&lt;BR /&gt;
	- Family: 6 - Model: 12 - Stepping: 3&lt;BR /&gt;
	- Physical Memory Size: 8192 MB&lt;BR /&gt;
	- Operating System: Windows 7 64-bit build 7601 [Service Pack 1]&lt;BR /&gt;
	- PhysX Version: drivers not installed&lt;/P&gt;

&lt;P&gt;===================================[ OpenCL Capabilities ]&lt;BR /&gt;
	- Num OpenCL platforms: 2&lt;BR /&gt;
	- CL_PLATFORM_NAME: Intel(R) OpenCL&lt;BR /&gt;
	- CL_PLATFORM_VENDOR: Intel(R) Corporation&lt;BR /&gt;
	- CL_PLATFORM_VERSION: OpenCL 1.2&amp;nbsp;&lt;BR /&gt;
	- CL_PLATFORM_PROFILE: FULL_PROFILE&lt;BR /&gt;
	- Num devices: 2&lt;/P&gt;

&lt;P&gt;===================================[ OpenGL GPU Capabilities ]&lt;BR /&gt;
	- OpenGL vendor: Intel&lt;BR /&gt;
	- OpenGL renderer: Intel(R) HD Graphics 4600&lt;BR /&gt;
	- OpenGL Version: 4.2.0 - Build 10.18.10.3574&lt;BR /&gt;
	- GLSL (OpenGL Shading Language) Version: 4.20 - Build 10.18.10.3574&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;starting a OpenCL project I got&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;A href="c:\tmp\Code Builder initialization.bmp"&gt;&lt;IMG alt="" src="https://community.intel.com/error" /&gt;&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Code Builder initialization failed:&lt;/P&gt;

&lt;P&gt;Unable to load DLL 'KernelBuilderAPI.dll': The specified procedure could not be found. (Exception from HRESULT: 0x8007007F)&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Please help to fix it.&lt;/P&gt;

&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jun 2016 12:12:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/KernelBuilderAPI-dll/m-p/1084656#M4711</guid>
      <dc:creator>peter_b_8</dc:creator>
      <dc:date>2016-06-03T12:12:57Z</dc:date>
    </item>
    <item>
      <title>Peter, I am afraid you have a</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/KernelBuilderAPI-dll/m-p/1084657#M4712</link>
      <description>&lt;P&gt;Peter, I am afraid you have a very outdated graphics driver (see the other post on how to get a newer version). Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jun 2016 01:32:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/KernelBuilderAPI-dll/m-p/1084657#M4712</guid>
      <dc:creator>Robert_I_Intel</dc:creator>
      <dc:date>2016-06-07T01:32:07Z</dc:date>
    </item>
    <item>
      <title>I also have the same issue</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/KernelBuilderAPI-dll/m-p/1084658#M4713</link>
      <description>&lt;P&gt;I also have the same issue and I don't have a very outdated graphics driver (Intel HD Graphics 4000). Please fix this issue.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jun 2016 12:29:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/KernelBuilderAPI-dll/m-p/1084658#M4713</guid>
      <dc:creator>Bilgesu_C_</dc:creator>
      <dc:date>2016-06-07T12:29:44Z</dc:date>
    </item>
    <item>
      <title>Hi all,</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/KernelBuilderAPI-dll/m-p/1084659#M4714</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Hi all,&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;From the error message it seems that from some reason there is a missing dll in your platform.&lt;BR /&gt;
	The missing dll is NOT KernelBuilderAPI.dll but another dll which is required for loading the KernelBuilderAPI.dll&amp;nbsp;&lt;BR /&gt;
	You can try one of the following to find out which dll is missing:&lt;BR /&gt;
	1. &amp;nbsp;Run …\OpenCL SDK\bin\x86|x64\KernelBuilder32.exe from command line&lt;BR /&gt;
	2. &amp;nbsp;If it still doesn’t give you the name of the missing dll run …\OpenCL SDK\bin\x86|x64\GPUhelper.exe from command line&lt;BR /&gt;
	3. If it still doesn’t give you the name of the missing dll try to install this tool: &lt;A href="http://www.dependencywalker.com/" target="_blank"&gt;http://www.dependencywalker.com/&lt;/A&gt;. &amp;nbsp;And run&amp;nbsp;&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;depends "...\OpenCL SDK\bin\x86|x64\KernelBuilderAPI.dll"&amp;nbsp;&lt;BR /&gt;
	&amp;nbsp;When you have the name of the missing dll please post it in the forum so we can help fixing the issue.&lt;BR /&gt;
	Thanks, Yuval&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jun 2016 13:56:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/KernelBuilderAPI-dll/m-p/1084659#M4714</guid>
      <dc:creator>Yuval_E_Intel</dc:creator>
      <dc:date>2016-06-07T13:56:41Z</dc:date>
    </item>
    <item>
      <title>Hi Yuval,</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/KernelBuilderAPI-dll/m-p/1084660#M4715</link>
      <description>&lt;P&gt;Hi Yuval,&lt;/P&gt;

&lt;P&gt;option 1) &amp;amp; 2) don't work for me.&lt;/P&gt;

&lt;P&gt;I did 3)&amp;nbsp;&lt;SPAN style="font-size: 13.008px; line-height: 19.512px;"&gt;dependencywalker:&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;In the case of&amp;nbsp;KernelBuilderAPI.dll (x64) those dll's missing:&amp;nbsp;&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
	&lt;P&gt;API-MS-WIN-CORE-WINRT-ERROR-L1-1-0.DLL&lt;/P&gt;

	&lt;P&gt;API-MS-WIN-CORE-WINRT-L1-1-0.DLL&lt;/P&gt;

	&lt;P&gt;API-MS-WIN-CORE-WINRT-ROBUFFER-L1-1-0.DLL&lt;/P&gt;

	&lt;P&gt;API-MS-WIN-CORE-WINRT-STRING-L1-1-0.DLL&lt;/P&gt;

	&lt;P&gt;DCOMP.DLL&lt;/P&gt;

	&lt;P&gt;IESHIMS.DLL&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;&lt;SPAN style="font-size: 13.008px; line-height: 19.512px;"&gt;In the case x86 dll's missing:&lt;/SPAN&gt;&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
	&lt;P&gt;API-MS-WIN-CORE-WINRT-ERROR-L1-1-0.DLL&lt;/P&gt;

	&lt;P&gt;API-MS-WIN-CORE-WINRT-L1-1-0.DLL&lt;/P&gt;

	&lt;P&gt;API-MS-WIN-CORE-WINRT-ROBUFFER-L1-1-0.DLL&lt;/P&gt;

	&lt;P&gt;API-MS-WIN-CORE-WINRT-STRING-L1-1-0.DLL&lt;/P&gt;

	&lt;P&gt;DCOMP.DLL&lt;/P&gt;

	&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;GPSVC.DLL&lt;/SPAN&gt;&lt;/P&gt;

	&lt;P&gt;IESHIMS.DLL&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;&lt;SPAN style="font-size: 13.008px; line-height: 19.512px;"&gt;Please see attached "&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.008px; line-height: 19.512px;"&gt;dependency walker image" .&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;Regards,&lt;/P&gt;

&lt;P&gt;Peter&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jun 2016 06:54:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/KernelBuilderAPI-dll/m-p/1084660#M4715</guid>
      <dc:creator>peter_b_8</dc:creator>
      <dc:date>2016-06-08T06:54:19Z</dc:date>
    </item>
    <item>
      <title>BTW pls don't be misled by</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/KernelBuilderAPI-dll/m-p/1084661#M4716</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 13.008px; line-height: 19.512px;"&gt;BTW&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;pls don't be misled by&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 12px; line-height: 18px;"&gt;dependencywalker for fixing issue&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 13.008px; line-height: 19.512px;"&gt;&lt;A href="http://stackoverflow.com/questions/17023419/win-7-64-bit-dll-problems" target="_blank"&gt;http://stackoverflow.com/questions/17023419/win-7-64-bit-dll-problems&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN class="comment-copy" style="margin: 0px; padding: 0px; border: 0px; font-size: 13px; color: rgb(36, 39, 41); font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; line-height: 16.9px;"&gt;Comment from t:&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN class="comment-copy" style="margin: 0px; padding: 0px; border: 0px; font-size: 13px; color: rgb(36, 39, 41); font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; line-height: 16.9px;"&gt;Windows 7 kernel changes that led to api-ms-win-* DLLs are explained quite well over here&lt;A href="http://www.nirsoft.net/articles/windows_7_kernel_architecture_changes.html" rel="nofollow" style="border: 0px; color: rgb(0, 89, 153); cursor: pointer;"&gt;nirsoft.net/articles/windows_7_kernel_architecture_changes.html&lt;/A&gt;&amp;nbsp;- i think DependencyWalker just cant handle these changes - so dont worry about those too much. From MS:&amp;nbsp;&lt;A href="http://msdn.microsoft.com/en-us/library/hh802935%28v=vs.85%29.aspx" rel="nofollow" style="border: 0px; color: rgb(0, 89, 153); cursor: pointer;"&gt;msdn.microsoft.com/en-us/library/hh802935%28v=vs.85%29.aspx&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN style="color: rgb(36, 39, 41); font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; font-size: 13px; line-height: 16.9px;"&gt;&amp;nbsp;–&amp;nbsp;&lt;/SPAN&gt;&lt;A class="comment-user" href="http://stackoverflow.com/users/875020/x29a" style="border: 0px; font-size: 13px; color: rgb(0, 119, 204); cursor: pointer; white-space: nowrap; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; line-height: 16.9px;" title="789 reputation"&gt;x29a&lt;/A&gt;&lt;SPAN style="color: rgb(36, 39, 41); font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; font-size: 13px; line-height: 16.9px;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="comment-date" dir="ltr" style="margin: 0px; padding: 0px; border-top-width: 0px; border-right-width: 0px; border-left-width: 0px; border-bottom-style: none; border-color: initial; font-size: 13px; color: rgb(145, 153, 161); font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; line-height: 16.9px;"&gt;&lt;A class="comment-link" href="http://stackoverflow.com/questions/17023419/win-7-64-bit-dll-problems#comment36360379_17023419" style="border-top-width: 0px; border-right-width: 0px; border-left-width: 0px; border-bottom-style: none; border-color: initial; color: rgb(0, 89, 153); cursor: pointer;"&gt;&lt;SPAN class="relativetime-clean" style="margin: 0px; padding: 0px; border: 0px;" title="2014-05-15 04:41:51Z"&gt;May 15 '14 at 4:41&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN style="color: rgb(36, 39, 41); font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; font-size: 13px; line-height: 16.9px;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jun 2016 07:13:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/KernelBuilderAPI-dll/m-p/1084661#M4716</guid>
      <dc:creator>peter_b_8</dc:creator>
      <dc:date>2016-06-08T07:13:15Z</dc:date>
    </item>
    <item>
      <title>Hi Peter,</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/KernelBuilderAPI-dll/m-p/1084662#M4717</link>
      <description>&lt;P&gt;Hi Peter,&lt;BR /&gt;
	You're right, the missing dlls that dependencywalker specified are not the issue.&amp;nbsp;&lt;BR /&gt;
	I notice that the error is not about missing dll but a missing procedure ("The specified &lt;STRONG&gt;procedure &lt;/STRONG&gt;could not be found"). Sorry for the confusion.&lt;BR /&gt;
	My guess is that the OpenCL.dll that you have is 1.2 version when it should be 2.0.&lt;BR /&gt;
	Please do the following to check the version (see the attached picture):&lt;BR /&gt;
	1.&amp;nbsp;&amp;nbsp; &amp;nbsp;Go to C:\Windows\SysWOW64&lt;BR /&gt;
	2.&amp;nbsp;&amp;nbsp; &amp;nbsp;Right click on OpenCl.dll -&amp;gt; Properties -&amp;gt; Details and see the file version&lt;BR /&gt;
	3.&amp;nbsp;&amp;nbsp; &amp;nbsp;If it is not 2.0 please copy it manually from: C:\Program Files (x86)\Intel\OpenCL SDK\bin\icd\x86\OpenCL.dll&lt;BR /&gt;
	(It should be done by the SDK installer) &amp;nbsp;&lt;BR /&gt;
	Thanks, Yuval&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jun 2016 09:00:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/KernelBuilderAPI-dll/m-p/1084662#M4717</guid>
      <dc:creator>Yuval_E_Intel</dc:creator>
      <dc:date>2016-06-08T09:00:01Z</dc:date>
    </item>
    <item>
      <title>Many thanks!</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/KernelBuilderAPI-dll/m-p/1084663#M4718</link>
      <description>&lt;P&gt;Many thanks!&lt;/P&gt;

&lt;P&gt;I got &amp;nbsp;OpenCL.dll of 2.0.2.0 version now at C:\Windows\SysWOW64&amp;nbsp;. Now it works fine.&lt;/P&gt;

&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jun 2016 12:30:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/KernelBuilderAPI-dll/m-p/1084663#M4718</guid>
      <dc:creator>peter_b_8</dc:creator>
      <dc:date>2016-06-09T12:30:33Z</dc:date>
    </item>
    <item>
      <title>Hi Yuval;</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/KernelBuilderAPI-dll/m-p/1084664#M4719</link>
      <description>&lt;P&gt;Hi Yuval;&lt;/P&gt;

&lt;P&gt;I'm running Visual Studio 2015 on a Window 7 Pro, SP1 (64 bit)&lt;/P&gt;

&lt;P&gt;Processor: Intel Core I7-4800MQ CPU with 8GB ram&lt;/P&gt;

&lt;P&gt;Graphics:&amp;nbsp;&amp;nbsp; Intel HD Graphics 4600, driver version is 10.18.19.3412 (Jan 29, 2014)&lt;/P&gt;

&lt;P&gt;I downloaded the OpenCL 2.0 sdk from "https://software.intel.com/en-us/intel-opencl/download".&amp;nbsp;&lt;/P&gt;

&lt;P&gt;File downloaded is: "intel_sdk_for_opencl_setup_6.0.0.1049.exe".&lt;/P&gt;

&lt;P&gt;I had exactly the same errors as peter b and followed all instructions including copying OpenCL.dll from the SDK directory to Windows\SysWOW64.&amp;nbsp; However unlike peter b's happy ending, when I run Visual Studio it spits out an error: "Code Builder initialization failed: An attempt was made to load a program with an incorrect format.(Exception from HRESULT:0x8007000B)"&lt;/P&gt;

&lt;P&gt;I don't even have any code that references the OpenCL dll yet (at least that I'm aware of).&lt;/P&gt;

&lt;P&gt;I really only need OpenCL 2.0 runtime, but couldn't find where to download only the runtime verion.&lt;/P&gt;

&lt;P&gt;Any help would be greatly appreciated as I'm STUCK.&lt;/P&gt;

&lt;P&gt;Regards,&lt;/P&gt;

&lt;P&gt;Karen D&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jun 2016 18:05:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/KernelBuilderAPI-dll/m-p/1084664#M4719</guid>
      <dc:creator>karen_d_</dc:creator>
      <dc:date>2016-06-15T18:05:27Z</dc:date>
    </item>
    <item>
      <title>Hi Karen,</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/KernelBuilderAPI-dll/m-p/1084665#M4720</link>
      <description>&lt;P&gt;Hi Karen,&lt;/P&gt;

&lt;P&gt;OpenCL 2.0 is not support on Intel HD 4600.&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;It is supported on 5&lt;/SPAN&gt;&lt;SUP&gt;th&lt;/SUP&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt; generation of Intel® Core processors and later (you can see the full support matrix on our release notes: &lt;/SPAN&gt;&lt;A href="https://software.intel.com/en-us/articles/opencl-code-builder-release-notes" style="font-size: 1em; line-height: 1.5;"&gt;https://software.intel.com/en-us/articles/opencl-code-builder-release-notes&lt;/A&gt;)&lt;/P&gt;

&lt;P&gt;You can work with the OCL2.1 experimental CPU only runtime that comes with the SDK – see more details here: &lt;A href="https://software.intel.com/en-us/node/539396"&gt;https://software.intel.com/en-us/node/539396&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Please try to install the latest SDK version (6.1.0.1600) and see if you’re still getting these error messages.&lt;/SPAN&gt;&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;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Uri&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jun 2016 13:37:42 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/KernelBuilderAPI-dll/m-p/1084665#M4720</guid>
      <dc:creator>Uri_L_Intel</dc:creator>
      <dc:date>2016-06-16T13:37:42Z</dc:date>
    </item>
    <item>
      <title> </title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/KernelBuilderAPI-dll/m-p/1084666#M4721</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Hi Uri;&lt;/P&gt;

&lt;P&gt;Thanks for the info.&amp;nbsp; I may try this later, but due to the project deadline, can't afford the time to use an experimental version.&amp;nbsp; I'll be testing on a machine that has a GPU.&lt;/P&gt;

&lt;P&gt;It would be convenient to be able to run on the machine that doesn't have one, but I just don't think I've got the time to troubleshoot.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;When I do try it I'll let you guys know how it turned out.&lt;/P&gt;

&lt;P&gt;Regards,&lt;/P&gt;

&lt;P&gt;Karen&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jun 2016 23:50:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/KernelBuilderAPI-dll/m-p/1084666#M4721</guid>
      <dc:creator>karen_d_</dc:creator>
      <dc:date>2016-06-21T23:50:30Z</dc:date>
    </item>
  </channel>
</rss>

