<?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 for your detailed in OpenCL* for CPU</title>
    <link>https://community.intel.com/t5/OpenCL-for-CPU/Code-Builder-2015-Ubuntu-Linux/m-p/1025442#M3446</link>
    <description>&lt;P&gt;Thanks for your detailed answer.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;I'll try with beignet. Also, your tutorial will be useful.&lt;/P&gt;</description>
    <pubDate>Thu, 04 Jun 2015 17:53:53 GMT</pubDate>
    <dc:creator>andrea_d_</dc:creator>
    <dc:date>2015-06-04T17:53:53Z</dc:date>
    <item>
      <title>Code Builder 2015 (Ubuntu Linux)</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/Code-Builder-2015-Ubuntu-Linux/m-p/1025438#M3442</link>
      <description>&lt;P&gt;Hi Folks.&lt;/P&gt;

&lt;P&gt;I installed Intel Code Builder on my Ubuntu 14.04. Installation was successful, as reported by installation script.&lt;/P&gt;

&lt;P&gt;Now, how I can use it? I cannot find any executable for it in my binary directories, and Code Builder manual DOES NOT mention how to launch it. Same story for its release notes.&lt;/P&gt;

&lt;P&gt;I would be perfectly satisfied even using just the runtime included in Code Builder, that is, writing OpenCL code with a text editor and running it on my Xeon E3-1246v3 integrated GPU (no specific need for an IDE).&lt;/P&gt;

&lt;P&gt;Any help would be greatly appreciated. Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jun 2015 20:34:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/Code-Builder-2015-Ubuntu-Linux/m-p/1025438#M3442</guid>
      <dc:creator>andrea_d_</dc:creator>
      <dc:date>2015-06-03T20:34:57Z</dc:date>
    </item>
    <item>
      <title>I think you need to run</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/Code-Builder-2015-Ubuntu-Linux/m-p/1025439#M3443</link>
      <description>&lt;P&gt;I think you need to run KernelBuilder64 for UI version or ioc64 for command line version. For an OpenCL sample check this out &lt;A href="https://software.intel.com/en-us/articles/caps-basic"&gt;https://software.intel.com/en-us/articles/caps-basic&lt;/A&gt; - you should be able to build it and run it (Linux sample).&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jun 2015 21:19:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/Code-Builder-2015-Ubuntu-Linux/m-p/1025439#M3443</guid>
      <dc:creator>Robert_I_Intel</dc:creator>
      <dc:date>2015-06-03T21:19:12Z</dc:date>
    </item>
    <item>
      <title>Thanks. I built capbasic</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/Code-Builder-2015-Ubuntu-Linux/m-p/1025440#M3444</link>
      <description>&lt;P&gt;Thanks. I built capbasic sample, the following is part of its output:&lt;/P&gt;

&lt;P&gt;Number of available platforms: 2&lt;BR /&gt;
	Platform names:&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; [0] Intel(R) OpenCL [Selected]&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; [1] Experiment Intel Gen OCL Driver&lt;BR /&gt;
	Number of devices available for each type:&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; CL_DEVICE_TYPE_CPU: 1&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; CL_DEVICE_TYPE_GPU: 0&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; CL_DEVICE_TYPE_ACCELERATOR: 0&lt;/P&gt;

&lt;P&gt;It seems &lt;STRONG&gt;the integrated GPU is not available for OpenCL. Can you tell me why?&lt;/STRONG&gt; (I have no video card other than integrated p4600/p4700 on my workstation).&lt;/P&gt;

&lt;P&gt;Second question: I expected to see a call to ioc64 in the capbasic makefile, but it just calls g++ -lOpencl. May I ask why?&lt;/P&gt;

&lt;P&gt;Thanks again.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jun 2015 00:06:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/Code-Builder-2015-Ubuntu-Linux/m-p/1025440#M3444</guid>
      <dc:creator>andrea_d_</dc:creator>
      <dc:date>2015-06-04T00:06:00Z</dc:date>
    </item>
    <item>
      <title>Hi Andrea,</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/Code-Builder-2015-Ubuntu-Linux/m-p/1025441#M3445</link>
      <description>&lt;P&gt;Hi Andrea,&lt;/P&gt;

&lt;P&gt;Ubuntu 14.04 is not a supported platform for integrated graphics driver. We support SLES and CentOS, and you will need a driver that comes with the Media Server Studio for Linux package. Someone online posted a workaround on how to use SLES or CentOS packages for an older version of Media Server Studio with Ubuntu, but I wasn't able to replicate their steps with success.&lt;/P&gt;

&lt;P&gt;For Ubuntu, the proven if not ideal way is to go with Beignet driver, which you probably already installed.&lt;/P&gt;

