<?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 Re: Unable to view Intel Xeon 4th Gen in list of available oneAPI devices in Intel® oneAPI DPC++/C++ Compiler</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Unable-to-view-Intel-Xeon-4th-Gen-in-list-of-available-oneAPI/m-p/1556666#M3470</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for providing the details.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please uninstall the older versions of oneAPI and try with latest oneAPI version 2024.0&amp;nbsp;and let us know if the issue still persists?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Before building the code please source the setvar.sh file to set the oneAPI Environment using below command.&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&amp;gt;&amp;gt;source /opt/intel/oneapi/setvars.sh&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also please provide us the output after running/executing the code and&amp;nbsp;&lt;EM&gt;"sycl-ls --verbose&lt;/EM&gt; " output.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;
&lt;P&gt;Noorjahan.&lt;/P&gt;</description>
    <pubDate>Fri, 29 Dec 2023 04:55:47 GMT</pubDate>
    <dc:creator>NoorjahanSk_Intel</dc:creator>
    <dc:date>2023-12-29T04:55:47Z</dc:date>
    <item>
      <title>Unable to view Intel Xeon 4th Gen in list of available oneAPI devices</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Unable-to-view-Intel-Xeon-4th-Gen-in-list-of-available-oneAPI/m-p/1554627#M3466</link>
      <description>&lt;P&gt;The code below does not display Intel Xeon 4th Gen CPU (Intel(R) Xeon(R) Platinum 8480+) in the list of available devices when executed.&lt;BR /&gt;&lt;BR /&gt;Able to see the same under cat /proc/cpuinfo.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;#include &amp;lt;sycl/sycl.hpp&amp;gt;&lt;/P&gt;&lt;P&gt;int main()&lt;BR /&gt;{&lt;BR /&gt;for (auto platform : sycl::platform::get_platforms())&lt;BR /&gt;{&lt;BR /&gt;std::cout &amp;lt;&amp;lt; "Platform: "&lt;BR /&gt;&amp;lt;&amp;lt; platform.get_info&amp;lt;sycl::info::platform::name&amp;gt;()&lt;BR /&gt;&amp;lt;&amp;lt; std::endl;&lt;/P&gt;&lt;P&gt;for (auto device : platform.get_devices())&lt;BR /&gt;{&lt;BR /&gt;std::cout &amp;lt;&amp;lt; "\tDevice: "&lt;BR /&gt;&amp;lt;&amp;lt; device.get_info&amp;lt;sycl::info::device::name&amp;gt;()&lt;BR /&gt;&amp;lt;&amp;lt; std::endl;&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;}&lt;/P&gt;</description>
      <pubDate>Sat, 16 Dec 2023 03:46:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Unable-to-view-Intel-Xeon-4th-Gen-in-list-of-available-oneAPI/m-p/1554627#M3466</guid>
      <dc:creator>Yojan1</dc:creator>
      <dc:date>2023-12-16T03:46:38Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to view Intel Xeon 4th Gen in list of available oneAPI devices</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Unable-to-view-Intel-Xeon-4th-Gen-in-list-of-available-oneAPI/m-p/1555490#M3467</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for posting in Intel Communities.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We've successfully tested the provided sample code on Ubuntu 20.04 with the icpx compiler version 2024.0, and the CPU is displaying correctly. Please refer to the below screenshot for more details.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="NoorjahanSk_Intel_0-1702990769363.png" style="width: 400px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/49456i14A6EC9934AF9F1C/image-size/medium?v=v2&amp;amp;px=400&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="NoorjahanSk_Intel_0-1702990769363.png" alt="NoorjahanSk_Intel_0-1702990769363.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please provide us with the following information:&lt;/P&gt;
