<?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:GPU not accessible on ADL-N platform while running DPC++ program (CL_DEVICE_NOT_FOUND) in Graphics</title>
    <link>https://community.intel.com/t5/Graphics/GPU-not-accessible-on-ADL-N-platform-while-running-DPC-program/m-p/1414151#M109809</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Could you please try updating the GPU drivers using the below link:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.intel.in/content/www/in/en/support/intel-driver-support-assistant.html" target="_blank"&gt;https://www.intel.in/content/www/in/en/support/intel-driver-support-assistant.html&lt;/A&gt;&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;Hemanth&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 12 Sep 2022 10:51:41 GMT</pubDate>
    <dc:creator>HemanthCH_Intel</dc:creator>
    <dc:date>2022-09-12T10:51:41Z</dc:date>
    <item>
      <title>GPU not accessible on ADL-N platform while running DPC++ program (CL_DEVICE_NOT_FOUND)</title>
      <link>https://community.intel.com/t5/Graphics/GPU-not-accessible-on-ADL-N-platform-while-running-DPC-program/m-p/1413304#M109804</link>
      <description>&lt;P&gt;Getting&amp;nbsp;CL_DEVICE_NOT_FOUND while running DPCPP program on ADL-N platform.&amp;nbsp;&lt;BR /&gt;Also tried after installing intel compute-runtime libraries, still facing the same issue.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;terminate called after throwing an instance of 'cl::sycl::runtime_error'&lt;BR /&gt;what(): No device of requested type available. Please check &lt;A href="https://software.intel.com/content/www/us/en/develop/articles/intel-oneapi-dpcpp-system-requirements.html" target="_blank" rel="noopener"&gt;https://software.intel.com/content/www/us/en/develop/articles/intel-oneapi-dpcpp-system-requirements.html&lt;/A&gt; -1 (CL_DEVICE_NOT_FOUND)&lt;BR /&gt;Aborted (core dumped)&lt;/P&gt;</description>
      <pubDate>Wed, 07 Sep 2022 16:16:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/GPU-not-accessible-on-ADL-N-platform-while-running-DPC-program/m-p/1413304#M109804</guid>
      <dc:creator>AvdheshChouhan</dc:creator>
      <dc:date>2022-09-07T16:16:45Z</dc:date>
    </item>
    <item>
      <title>Re: GPU not accessible on ADL-N platform while running DPC++ program (CL_DEVICE_NOT_FOUND)</title>
      <link>https://community.intel.com/t5/Graphics/GPU-not-accessible-on-ADL-N-platform-while-running-DPC-program/m-p/1413683#M109805</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for posting in Intel Communities.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please provide the output of the below command to investigate more on your issue?&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;sycl-ls&lt;/LI-CODE&gt;
&lt;P&gt;Could you please provide the sample reproducer code?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;
&lt;P&gt;Hemanth&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Sep 2022 04:54:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/GPU-not-accessible-on-ADL-N-platform-while-running-DPC-program/m-p/1413683#M109805</guid>
      <dc:creator>HemanthCH_Intel</dc:creator>
      <dc:date>2022-09-09T04:54:26Z</dc:date>
    </item>
    <item>
      <title>Re: GPU not accessible on ADL-N platform while running DPC++ program (CL_DEVICE_NOT_FOUND)</title>
      <link>https://community.intel.com/t5/Graphics/GPU-not-accessible-on-ADL-N-platform-while-running-DPC-program/m-p/1413694#M109806</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/183734"&gt;@HemanthCH_Intel&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;Thank you for the response. Please find the output of sycl-ls command below.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;#sycl-ls&lt;BR /&gt;[opencl:acc:0] Intel(R) FPGA Emulation Platform for OpenCL(TM), Intel(R) FPGA Emulation Device 1.2 [2022.13.3.0.16_160000]&lt;BR /&gt;[opencl:cpu:1] Intel(R) OpenCL, Genuine Intel(R) 0000 3.0 [2022.13.3.0.16_160000]&lt;BR /&gt;[host:host:0] SYCL host platform, SYCL host device 1.2 [1.2]&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Its not a code specific issue, its not able to find the gpu device, getting the device using following code. gpu_selector gives "&lt;SPAN&gt;CL_DEVICE_NOT_FOUND" error while&lt;/SPAN&gt;&amp;nbsp;default_selector returns CPU.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;auto&lt;/SPAN&gt; &lt;SPAN&gt;prop_list&lt;/SPAN&gt;&lt;SPAN&gt; = property_list{&lt;/SPAN&gt;&lt;SPAN&gt;property&lt;/SPAN&gt;&lt;SPAN&gt;::&lt;/SPAN&gt;&lt;SPAN&gt;queue&lt;/SPAN&gt;&lt;SPAN&gt;::&lt;/SPAN&gt;&lt;SPAN&gt;enable_profiling&lt;/SPAN&gt;&lt;SPAN&gt;()};&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;queue &lt;/SPAN&gt;&lt;SPAN&gt;q&lt;/SPAN&gt;&lt;SPAN&gt;(gpu_selector{}, &lt;/SPAN&gt;&lt;SPAN&gt;dpc_common&lt;/SPAN&gt;&lt;SPAN&gt;::exception_handler, prop_list);&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV&gt;