&lt;P&gt;You don't need ioc64 to run or build capbasic: ioc64 is an offline compiler for OpenCL, but OpenCL is capable of online compilation, so you don't need ioc64 unless you are precompiling your kernels. For more on that, please see my tutorial here &lt;A href="https://software.intel.com/en-us/articles/using-spir-for-fun-and-profit-with-intel-opencl-code-builder"&gt;https://software.intel.com/en-us/articles/using-spir-for-fun-and-profit-with-intel-opencl-code-builder&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jun 2015 15:52:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/Code-Builder-2015-Ubuntu-Linux/m-p/1025441#M3445</guid>
      <dc:creator>Robert_I_Intel</dc:creator>
      <dc:date>2015-06-04T15:52:16Z</dc:date>
    </item>
    <item>
      <title>Thanks for your detailed</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/Code-Builder-2015-Ubuntu-Linux/m-p/1025442#M3446</link>
      <description>&lt;P&gt;Thanks for your detailed answer.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;I'll try with beignet. Also, your tutorial will be useful.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jun 2015 17:53:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/Code-Builder-2015-Ubuntu-Linux/m-p/1025442#M3446</guid>
      <dc:creator>andrea_d_</dc:creator>
      <dc:date>2015-06-04T17:53:53Z</dc:date>
    </item>
    <item>
      <title>Thanks for the info. I am</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/Code-Builder-2015-Ubuntu-Linux/m-p/1025443#M3447</link>
      <description>Thanks for the info. I am able to follow the steps and make the capbasic example working. However, it shows OpenCL 1.2 (not 2.0), anything wrong? I installed the ubuntu version from &lt;A href="https://software.intel.com/en-us/articles/intel-code-builder-for-opencl-api" target="_blank"&gt;https://software.intel.com/en-us/articles/intel-code-builder-for-opencl-api&lt;/A&gt;. btw. the whole opencl website from the intel is pretty confusing (i am beginner) and it took me two hour to figure what I should install as I want simple command line compiler/library to work on. 

Number of available platforms: 1
Platform names:
    [0] Intel(R) OpenCL [Selected]
Number of devices available for each type:
    CL_DEVICE_TYPE_CPU: 1
    CL_DEVICE_TYPE_GPU: 0
    CL_DEVICE_TYPE_ACCELERATOR: 0

*** Detailed information for each device ***

CL_DEVICE_TYPE_CPU[0]
    CL_DEVICE_NAME: Intel(R) Core(TM) i7-4870HQ CPU @ 2.50GHz
    CL_DEVICE_AVAILABLE: 1
    CL_DEVICE_VENDOR: Intel(R) Corporation
    CL_DEVICE_PROFILE: FULL_PROFILE
    CL_DEVICE_VERSION: OpenCL 1.2 (Build 43)
    CL_DRIVER_VERSION: 1.2.0.43</description>
      <pubDate>Fri, 05 Jun 2015 16:32:24 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/Code-Builder-2015-Ubuntu-Linux/m-p/1025443#M3447</guid>
      <dc:creator>Yonghong_Y_</dc:creator>
      <dc:date>2015-06-05T16:32:24Z</dc:date>
    </item>
    <item>
      <title>Hi Yonghong,</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/Code-Builder-2015-Ubuntu-Linux/m-p/1025444#M3448</link>
      <description>&lt;P&gt;Hi Yonghong,&lt;/P&gt;

&lt;P&gt;OpenCL 2.0 is currently not supported on any Linux OSes. It is in the works, though.&lt;/P&gt;

&lt;P&gt;Agree on the confusing OpenCL site: we are in the process of overhauling the website.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jun 2015 17:08:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/Code-Builder-2015-Ubuntu-Linux/m-p/1025444#M3448</guid>
      <dc:creator>Robert_I_Intel</dc:creator>
      <dc:date>2015-06-05T17:08:49Z</dc:date>
    </item>
    <item>
      <title>Hi Robert,</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/Code-Builder-2015-Ubuntu-Linux/m-p/1025445#M3449</link>
      <description>Hi Robert, 

Thanks for your information and quick replies. glad to know that you are working on the website. 

Yonghong</description>
      <pubDate>Fri, 05 Jun 2015 17:32:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/Code-Builder-2015-Ubuntu-Linux/m-p/1025445#M3449</guid>
      <dc:creator>Yonghong_Y_</dc:creator>
      <dc:date>2015-06-05T17:32:21Z</dc:date>
    </item>
    <item>
      <title>sorry I meant to post here: </title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/Code-Builder-2015-Ubuntu-Linux/m-p/1025446#M3450</link>
      <description>&lt;P&gt;sorry I meant to post here:&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="box-sizing: border-box; margin-bottom: 20px; line-height: 1.4; color: rgb(102, 102, 102); font-family: Arial, Tahoma, Helvetica, sans-serif; font-size: 14px;"&gt;Robert,&amp;nbsp;&lt;/P&gt;