&lt;P&gt;1. Details about your operating system.&lt;/P&gt;
&lt;P&gt;2. Output of the &lt;STRONG&gt;&lt;EM&gt;'sycl-ls'&lt;/EM&gt;&lt;/STRONG&gt; command.&lt;/P&gt;
&lt;P&gt;3. If there's any specific error during the code build, please share the exact error message.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;
&lt;P&gt;Noorjahan.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Dec 2023 12:59:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Unable-to-view-Intel-Xeon-4th-Gen-in-list-of-available-oneAPI/m-p/1555490#M3467</guid>
      <dc:creator>NoorjahanSk_Intel</dc:creator>
      <dc:date>2023-12-19T12:59:41Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to view Intel Xeon 4th Gen in list of available oneAPI devices</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Unable-to-view-Intel-Xeon-4th-Gen-in-list-of-available-oneAPI/m-p/1555688#M3468</link>
      <description>&lt;P&gt;1) Rocky Linux 9.2 (Blue Onyx) - Kernel :&amp;nbsp;5.14.0-284.25.1.el9_2.x86_64&lt;/P&gt;&lt;P&gt;2) No devices displayed on sycl-ls&lt;/P&gt;&lt;P&gt;[user1@gs6 SYCL]$ sycl-ls&lt;BR /&gt;[user1@gs6 SYCL]$&lt;/P&gt;&lt;P&gt;3) No errors during compile of the code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;OneAPI version 2023.0.0&lt;/P&gt;</description>
      <pubDate>Tue, 19 Dec 2023 20:53:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Unable-to-view-Intel-Xeon-4th-Gen-in-list-of-available-oneAPI/m-p/1555688#M3468</guid>
      <dc:creator>Yojan1</dc:creator>
      <dc:date>2023-12-19T20:53:47Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to view Intel Xeon 4th Gen in list of available oneAPI devices</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Unable-to-view-Intel-Xeon-4th-Gen-in-list-of-available-oneAPI/m-p/1556666#M3470</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for providing the details.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please uninstall the older versions of oneAPI and try with latest oneAPI version 2024.0&amp;nbsp;and let us know if the issue still persists?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Before building the code please source the setvar.sh file to set the oneAPI Environment using below command.&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&amp;gt;&amp;gt;source /opt/intel/oneapi/setvars.sh&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also please provide us the output after running/executing the code and&amp;nbsp;&lt;EM&gt;"sycl-ls --verbose&lt;/EM&gt; " output.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;
&lt;P&gt;Noorjahan.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Dec 2023 04:55:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Unable-to-view-Intel-Xeon-4th-Gen-in-list-of-available-oneAPI/m-p/1556666#M3470</guid>
      <dc:creator>NoorjahanSk_Intel</dc:creator>
      <dc:date>2023-12-29T04:55:47Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to view Intel Xeon 4th Gen in list of available oneAPI devices</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Unable-to-view-Intel-Xeon-4th-Gen-in-list-of-available-oneAPI/m-p/1557588#M3474</link>
      <description>&lt;P&gt;Thank you, the setvars.sh was not being sourced.&lt;BR /&gt;It is working now.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Dec 2023 20:44:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Unable-to-view-Intel-Xeon-4th-Gen-in-list-of-available-oneAPI/m-p/1557588#M3474</guid>
      <dc:creator>Yojan1</dc:creator>
      <dc:date>2023-12-26T20:44:56Z</dc:date>
    </item>
    <item>
      <title>Re:Unable to view Intel Xeon 4th Gen in list of available oneAPI devices</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Unable-to-view-Intel-Xeon-4th-Gen-in-list-of-available-oneAPI/m-p/1557691#M3475</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;gt;&amp;gt;It is working now.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Thanks for the confirmation and glad to know that your issue is resolved. If you need any additional information, please post a new question as this thread will no longer be monitored by Intel.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Noorjahan.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 27 Dec 2023 05:16:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/Unable-to-view-Intel-Xeon-4th-Gen-in-list-of-available-oneAPI/m-p/1557691#M3475</guid>
      <dc:creator>NoorjahanSk_Intel</dc:creator>
      <dc:date>2023-12-27T05:16:03Z</dc:date>
    </item>
  </channel>
</rss>

