<?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 OpenCL Runtime for Ubuntu 20.04 in OpenCL* for CPU</title>
    <link>https://community.intel.com/t5/OpenCL-for-CPU/OpenCL-Runtime-for-Ubuntu-20-04/m-p/1366728#M6961</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I'm trying to install the OpenCL Runtime for CPUs on my machine running Ubuntu 20.04 with the&amp;nbsp;Intel(R) Core(TM) i7-10875H CPU. I've gone through the very tedious procedure of registration to get access to the file '&lt;SPAN&gt;l_opencl_p_18.1.0.015&lt;/SPAN&gt;', only to find out that it supports only up to Ubuntu 16.04. I can't find any &lt;STRONG&gt;up-to-date&lt;/STRONG&gt; information on how to install a CPU runtime. Is there one at all?&lt;/P&gt;
&lt;P&gt;If someone understands the obscure Intel website structure and knows where to find actual relevant information without dead links and weird redirections, please point me to the right place.&lt;/P&gt;
&lt;P&gt;Thank you very much!&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;edit:&lt;/STRONG&gt; By now I've found that the CPU runtime is apparently part of the oneAPI package (using&amp;nbsp;&lt;A href="https://www.intel.com/content/dam/develop/external/us/en/documents/opencl_cpu_runtime-2022-0-release-notes-v1.0.pdf" target="_blank" rel="noopener"&gt;this&lt;/A&gt;&amp;nbsp;and&amp;nbsp;&lt;A href="https://www.intel.com/content/www/us/en/develop/documentation/installation-guide-for-intel-oneapi-toolkits-linux/top/installation/install-using-package-managers/apt.html" target="_blank" rel="noopener"&gt;that&lt;/A&gt;). So I added the APT source and installed the package&amp;nbsp;intel-oneapi-runtime-opencl, however, clinfo still only shows the platforms for Intel HD Graphics and Nvidia CUDA. I installed the Intel GPU runtime from &lt;A href="https://github.com/intel/compute-runtime" target="_self"&gt;the NEO github repository,&lt;/A&gt; if that's relevant.&lt;/P&gt;</description>
    <pubDate>Tue, 08 Mar 2022 13:13:00 GMT</pubDate>
    <dc:creator>simonh</dc:creator>
    <dc:date>2022-03-08T13:13:00Z</dc:date>
    <item>
      <title>OpenCL Runtime for Ubuntu 20.04</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/OpenCL-Runtime-for-Ubuntu-20-04/m-p/1366728#M6961</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I'm trying to install the OpenCL Runtime for CPUs on my machine running Ubuntu 20.04 with the&amp;nbsp;Intel(R) Core(TM) i7-10875H CPU. I've gone through the very tedious procedure of registration to get access to the file '&lt;SPAN&gt;l_opencl_p_18.1.0.015&lt;/SPAN&gt;', only to find out that it supports only up to Ubuntu 16.04. I can't find any &lt;STRONG&gt;up-to-date&lt;/STRONG&gt; information on how to install a CPU runtime. Is there one at all?&lt;/P&gt;
&lt;P&gt;If someone understands the obscure Intel website structure and knows where to find actual relevant information without dead links and weird redirections, please point me to the right place.&lt;/P&gt;
&lt;P&gt;Thank you very much!&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;edit:&lt;/STRONG&gt; By now I've found that the CPU runtime is apparently part of the oneAPI package (using&amp;nbsp;&lt;A href="https://www.intel.com/content/dam/develop/external/us/en/documents/opencl_cpu_runtime-2022-0-release-notes-v1.0.pdf" target="_blank" rel="noopener"&gt;this&lt;/A&gt;&amp;nbsp;and&amp;nbsp;&lt;A href="https://www.intel.com/content/www/us/en/develop/documentation/installation-guide-for-intel-oneapi-toolkits-linux/top/installation/install-using-package-managers/apt.html" target="_blank" rel="noopener"&gt;that&lt;/A&gt;). So I added the APT source and installed the package&amp;nbsp;intel-oneapi-runtime-opencl, however, clinfo still only shows the platforms for Intel HD Graphics and Nvidia CUDA. I installed the Intel GPU runtime from &lt;A href="https://github.com/intel/compute-runtime" target="_self"&gt;the NEO github repository,&lt;/A&gt; if that's relevant.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Mar 2022 13:13:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/OpenCL-Runtime-for-Ubuntu-20-04/m-p/1366728#M6961</guid>
      <dc:creator>simonh</dc:creator>
      <dc:date>2022-03-08T13:13:00Z</dc:date>
    </item>
    <item>
      <title>Re:OpenCL Runtime for Ubuntu 20.04</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/OpenCL-Runtime-for-Ubuntu-20-04/m-p/1374609#M6995</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Did you set the oneapi environment before use clinfo command?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;On my machine, I installed the entire oneapi package.&lt;/P&gt;&lt;P&gt; If I use "clinfo -l" directly, only  GPU is shown. &lt;/P&gt;&lt;P&gt;But if I set oneapi environment via command "source /opt/intel/oneapi/setvars.sh", then use "clinfo -l" command, the CPU platform is displayed.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Apr 2022 03:28:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/OpenCL-Runtime-for-Ubuntu-20-04/m-p/1374609#M6995</guid>
      <dc:creator>cw_intel</dc:creator>
      <dc:date>2022-04-06T03:28:45Z</dc:date>
    </item>
    <item>
      <title>Re: Re:OpenCL Runtime for Ubuntu 20.04</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/OpenCL-Runtime-for-Ubuntu-20-04/m-p/1375463#M7004</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;thank you for your response! Indeed, sourcing setvars.sh helped. Well, now the Intel CPU platform is listed twice but at least it shows up in the first place. Maybe this step should be added to the install guide and release notes as it seems to be required.&lt;/P&gt;
&lt;P&gt;Best&lt;/P&gt;</description>
      <pubDate>Fri, 08 Apr 2022 06:50:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/OpenCL-Runtime-for-Ubuntu-20-04/m-p/1375463#M7004</guid>
      <dc:creator>simonh</dc:creator>
      <dc:date>2022-04-08T06:50:41Z</dc:date>
    </item>
    <item>
      <title>Re:OpenCL Runtime for Ubuntu 20.04</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/OpenCL-Runtime-for-Ubuntu-20-04/m-p/1376081#M7010</link>
      <description>&lt;P&gt;Thanks for accepting our solution, and  thanks for your suggestion. If you have any other question, please create a new case as this thread will no longer be monitored by Intel. &lt;/P&gt;&lt;P&gt;​&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 11 Apr 2022 08:02:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/OpenCL-Runtime-for-Ubuntu-20-04/m-p/1376081#M7010</guid>
      <dc:creator>cw_intel</dc:creator>
      <dc:date>2022-04-11T08:02:34Z</dc:date>
    </item>
  </channel>
</rss>