&lt;DIV&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;cout&lt;/SPAN&gt; &lt;SPAN&gt;&amp;lt;&amp;lt;&lt;/SPAN&gt; &lt;SPAN&gt;"Running on "&lt;/SPAN&gt;&lt;SPAN&gt; &amp;lt;&amp;lt; &lt;/SPAN&gt;&lt;SPAN&gt;q&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;get_device&lt;/SPAN&gt;&lt;SPAN&gt;().&lt;/SPAN&gt;&lt;SPAN&gt;get_info&lt;/SPAN&gt;&lt;SPAN&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN&gt;info&lt;/SPAN&gt;&lt;SPAN&gt;::&lt;/SPAN&gt;&lt;SPAN&gt;device&lt;/SPAN&gt;&lt;SPAN&gt;::name&amp;gt;();&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;&lt;BR /&gt;PS: For my ADL-S setup, the gpu_selector only works with sudo, for for ADL-N its, not working with that either.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Avdhesh&lt;/P&gt;</description>
      <pubDate>Fri, 09 Sep 2022 05:28:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/GPU-not-accessible-on-ADL-N-platform-while-running-DPC-program/m-p/1413694#M109806</guid>
      <dc:creator>AvdheshChouhan</dc:creator>
      <dc:date>2022-09-09T05:28:38Z</dc:date>
    </item>
    <item>
      <title>Re:GPU not accessible on ADL-N platform while running DPC++ program (CL_DEVICE_NOT_FOUND)</title>
      <link>https://community.intel.com/t5/Graphics/GPU-not-accessible-on-ADL-N-platform-while-running-DPC-program/m-p/1413726#M109807</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We can see from the output of "sycl-ls" command that GPU is not present in ADL-N machine. When GPU is not present and when we try to run a program using GPU selector then we get the error as mentioned in the above post. You can use host, CPU, and FPGA selectors instead of GPU selector.&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;Hemanth&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 09 Sep 2022 10:10:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/GPU-not-accessible-on-ADL-N-platform-while-running-DPC-program/m-p/1413726#M109807</guid>
      <dc:creator>HemanthCH_Intel</dc:creator>
      <dc:date>2022-09-09T10:10:25Z</dc:date>
    </item>
    <item>
      <title>Re: GPU not accessible on ADL-N platform while running DPC++ program (CL_DEVICE_NOT_FOUND)</title>
      <link>https://community.intel.com/t5/Graphics/GPU-not-accessible-on-ADL-N-platform-while-running-DPC-program/m-p/1413853#M109808</link>
      <description>&lt;P&gt;Hi Hemanth,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ADL-N contains integrated GPU and has EU cores available. Hence it should be possible to detect GPUs on ADL-N platform. Please let us know how we can get unblocked.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Lejin&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Sep 2022 19:20:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/GPU-not-accessible-on-ADL-N-platform-while-running-DPC-program/m-p/1413853#M109808</guid>
      <dc:creator>Lejin_Joy</dc:creator>
      <dc:date>2022-09-09T19:20:15Z</dc:date>
    </item>
    <item>
      <title>Re:GPU not accessible on ADL-N platform while running DPC++ program (CL_DEVICE_NOT_FOUND)</title>
      <link>https://community.intel.com/t5/Graphics/GPU-not-accessible-on-ADL-N-platform-while-running-DPC-program/m-p/1414151#M109809</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Could you please try updating the GPU drivers using the below link:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.intel.in/content/www/in/en/support/intel-driver-support-assistant.html" target="_blank"&gt;https://www.intel.in/content/www/in/en/support/intel-driver-support-assistant.html&lt;/A&gt;&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;Hemanth&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 12 Sep 2022 10:51:41 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/GPU-not-accessible-on-ADL-N-platform-while-running-DPC-program/m-p/1414151#M109809</guid>
      <dc:creator>HemanthCH_Intel</dc:creator>
      <dc:date>2022-09-12T10:51:41Z</dc:date>
    </item>
    <item>
      <title>Re: GPU not accessible on ADL-N platform while running DPC++ program (CL_DEVICE_NOT_FOUND)</title>
      <link>https://community.intel.com/t5/Graphics/GPU-not-accessible-on-ADL-N-platform-while-running-DPC-program/m-p/1415012#M109810</link>
      <description>&lt;P&gt;The link that has been shared is generic driver link and is not helpful. After some exploration it&amp;nbsp; was found that ADL-N GPU Drivers are supported only in Linux Kernel version :&amp;nbsp;&lt;A href="https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/tree/include/drm/i915_pciids.h?h=v5.19.8" target="_blank"&gt;https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/tree/include/drm/i915_pciids.h?h=v5.19.8&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;SPAN&gt;/* ADL-N */&lt;/SPAN&gt;&lt;SPAN&gt;#define INTEL_ADLN_IDS(info) \&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;INTEL_VGA_DEVICE(0x46D0, info), \&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;INTEL_VGA_DEVICE(0x46D1, info), \&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;INTEL_VGA_DEVICE(0x46D2, info)&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, when installing Ubuntu 20.04 with this version of kernel tADL N board does not even boot up. Could you please give specific links to Linux Ubuntu GPU driver compatible for ADL-N board. There is an urgent need and request your&amp;nbsp; accuarte support to solve this issue.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Lejin&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Sep 2022 15:28:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/GPU-not-accessible-on-ADL-N-platform-while-running-DPC-program/m-p/1415012#M109810</guid>
      <dc:creator>Lejin_Joy</dc:creator>
      <dc:date>2022-09-15T15:28:26Z</dc:date>
    </item>
    <item>
      <title>Re:GPU not accessible on ADL-N platform while running DPC++ program (CL_DEVICE_NOT_FOUND)</title>
      <link>https://community.intel.com/t5/Graphics/GPU-not-accessible-on-ADL-N-platform-while-running-DPC-program/m-p/1415268#M109818</link>
      <description>&lt;P&gt;Hello Lejin_Joy,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;There is no official Linux Graphics driver version since the driver is made up of different subsystems like the kernel driver, Mesa 3D driver, and other drivers. Each has its current release version.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Most Linux-based* distributions already include Intel® Graphics Drivers. These drivers are provided and maintained by the Linux* distribution vendors and not by Intel. We recommend contacting the Linux* Operating System Vendors.&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.intel.com/content/www/us/en/support/topics/linux-osv.html" target="_blank"&gt;https://www.intel.com/content/www/us/en/support/topics/linux-osv.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;To have a better understanding of your issue, please provide me with the following:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;What is the GPU you are using?&lt;/LI&gt;&lt;LI&gt;Are you having a problem with a custom app?&lt;/LI&gt;&lt;LI&gt;Do you receive any error messages? Please provide me with a screenshot of the error message.&lt;/LI&gt;&lt;LI&gt;What happens when you see the error?&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Also, I noticed that you are not the original thread owner. However, I would like to confirm if you are working alongside with AvdheshChouhan (thread creator).&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Best regards,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Jean O.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Intel Customer Support Technician&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 16 Sep 2022 17:09:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/GPU-not-accessible-on-ADL-N-platform-while-running-DPC-program/m-p/1415268#M109818</guid>
      <dc:creator>Jean_Intel</dc:creator>
      <dc:date>2022-09-16T17:09:33Z</dc:date>
    </item>
    <item>
      <title>Re: Re:GPU not accessible on ADL-N platform while running DPC++ program (CL_DEVICE_NOT_FOUND)</title>
      <link>https://community.intel.com/t5/Graphics/GPU-not-accessible-on-ADL-N-platform-while-running-DPC-program/m-p/1415549#M109867</link>
      <description>&lt;P&gt;Hi Jean,&lt;BR /&gt;&lt;BR /&gt;Thank you for the response. So, it is better to contact ubuntu support for the GPU driver issue right ?&amp;nbsp; I will check with ubuntu support to investigate any possible kernel issue, and in case the kernel driver is not the issue please check the the following logs and see if can find a solution.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI class="sub_section_element_selectors"&gt;What is the GPU you are using?