&lt;P style="box-sizing: border-box; margin-bottom: 20px; line-height: 1.4; color: rgb(102, 102, 102); font-family: Arial, Tahoma, Helvetica, sans-serif; font-size: 14px;"&gt;I did the media studio installation on Ubuntu 14.10 for Xeon&amp;nbsp;&lt;SPAN style="box-sizing: border-box; line-height: 13.0666666030884px;"&gt;E3-1286 v3, capsbasic shows&amp;nbsp;CL_DEVICE_TYPE_GPU: 1 when I run in desktop environment, but when I run in remote shell (ssh), it shows the following&amp;nbsp;CL_DEVICE_TYPE_GPU: 0. I guess that the video kernel module is not loaded, thus the support of Opencl for GPU. If that is the case, what is the driver module name from media studio? I unfortunately cannot duplicate the environment by myself to look for the module. Or any other problem that I should look into. Thanks&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="box-sizing: border-box; margin-bottom: 20px; line-height: 1.4; color: rgb(102, 102, 102); font-family: Arial, Tahoma, Helvetica, sans-serif; font-size: 14px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P class="p1" style="box-sizing: border-box; margin-bottom: 20px; line-height: 1.4; color: rgb(102, 102, 102); font-family: Arial, Tahoma, Helvetica, sans-serif; font-size: 14px;"&gt;Number of available platforms: 1&lt;/P&gt;

&lt;P class="p1" style="box-sizing: border-box; margin-bottom: 20px; line-height: 1.4; color: rgb(102, 102, 102); font-family: Arial, Tahoma, Helvetica, sans-serif; font-size: 14px;"&gt;Platform names:&lt;/P&gt;

&lt;P class="p1" style="box-sizing: border-box; margin-bottom: 20px; line-height: 1.4; color: rgb(102, 102, 102); font-family: Arial, Tahoma, Helvetica, sans-serif; font-size: 14px;"&gt;&amp;nbsp; &amp;nbsp; [0] Intel(R) OpenCL [Selected]&lt;/P&gt;

&lt;P class="p1" style="box-sizing: border-box; margin-bottom: 20px; line-height: 1.4; color: rgb(102, 102, 102); font-family: Arial, Tahoma, Helvetica, sans-serif; font-size: 14px;"&gt;Number of devices available for each type:&lt;/P&gt;

&lt;P class="p1" style="box-sizing: border-box; margin-bottom: 20px; line-height: 1.4; color: rgb(102, 102, 102); font-family: Arial, Tahoma, Helvetica, sans-serif; font-size: 14px;"&gt;&amp;nbsp; &amp;nbsp; CL_DEVICE_TYPE_CPU: 1&lt;/P&gt;

&lt;P class="p1" style="box-sizing: border-box; margin-bottom: 20px; line-height: 1.4; color: rgb(102, 102, 102); font-family: Arial, Tahoma, Helvetica, sans-serif; font-size: 14px;"&gt;&amp;nbsp; &amp;nbsp; CL_DEVICE_TYPE_GPU: 0&lt;/P&gt;

&lt;P class="p1" style="box-sizing: border-box; margin-bottom: 20px; line-height: 1.4; color: rgb(102, 102, 102); font-family: Arial, Tahoma, Helvetica, sans-serif; font-size: 14px;"&gt;&amp;nbsp; &amp;nbsp; CL_DEVICE_TYPE_ACCELERATOR: 0&lt;/P&gt;

&lt;P class="p2" style="box-sizing: border-box; margin-bottom: 20px; line-height: 1.4; color: rgb(102, 102, 102); font-family: Arial, Tahoma, Helvetica, sans-serif; font-size: 14px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P class="p1" style="box-sizing: border-box; margin-bottom: 20px; line-height: 1.4; color: rgb(102, 102, 102); font-family: Arial, Tahoma, Helvetica, sans-serif; font-size: 14px;"&gt;*** Detailed information for each device ***&lt;/P&gt;

&lt;P class="p2" style="box-sizing: border-box; margin-bottom: 20px; line-height: 1.4; color: rgb(102, 102, 102); font-family: Arial, Tahoma, Helvetica, sans-serif; font-size: 14px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P class="p1" style="box-sizing: border-box; margin-bottom: 20px; line-height: 1.4; color: rgb(102, 102, 102); font-family: Arial, Tahoma, Helvetica, sans-serif; font-size: 14px;"&gt;CL_DEVICE_TYPE_CPU[0]&lt;/P&gt;

&lt;P class="p1" style="box-sizing: border-box; margin-bottom: 20px; line-height: 1.4; color: rgb(102, 102, 102); font-family: Arial, Tahoma, Helvetica, sans-serif; font-size: 14px;"&gt;&amp;nbsp; &amp;nbsp; CL_DEVICE_NAME: Intel(R) Xeon(R) CPU E3-1286 v3 @ 3.70GHz&lt;/P&gt;</description>
      <pubDate>Tue, 11 Aug 2015 15:19:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/Code-Builder-2015-Ubuntu-Linux/m-p/1025446#M3450</guid>
      <dc:creator>Yonghong_Y_</dc:creator>
      <dc:date>2015-08-11T15:19:14Z</dc:date>
    </item>
  </channel>
</rss>

