<?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 Chris, in OpenCL* for CPU</title>
    <link>https://community.intel.com/t5/OpenCL-for-CPU/Intel-SDK-unhappy-with-Intel-OpenCL-driver/m-p/1071509#M4456</link>
    <description>&lt;P&gt;Hi Chris,&lt;/P&gt;

&lt;P&gt;I think you can safely proceed with the installation: it is just an FYI - shouldn't prevent you from proceeding. You can check /opt/intel directory to see if your opencl bits are there. Also, you can try building the Linux samples: &lt;A href="https://software.intel.com/en-us/intel-opencl-support/code-samples"&gt;https://software.intel.com/en-us/intel-opencl-support/code-samples&lt;/A&gt; - You will need to modify makefiles a bit though. Run some of the samples to make sure things work.&lt;/P&gt;</description>
    <pubDate>Fri, 12 Feb 2016 19:08:23 GMT</pubDate>
    <dc:creator>Robert_I_Intel</dc:creator>
    <dc:date>2016-02-12T19:08:23Z</dc:date>
    <item>
      <title>Intel SDK unhappy with Intel OpenCL driver?</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/Intel-SDK-unhappy-with-Intel-OpenCL-driver/m-p/1071508#M4455</link>
      <description>&lt;P&gt;Hello, I performed these steps:&lt;/P&gt;

&lt;P&gt;1. Buy a Dell Precision M4800&lt;/P&gt;

&lt;P&gt;2. Install CentOS 7&lt;/P&gt;

&lt;P&gt;3.&lt;/P&gt;

&lt;PRE class="brush:bash;"&gt;lspci | grep VGA | grep Intel
00:02.0 VGA compatible controller: Intel Corporation 4th Gen Core Processor Integrated Graphics Controller (rev 06)&lt;/PRE&gt;

&lt;P&gt;4. Execute these instructions in accordance with the Intel OpenCL Driver and SDK installation guides:&lt;/P&gt;

&lt;PRE class="brush:bash;"&gt;yum install libdrm libpciaccess libpng12 nasm lsb-redhat-core tar
sudo usermod -a -G video cstankevitz
cd ~/Downloads
cp ~/mnt/Dependencies/intel-opencl-1.2-1.0-47971.tar.gz .
tar xvzf intel-opencl-1.2-1.0-47971.tar.gz
cd intel-opencl-1.2-1.0-47971/
sudo rpm -ivh intel-opencl-1.2-1.0-47971.x86_64.rpm
sudo yum install yum-utils rpmdevtools pesign
cd
curl -O &lt;A href="http://vault.centos.org/7.1.1503/os/Source/SPackages/kernel-3.10.0-229.el7.src.rpm" target="_blank"&gt;http://vault.centos.org/7.1.1503/os/Source/SPackages/kernel-3.10.0-229.el7.src.rpm&lt;/A&gt;
sudo yum-builddep kernel-3.10.0-229.el7.src.rpm
rpmdev-setuptree
rpm -ivh kernel-3.10.0-229.el7.src.rpm
cp /opt/intel/opencl/kernel-3.10.0-229.patch ~/rpmbuild/SOURCES/linux-kernel-test.patch
perl -p -i.bak -e 's/^# % (.*?buildid ).*/%\1.intel.sr1/' ~/rpmbuild/SPECS/kernel.spec
rpmbuild -bb --with firmware --without debug --without debuginfo --without perf --without tools ~/rpmbuild/SPECS/kernel.spec
sudo rpm -ivh --oldpackage ~/rpmbuild/RPMS/x86_64/kernel-3.10.0-229.el7.centos.intel.sr1.x86_64.rpm
sudo /sbin/shutdown -r now
sudo rpm -ivh intel-opencl-1.2-devel-1.0-47971.x86_64.rpm
sudo yum install gcc-c++ make mesa-libGL-devel
cd ~/Downloads
cp ~/mnt/Dependencies/intel_sdk_for_opencl_2016_6.0.0.1049_x64.tgz .
tar xvzf intel_sdk_for_opencl_2016_6.0.0.1049_x64.tgz
cd intel_sdk_for_opencl_2016_6.0.0.1049_x64/
sudo ./install_GUI.sh
&lt;/PRE&gt;

&lt;P&gt;When the SDK installer runs, it prints this message which is not entirely in english:&lt;/P&gt;

