<?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 @ yuri.. in OpenCL* for CPU</title>
    <link>https://community.intel.com/t5/OpenCL-for-CPU/Intel-kernel-builder-problem/m-p/984568#M2620</link>
    <description>&lt;P&gt;@ yuri..&lt;/P&gt;

&lt;P&gt;Yes, I am writing the whole line as you are saying... I did not&amp;nbsp; knew that the kernel builder executes the kernel program only&lt;/P&gt;

&lt;P&gt;thanks for the help&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 15 Feb 2014 16:55:23 GMT</pubDate>
    <dc:creator>Piyush_K_</dc:creator>
    <dc:date>2014-02-15T16:55:23Z</dc:date>
    <item>
      <title>Intel kernel builder problem</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/Intel-kernel-builder-problem/m-p/984566#M2618</link>
      <description>&lt;P&gt;hi All,&lt;/P&gt;

&lt;P&gt;I am new to open cl and have installed intel open cl sdk . After the installation, I have tried writing some open cl code&amp;nbsp; in the intel kernel builder program after checking all the parameters and environment variables.&amp;nbsp; The program is throwing the same error again&amp;nbsp; and again that is&lt;BR /&gt;
	&lt;BR /&gt;
	Setting target instruction set architecture to: Default (Advanced Vector Extension (AVX)) OpenCL&lt;/P&gt;

&lt;P&gt;Intel CPU device was found!&lt;/P&gt;

&lt;P&gt;Device name: Intel(R) Core(TM) i5-3210M CPU @ 2.50GHz&lt;/P&gt;

&lt;P&gt;Device version: OpenCL 1.2 (Build 82248)&lt;/P&gt;

&lt;P&gt;Device vendor: Intel(R) Corporation&lt;/P&gt;

&lt;P&gt;Device profile: FULL_PROFILE&lt;/P&gt;

&lt;P&gt;Compilation started&lt;/P&gt;

&lt;P&gt;1:2:9: fatal&lt;/P&gt;

&lt;P&gt;error: 'CL/cl.h' file not found Compilation failed&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;

&lt;P&gt;any help would be of great use&lt;/P&gt;

&lt;P&gt;thanks&lt;/P&gt;

&lt;P&gt;Piyush&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2014 07:01:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/Intel-kernel-builder-problem/m-p/984566#M2618</guid>
      <dc:creator>Piyush_K_</dc:creator>
      <dc:date>2014-02-14T07:01:22Z</dc:date>
    </item>
    <item>
      <title>Hi Piyush,</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/Intel-kernel-builder-problem/m-p/984567#M2619</link>
      <description>&lt;P&gt;Hi Piyush,&lt;/P&gt;

&lt;P&gt;Could you please post the kernel you're trying to compile with the Kernel Builder?&lt;/P&gt;

&lt;P&gt;For me it looks like your kernel contains '#include CL/cl.h' line which is wrong - you should include this file in the host part of the program, while Kernel Builder compiles only the kernel part. For example, try to compile a dummy kernel:&lt;/P&gt;

&lt;P&gt;__kernel void foo () { return; }&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;Yuri&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2014 09:44:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/Intel-kernel-builder-problem/m-p/984567#M2619</guid>
      <dc:creator>Yuri_K_Intel</dc:creator>
      <dc:date>2014-02-14T09:44:00Z</dc:date>
    </item>
    <item>
      <title>@ yuri..</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/Intel-kernel-builder-problem/m-p/984568#M2620</link>
      <description>&lt;P&gt;@ yuri..&lt;/P&gt;

&lt;P&gt;Yes, I am writing the whole line as you are saying... I did not&amp;nbsp; knew that the kernel builder executes the kernel program only&lt;/P&gt;

&lt;P&gt;thanks for the help&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 15 Feb 2014 16:55:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/Intel-kernel-builder-problem/m-p/984568#M2620</guid>
      <dc:creator>Piyush_K_</dc:creator>
      <dc:date>2014-02-15T16:55:23Z</dc:date>
    </item>
    <item>
      <title>@ yuri</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/Intel-kernel-builder-problem/m-p/984569#M2621</link>
      <description>&lt;P&gt;@ yuri&lt;/P&gt;

&lt;P&gt;Can u tell me how to link the library files in visual studio as I am getting the LNK error : unresolved externals _someFuncName;&lt;/P&gt;

&lt;P&gt;I did try to link it as project property-&amp;gt;configurations-&amp;gt;linker-&amp;gt;input additional library and typed the complete path of the OpenCL64.lib&lt;/P&gt;

&lt;P&gt;But still it is gibing the same error.......&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Feb 2014 12:48:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/Intel-kernel-builder-problem/m-p/984569#M2621</guid>
      <dc:creator>Piyush_K_</dc:creator>
      <dc:date>2014-02-17T12:48:39Z</dc:date>
    </item>
  </channel>
</rss>