&lt;UL&gt;
&lt;LI class="sub_section_element_selectors"&gt;We are using the integrated GPU on the ADL-N platform.&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI class="sub_section_element_selectors"&gt;Are you having a problem with a custom app?
&lt;UL&gt;
&lt;LI class="sub_section_element_selectors"&gt;Trying to compile the DPCPP code using the oneapi base toolkit.&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI class="sub_section_element_selectors"&gt;Do you receive any error messages? Please provide me with a screenshot of the error message.
&lt;UL&gt;
&lt;LI class="sub_section_element_selectors"&gt;When using the gpu_selector, getting following error:&amp;nbsp;&lt;BR /&gt;&lt;SPAN&gt;An exception is caught while thresholding.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;terminate called after throwing an instance of 'cl::sycl::runtime_error'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;what():&amp;nbsp;&amp;nbsp;No device of requested type available. Please check&amp;nbsp;&lt;A tabindex="-1" title="https://software.intel.com/content/www/us/en/develop/articles/intel-oneapi-dpcpp-system-requirements.html" href="https://software.intel.com/content/www/us/en/develop/articles/intel-oneapi-dpcpp-system-requirements.html" target="_blank" rel="noopener noreferrer" aria-label="Link https://software.intel.com/content/www/us/en/develop/articles/intel-oneapi-dpcpp-system-requirements.html"&gt;https://software.intel.com/content/www/us/en/develop/articles/intel-oneapi-dpcpp-system-requirements.html&lt;/A&gt;&amp;nbsp;-1 (CL_DEVICE_NOT_FOUND)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Aborted (core dumped)&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI class="sub_section_element_selectors"&gt;What happens when you see the error?
&lt;UL&gt;
&lt;LI class="sub_section_element_selectors"&gt;The error is not allowing to run code on GPU.&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P class="sub_section_element_selectors"&gt;&lt;BR /&gt;I am working with Lejin on the same project and this is a blocker for us, and hence expecting a quick resolution here.&amp;nbsp;&lt;BR /&gt;Thank you in advance.&lt;BR /&gt;&lt;BR /&gt;Thanks&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Sep 2022 06:23:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/GPU-not-accessible-on-ADL-N-platform-while-running-DPC-program/m-p/1415549#M109867</guid>
      <dc:creator>AvdheshChouhan</dc:creator>
      <dc:date>2022-09-19T06:23:37Z</dc:date>
    </item>
    <item>
      <title>Re:GPU not accessible on ADL-N platform while running DPC++ program (CL_DEVICE_NOT_FOUND)</title>
      <link>https://community.intel.com/t5/Graphics/GPU-not-accessible-on-ADL-N-platform-while-running-DPC-program/m-p/1415656#M109880</link>
      <description>&lt;P&gt;Hello AvdheshChouhan,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I appreciate the information provided.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;It is correct since Intel does not provide an official Linux-based driver. You should contact your Operating System distro for support regarding their kernel and Driver-related issues.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Also, I understand that you are using the Integrated GPU; however, provide me with the exact model of the IGPU you are using.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Best regards,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Jean O.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Intel Customer Support Technician&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 19 Sep 2022 15:01:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/GPU-not-accessible-on-ADL-N-platform-while-running-DPC-program/m-p/1415656#M109880</guid>
      <dc:creator>Jean_Intel</dc:creator>
      <dc:date>2022-09-19T15:01:15Z</dc:date>
    </item>
    <item>
      <title>Re: GPU not accessible on ADL-N platform while running DPC++ program (CL_DEVICE_NOT_FOUND)</title>
      <link>https://community.intel.com/t5/Graphics/GPU-not-accessible-on-ADL-N-platform-while-running-DPC-program/m-p/1415718#M109893</link>
      <description>&lt;P&gt;The issue was with kernel and the driver version as the support for ADL-N device id is in the latest release of compute runtime library and latest ubuntu kernel.&amp;nbsp; guc firmware was also not present, but now after all the dependencies I am able to detect the GPU and compile DPCPP code on ADL-N.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thank you.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://github.com/intel/compute-runtime/commit/7b2960f89131ec3c1e89a2caca7075b00a307750" target="_blank"&gt;https://github.com/intel/compute-runtime/commit/4b2f301e52ffc522ea09c0123ebf215ef0e6799d#diff-c38bae245ee95c52eb3b23ef1ab34f9060e0d5f430df0f9d105453453a76f115&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Sep 2022 20:28:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/GPU-not-accessible-on-ADL-N-platform-while-running-DPC-program/m-p/1415718#M109893</guid>
      <dc:creator>AvdheshChouhan</dc:creator>
      <dc:date>2022-09-19T20:28:05Z</dc:date>
    </item>
    <item>
      <title>Re:GPU not accessible on ADL-N platform while running DPC++ program (CL_DEVICE_NOT_FOUND)</title>
      <link>https://community.intel.com/t5/Graphics/GPU-not-accessible-on-ADL-N-platform-while-running-DPC-program/m-p/1415745#M109901</link>
      <description>&lt;P&gt;Hello AvdheshChouhan,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We're glad to know the information helped, and that you could find the solution to your issue. Hopefully, it will help other community members. Since the thread is now solved, we will close it. If you need any additional information, please submit a new question as this thread will no longer be monitored.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Best regards,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Jean O.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Intel Customer Support Technician&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 19 Sep 2022 21:28:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Graphics/GPU-not-accessible-on-ADL-N-platform-while-running-DPC-program/m-p/1415745#M109901</guid>
      <dc:creator>Jean_Intel</dc:creator>
      <dc:date>2022-09-19T21:28:31Z</dc:date>
    </item>
  </channel>
</rss>