&lt;PRE class="brush:plain;"&gt; Check for OpenCL driver In work with the SDK, please make sure that the OpenCL™ driver on runtime for Intel® Architecture is installed on the system. For more information, please refer to: &lt;A href="https://software.intel.com/en-us/articles/opencl-drivers" target="_blank"&gt;https://software.intel.com/en-us/articles/opencl-drivers&lt;/A&gt;.&lt;/PRE&gt;

&lt;P&gt;My questions: Is my OpenCL driver installed or not installed? What is the SDK installer trying to communicate to me? What, if anything, did I do wrong? Thank you, Chris&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Intel OpenCL Error.png"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/8501i1FAE46B96FBF00A4/image-size/large?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="Intel OpenCL Error.png" alt="Intel OpenCL Error.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Feb 2016 18:57:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/Intel-SDK-unhappy-with-Intel-OpenCL-driver/m-p/1071508#M4455</guid>
      <dc:creator>Chris_S_11</dc:creator>
      <dc:date>2016-02-12T18:57:19Z</dc:date>
    </item>
    <item>
      <title>Hi Chris,</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/Intel-SDK-unhappy-with-Intel-OpenCL-driver/m-p/1071509#M4456</link>
      <description>&lt;P&gt;Hi Chris,&lt;/P&gt;

&lt;P&gt;I think you can safely proceed with the installation: it is just an FYI - shouldn't prevent you from proceeding. You can check /opt/intel directory to see if your opencl bits are there. Also, you can try building the Linux samples: &lt;A href="https://software.intel.com/en-us/intel-opencl-support/code-samples"&gt;https://software.intel.com/en-us/intel-opencl-support/code-samples&lt;/A&gt; - You will need to modify makefiles a bit though. Run some of the samples to make sure things work.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Feb 2016 19:08:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/Intel-SDK-unhappy-with-Intel-OpenCL-driver/m-p/1071509#M4456</guid>
      <dc:creator>Robert_I_Intel</dc:creator>
      <dc:date>2016-02-12T19:08:23Z</dc:date>
    </item>
    <item>
      <title>Quote:Robert Ioffe (Intel)</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/Intel-SDK-unhappy-with-Intel-OpenCL-driver/m-p/1071510#M4457</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;Robert Ioffe (Intel) wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;I think you can safely proceed with the installation: it is just an FYI - shouldn't prevent you from proceeding. You can check /opt/intel directory to see if your opencl bits are there. Also, you can try building the Linux samples: &lt;A href="https://software.intel.com/en-us/intel-opencl-support/code-samples"&gt;https://software.intel.com/en-us/intel-opencl-support/code-samples&lt;/A&gt; - You will need to modify makefiles a bit though. Run some of the samples to make sure things work.&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;Robert,&lt;/P&gt;

&lt;P&gt;Thank you very much for your help.&amp;nbsp; I downloaded the code sample you referred: &lt;A href="https://software.intel.com/sites/default/files/managed/bd/3a/intel_ocl_samples_linux.tar.gz" target="_blank"&gt;https://software.intel.com/sites/default/files/managed/bd/3a/intel_ocl_samples_linux.tar.gz&lt;/A&gt;, compiled, ran and it worked.&amp;nbsp; I will continue with the SDK install and report if I have trouble.&lt;/P&gt;

&lt;P&gt;I had two changes to each Makefile: add "-I/opt/intel/opencl/include/ -L/opt/intel/opencl/" to the compile/link line.&amp;nbsp; Does this mean that the OpenCL driver installation instructions are incorrect or that the Linux OpenCL 1.2 Makefiles are wrong?&amp;nbsp; Or does it mean I messed up somewhere?&lt;/P&gt;

&lt;P&gt;Thank you,&lt;/P&gt;

&lt;P&gt;Chris&lt;/P&gt;</description>
      <pubDate>Fri, 12 Feb 2016 19:28:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/Intel-SDK-unhappy-with-Intel-OpenCL-driver/m-p/1071510#M4457</guid>
      <dc:creator>Chris_S_11</dc:creator>
      <dc:date>2016-02-12T19:28:32Z</dc:date>
    </item>
    <item>
      <title>That means we need to update</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/Intel-SDK-unhappy-with-Intel-OpenCL-driver/m-p/1071511#M4458</link>
      <description>&lt;P&gt;That means we need to update the makefiles :)&lt;/P&gt;</description>
      <pubDate>Fri, 12 Feb 2016 22:10:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/Intel-SDK-unhappy-with-Intel-OpenCL-driver/m-p/1071511#M4458</guid>
      <dc:creator>Robert_I_Intel</dc:creator>
      <dc:date>2016-02-12T22:10:20Z</dc:date>
    </item>
  </channel>
</rss>

