<?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 Robert, in OpenCL* for CPU</title>
    <link>https://community.intel.com/t5/OpenCL-for-CPU/OpenCL-error-CL-DEVICE-NOT-AVAILABLE-Windows-7-using-Intel-i5/m-p/1071206#M4441</link>
    <description>&lt;P&gt;Hi Robert,&lt;/P&gt;

&lt;P&gt;That works!. As mentioned in that link, it is required to use the OpenCL 2.0 platform instead of the 1.2 one.&lt;/P&gt;

&lt;P&gt;In my case, it was not needed to use "-t cpu", but only "-p 1" or alternatively "-p Experimental".&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Imagenfunciona.png"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/8862iBCA2D42325EF8590/image-size/large?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="Imagenfunciona.png" alt="Imagenfunciona.png" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;Regarding to the 16.1 runtime, I was not able to install it.&lt;/P&gt;

&lt;P&gt;Everytime I tried, the installation process was interrupted. The message I got was "Intel HD Graphics driver must be installed first", altough it was uninstalled.&lt;/P&gt;

&lt;P&gt;Thank you very much for the helpful info.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 02 Jun 2016 08:31:54 GMT</pubDate>
    <dc:creator>LSolis</dc:creator>
    <dc:date>2016-06-02T08:31:54Z</dc:date>
    <item>
      <title>OpenCL error CL_DEVICE_NOT_AVAILABLE Windows 7 using Intel i5</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/OpenCL-error-CL-DEVICE-NOT-AVAILABLE-Windows-7-using-Intel-i5/m-p/1071202#M4437</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;

&lt;P&gt;I have installed Intel OpenCL SDK in my machine:&lt;/P&gt;

&lt;P&gt;- Intel Core i5-2450 CPU @2.50GHz (RAM 4GB, Windows 7 SP1, 64 bits)&lt;/P&gt;

&lt;P&gt;- Visual Studio 2013&lt;/P&gt;

&lt;P&gt;- Platform selected: Intel (R) OpenCL (there is another "Experimental OpenCL 2.0 CPU Only Platform")&lt;/P&gt;

&lt;P&gt;- SDK Version: intel_sdk_for_opencl_setup_6.0.0.1049&lt;/P&gt;

&lt;P&gt;- OpenCL runtime installed: opencl_runtime_15.1_x64_setup (I got problems installing the 16.1, that´s why I installed this one)&lt;/P&gt;

&lt;P&gt;I used two Intel examples so far: "intel_ocl_caps_basic" and "intel_ocl_gemm".&lt;/P&gt;

&lt;P&gt;The first one runs with no problem giving the following output:&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="INTELOPENCL.jpg"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/8860i19A0D743FA7FC541/image-size/large?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="INTELOPENCL.jpg" alt="INTELOPENCL.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;However,&amp;nbsp;eveytime I use the "intel_ocl_gemm", I get an "CL_DEVICE_NOT_AVAILABLE" error, and it happens &amp;nbsp;in the gemm.cpp at line 446-447:&lt;/P&gt;

&lt;PRE class="brush:cpp;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; context = clCreateContext(&amp;amp;context_props[0], 1, &amp;amp;device, 0, 0, &amp;amp;err);
&amp;nbsp;&amp;nbsp;&amp;nbsp; SAMPLE_CHECK_ERRORS(err);&lt;/PRE&gt;

&lt;P&gt;I don not understand this. I&amp;nbsp;think my i5 CPU is supposed to support this feature. As far as I know the i5-2450M supports SSE4.1 and SSE4.2.&lt;/P&gt;

&lt;P&gt;Is there anything I am missing?&lt;/P&gt;

&lt;P&gt;Any hint will be appreciatted, thanks&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 May 2016 17:36:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/OpenCL-error-CL-DEVICE-NOT-AVAILABLE-Windows-7-using-Intel-i5/m-p/1071202#M4437</guid>
      <dc:creator>LSolis</dc:creator>
      <dc:date>2016-05-23T17:36:31Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/OpenCL-error-CL-DEVICE-NOT-AVAILABLE-Windows-7-using-Intel-i5/m-p/1071203#M4438</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Could you please provide me the command line you are running your gemm sample with. I suspect that the sample tries to select a GPU device, which you don't have. Could you try running your sample with -t cpu and provide the output?&lt;/P&gt;

