<?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 Thanks - I gave it try. in OpenCL* for CPU</title>
    <link>https://community.intel.com/t5/OpenCL-for-CPU/Cannot-uninstall-OpenCL-1-5-SDK-after-Windows-8-upgrade/m-p/937746#M1681</link>
    <description>&lt;P&gt;Thanks - I gave it try. Hopefully this will allow me to run the 2.0 SDK installation.&lt;/P&gt;</description>
    <pubDate>Fri, 08 Feb 2013 14:27:46 GMT</pubDate>
    <dc:creator>stele</dc:creator>
    <dc:date>2013-02-08T14:27:46Z</dc:date>
    <item>
      <title>Cannot uninstall OpenCL 1.5 SDK after Windows 8 upgrade</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/Cannot-uninstall-OpenCL-1-5-SDK-after-Windows-8-upgrade/m-p/937744#M1679</link>
      <description>&lt;P&gt;After upgrading to Windows 8 I am unable to uninstall the 1.5 SDK - the installer tells me the OS is unsupported. Is there any way to force the uninstall, or to manually remove the components?&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Feb 2013 17:53:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/Cannot-uninstall-OpenCL-1-5-SDK-after-Windows-8-upgrade/m-p/937744#M1679</guid>
      <dc:creator>stele</dc:creator>
      <dc:date>2013-02-07T17:53:28Z</dc:date>
    </item>
    <item>
      <title>For manual removing try the</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/Cannot-uninstall-OpenCL-1-5-SDK-after-Windows-8-upgrade/m-p/937745#M1680</link>
      <description>For manual removing try the following (for 64-bit OS, I guess it's easy to convert to 32-bit one):
- delete folder C:\Program Files (x86)\Intel\OpenCL SDK\1.5
- delete environment variable INTELOCLSDKROOT
- edit PATH environment variable to remove the path(s) to C:\Program Files (x86)\Intel\OpenCL SDK\1.5\bin\x86|x64
- delete registry key HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Intel\OpenCL

If you don't have any other OpenCL platforms installed you may also remove:
HKEY_LOCAL_MACHINE\SOFTWARE\Khronos\OpenCL\Vendors
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Khronos\OpenCL\Vendors
c:\Windows\System32\OpenCL.dll
c:\Windows\SysWOW64\OpenCL.dll</description>
      <pubDate>Fri, 08 Feb 2013 05:41:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/Cannot-uninstall-OpenCL-1-5-SDK-after-Windows-8-upgrade/m-p/937745#M1680</guid>
      <dc:creator>Yuri_K_Intel</dc:creator>
      <dc:date>2013-02-08T05:41:30Z</dc:date>
    </item>
    <item>
      <title>Thanks - I gave it try.</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/Cannot-uninstall-OpenCL-1-5-SDK-after-Windows-8-upgrade/m-p/937746#M1681</link>
      <description>&lt;P&gt;Thanks - I gave it try. Hopefully this will allow me to run the 2.0 SDK installation.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Feb 2013 14:27:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/Cannot-uninstall-OpenCL-1-5-SDK-after-Windows-8-upgrade/m-p/937746#M1681</guid>
      <dc:creator>stele</dc:creator>
      <dc:date>2013-02-08T14:27:46Z</dc:date>
    </item>
    <item>
      <title>Okay I did all that and</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/Cannot-uninstall-OpenCL-1-5-SDK-after-Windows-8-upgrade/m-p/937747#M1682</link>
      <description>&lt;P&gt;Okay I did all that and rebooted. The OpenCL driver chain still thinks the Intel OpenCL driver is installed - this means when I run any OpenCL program it crashes because it cannot find the Intel OpenCL library components I deleted manually.&lt;/P&gt;
&lt;P&gt;I need to remove the Intel OpenCL ICD from the list of ICDs, so it won't attempt to use it. Any idea how to do this?&lt;/P&gt;</description>
      <pubDate>Fri, 08 Feb 2013 19:37:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/Cannot-uninstall-OpenCL-1-5-SDK-after-Windows-8-upgrade/m-p/937747#M1682</guid>
      <dc:creator>stele</dc:creator>
      <dc:date>2013-02-08T19:37:48Z</dc:date>
    </item>
    <item>
      <title>You can remove the following</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/Cannot-uninstall-OpenCL-1-5-SDK-after-Windows-8-upgrade/m-p/937748#M1683</link>
      <description>&lt;P&gt;You can remove the following registry keys to rectify the crash:&lt;/P&gt;
&lt;P&gt;For 64-bit systems:&lt;/P&gt;
&lt;P&gt;HKLM\Software\Khronos\OpenCL\Vendors [IntelOpenCL64.dll]&lt;/P&gt;
&lt;P&gt;HKLM\Software\Wow6432Node\Khronos\OpenCL\Vendors [IntelOpenCL32.dll]&lt;/P&gt;
&lt;P&gt;or for 32-bit systems&lt;/P&gt;
&lt;P&gt;HKLM\Software\Khronos\OpenCL\Vendors [IntelOpenCL32.dll]&lt;/P&gt;</description>
      <pubDate>Fri, 08 Feb 2013 19:41:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/Cannot-uninstall-OpenCL-1-5-SDK-after-Windows-8-upgrade/m-p/937748#M1683</guid>
      <dc:creator>Raghupathi_M_Intel</dc:creator>
      <dc:date>2013-02-08T19:41:55Z</dc:date>
    </item>
    <item>
      <title>Great working now! Also</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/Cannot-uninstall-OpenCL-1-5-SDK-after-Windows-8-upgrade/m-p/937749#M1684</link>
      <description>&lt;P&gt;Great working now! Also installed the 1.2 beta driver.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Feb 2013 20:14:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/Cannot-uninstall-OpenCL-1-5-SDK-after-Windows-8-upgrade/m-p/937749#M1684</guid>
      <dc:creator>stele</dc:creator>
      <dc:date>2013-02-08T20:14:55Z</dc:date>
    </item>
  </channel>
</rss>