&lt;P&gt;Also, what kind of problems are you experiencing with 16.1 runtime?&lt;/P&gt;</description>
      <pubDate>Tue, 24 May 2016 23:07:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/OpenCL-error-CL-DEVICE-NOT-AVAILABLE-Windows-7-using-Intel-i5/m-p/1071203#M4438</guid>
      <dc:creator>Robert_I_Intel</dc:creator>
      <dc:date>2016-05-24T23:07:47Z</dc:date>
    </item>
    <item>
      <title>Hi Robert,</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/OpenCL-error-CL-DEVICE-NOT-AVAILABLE-Windows-7-using-Intel-i5/m-p/1071204#M4439</link>
      <description>&lt;P&gt;Hi Robert,&lt;/P&gt;

&lt;P&gt;I am using Visual Studio 2013, so the command line info that I got from it:&lt;/P&gt;

&lt;P&gt;command: C:\Users\L30nardoSV\Desktop\MyOpenCLApps\Intel\intel_ocl_gemm\GEMM\Win32\Debug\GEMM.exe&lt;/P&gt;

&lt;P&gt;command argument: - t cpu&lt;/P&gt;

&lt;P&gt;I still get the same error:&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Imagen 1_0.jpg"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/8861i75FE38A2F8729DD4/image-size/large?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="Imagen 1_0.jpg" alt="Imagen 1_0.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;The line pointed as problematic is the same as I indicated in the first post.&lt;/P&gt;

&lt;P&gt;any ideas about this?&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Sun, 29 May 2016 11:11:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/OpenCL-error-CL-DEVICE-NOT-AVAILABLE-Windows-7-using-Intel-i5/m-p/1071204#M4439</guid>
      <dc:creator>LSolis</dc:creator>
      <dc:date>2016-05-29T11:11:53Z</dc:date>
    </item>
    <item>
      <title>Could this be happening:</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/OpenCL-error-CL-DEVICE-NOT-AVAILABLE-Windows-7-using-Intel-i5/m-p/1071205#M4440</link>
      <description>&lt;P&gt;Could this be happening: &lt;A href="https://software.intel.com/en-us/forums/opencl/topic/632440"&gt;https://software.intel.com/en-us/forums/opencl/topic/632440&lt;/A&gt; ?&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jun 2016 22:33:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/OpenCL-error-CL-DEVICE-NOT-AVAILABLE-Windows-7-using-Intel-i5/m-p/1071205#M4440</guid>
      <dc:creator>Robert_I_Intel</dc:creator>
      <dc:date>2016-06-01T22:33:05Z</dc:date>
    </item>
    <item>
      <title>Hi Robert,</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/OpenCL-error-CL-DEVICE-NOT-AVAILABLE-Windows-7-using-Intel-i5/m-p/1071206#M4441</link>
      <description>&lt;P&gt;Hi Robert,&lt;/P&gt;

&lt;P&gt;That works!. As mentioned in that link, it is required to use the OpenCL 2.0 platform instead of the 1.2 one.&lt;/P&gt;

&lt;P&gt;In my case, it was not needed to use "-t cpu", but only "-p 1" or alternatively "-p Experimental".&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Imagenfunciona.png"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/8862iBCA2D42325EF8590/image-size/large?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="Imagenfunciona.png" alt="Imagenfunciona.png" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;Regarding to the 16.1 runtime, I was not able to install it.&lt;/P&gt;

&lt;P&gt;Everytime I tried, the installation process was interrupted. The message I got was "Intel HD Graphics driver must be installed first", altough it was uninstalled.&lt;/P&gt;

&lt;P&gt;Thank you very much for the helpful info.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jun 2016 08:31:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/OpenCL-error-CL-DEVICE-NOT-AVAILABLE-Windows-7-using-Intel-i5/m-p/1071206#M4441</guid>
      <dc:creator>LSolis</dc:creator>
      <dc:date>2016-06-02T08:31:54Z</dc:date>
    </item>
  </channel>
</rss>

