<?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: oneapi device selector fails in docker in Intel® oneAPI DPC++/C++ Compiler</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/oneapi-device-selector-fails-in-docker/m-p/1407888#M2462</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We see that you did not install the Intel Graphics Driver in the Docker.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Please refer to the below link for more details to install the Graphics Driver and this docker example is for Ubuntu 20.4. (Line No: 42-45)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/intel/oneapi-containers/blob/master/images/docker/basekit/Dockerfile.ubuntu-20.04" target="_blank" rel="noopener"&gt;https://github.com/intel/oneapi-containers/blob/master/images/docker/basekit/Dockerfile.ubuntu-20.04&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please Install the graphics driver and let us know if you still face the same issue.&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, 16 Aug 2022 05:29:49 GMT</pubDate>
    <dc:creator>NoorjahanSk_Intel</dc:creator>
    <dc:date>2022-08-16T05:29:49Z</dc:date>
    <item>
      <title>oneapi device selector fails in docker</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/oneapi-device-selector-fails-in-docker/m-p/1404282#M2457</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;
&lt;P&gt;I've built a docker image with my own software and as a dependency intel oneapi basekit.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I run the image like this&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;```&lt;/P&gt;
&lt;P&gt;docker run -it --rm --device=/dev/dri -v $(pwd)/advdiff:/qspcc/advdiff cosbi/qspcc-plus bash&lt;/P&gt;
&lt;P&gt;```&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;to expose my gpu to the container ( I read about --device here &lt;A href="https://www.intel.com/content/www/us/en/develop/documentation/get-started-with-intel-oneapi-base-linux/top/using-containers/using-containers-with-the-command-line.html" target="_blank" rel="noopener"&gt;https://www.intel.com/content/www/us/en/develop/documentation/get-started-with-intel-oneapi-base-linux/top/using-containers/using-containers-with-the-command-line.html&lt;/A&gt; )&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;but once in the container if I type&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;```&lt;/P&gt;
&lt;P&gt;qspcc-server:/qspcc/advdiff&amp;gt; /opt/intel/compiler/latest/linux/bin/sycl-ls&lt;BR /&gt;[host:host:0] SYCL host platform, SYCL host device 1.2 [1.2]&lt;/P&gt;
&lt;P&gt;```&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;it is showing nothing, neither the CPU.&lt;/P&gt;
&lt;P&gt;this is the output of lspci on the host&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;```&lt;/P&gt;
&lt;P&gt;$ lspci&lt;BR /&gt;00:00.0 Host bridge: Intel Corporation Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Host Bridge/DRAM Registers (rev 07)&lt;BR /&gt;00:01.0 PCI bridge: Intel Corporation Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor PCIe Controller (x16) (rev 07)&lt;BR /&gt;00:02.0 VGA compatible controller: Intel Corporation HD Graphics 530 (rev 06)&lt;/P&gt;
&lt;P&gt;```&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can anyone tell me howto expose my cpu/gpu to the docker container?&lt;/P&gt;
&lt;P&gt;The host is ubuntu 20.04 LTS, the docker image debian 11.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thank you&lt;/P&gt;
&lt;P&gt;Danilo&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jul 2022 16:12:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/oneapi-device-selector-fails-in-docker/m-p/1404282#M2457</guid>
      <dc:creator>Tomasoni</dc:creator>
      <dc:date>2022-07-28T16:12:02Z</dc:date>
    </item>
    <item>
      <title>Re: oneapi device selector fails in docker</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/oneapi-device-selector-fails-in-docker/m-p/1404482#M2458</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for reaching out to us.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you please provide us with the docker file and steps you have followed to build the docker file so that we can try it from our end?&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&amp;gt;&amp;gt;I've built a docker image with my own software&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;Please let us know the detailes of the software you used to create docker image?&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>Fri, 29 Jul 2022 07:19:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/oneapi-device-selector-fails-in-docker/m-p/1404482#M2458</guid>
      <dc:creator>NoorjahanSk_Intel</dc:creator>
      <dc:date>2022-07-29T07:19:34Z</dc:date>
    </item>
    <item>
      <title>Re: oneapi device selector fails in docker</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/oneapi-device-selector-fails-in-docker/m-p/1404520#M2459</link>
      <description>&lt;P&gt;Hello and thank you for your answer.&lt;/P&gt;
&lt;P&gt;The issue was related to the fact that I've not executed&lt;/P&gt;
&lt;P&gt;. /opt/intel/setvars.sh&lt;/P&gt;
&lt;P&gt;before calling sycl-ls&lt;/P&gt;
&lt;P&gt;I was exporting the libraries manually through LD_LIBRARY_PATH&lt;/P&gt;
&lt;P&gt;Now I understand that every time I want to do something with MKL I need to call setvars.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I still have a problem though.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The output now is&lt;/P&gt;
&lt;LI-CODE lang="bash"&gt;&amp;gt; /opt/intel/compiler/latest/linux/bin/sycl-ls
[opencl:acc:0] Intel(R) FPGA Emulation Platform for OpenCL(TM), Intel(R) FPGA Emulation Device 1.2 [2022.13.3.0.16_160000]
[opencl:cpu:1] Intel(R) OpenCL, Intel(R) Core(TM) i5-6500 CPU @ 3.20GHz 3.0 [2022.13.3.0.16_160000]
[host:host:0] SYCL host platform, SYCL host device 1.2 [1.2]&lt;/LI-CODE&gt;
&lt;P&gt;But why my GPU is not there? What is this FPGA emulation?&lt;/P&gt;
&lt;P&gt;I've installed intel-opencl-icd both in the docker container and in the host machine.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The same holds for another machine with an Intel Iris Xe Graphics in windows.&lt;/P&gt;
&lt;LI-CODE lang="bash"&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]
[opencl:cpu:1] Intel(R) OpenCL, 11th Gen Intel(R) Core(TM) i7-1165G7 @ 2.80GHz 3.0 [2022.13.3.0.16_160000]
[host:host:0] SYCL host platform, SYCL host device 1.2 [1.2]&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I attach a sample dockerfile without my program and other dependencies, but that behaves the same.&lt;/P&gt;
&lt;P&gt;Thank you again for your help.&lt;/P&gt;
&lt;P&gt;Danilo&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jul 2022 10:08:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/oneapi-device-selector-fails-in-docker/m-p/1404520#M2459</guid>
      <dc:creator>Tomasoni</dc:creator>
      <dc:date>2022-07-29T10:08:27Z</dc:date>
    </item>
    <item>
      <title>Re: oneapi device selector fails in docker</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/oneapi-device-selector-fails-in-docker/m-p/1405390#M2460</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;Could you please try using &lt;SPAN&gt;&amp;nbsp;--&lt;/SPAN&gt;&lt;STRONG style="font-size: 14px; font-family: arial, sans-serif;"&gt;privileged &lt;/STRONG&gt;option while running the docker file?&lt;/P&gt;
&lt;P&gt;This flag will give all the capabilities to the container that a host can perform.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Command:&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;docker run -idt --privileged &amp;lt;image&amp;gt; bash&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We have tried to run intel/oneapi-basekit docker image and are able to see GPU information in the container.&lt;/P&gt;
&lt;P&gt;Please find the attached 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-1659434941133.png" style="width: 400px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/32269i391A22722D5CFDEB/image-size/medium?v=v2&amp;amp;px=400&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="NoorjahanSk_Intel_0-1659434941133.png" alt="NoorjahanSk_Intel_0-1659434941133.png" /&gt;&lt;/span&gt;&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, 02 Aug 2022 10:09:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/oneapi-device-selector-fails-in-docker/m-p/1405390#M2460</guid>
      <dc:creator>NoorjahanSk_Intel</dc:creator>
      <dc:date>2022-08-02T10:09:10Z</dc:date>
    </item>
    <item>
      <title>Rif.: oneapi device selector fails in docker</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/oneapi-device-selector-fails-in-docker/m-p/1406754#M2461</link>
      <description>&lt;P&gt;Hello, thank you for your answer.&lt;/P&gt;
&lt;P&gt;The result in the linux box with&lt;/P&gt;
&lt;P&gt;```&lt;/P&gt;
&lt;P&gt;docker run -it --rm --privileged --device=/dev/dri -v $(pwd)/advdiff:/qspcc/advdiff &amp;lt;IMAGE&amp;gt; bash&lt;/P&gt;
&lt;P&gt;```&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;is the same.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;```&lt;/P&gt;
&lt;P&gt;&amp;gt; /opt/intel/compiler/latest/linux/bin/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, Intel(R) Core(TM) i5-6500 CPU @ 3.20GHz 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;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is the output of lspci in the host&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;```&lt;/P&gt;
&lt;P&gt;~$ lspci&lt;BR /&gt;00:00.0 Host bridge: Intel Corporation Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor Host Bridge/DRAM Registers (rev 07)&lt;BR /&gt;00:01.0 PCI bridge: Intel Corporation Xeon E3-1200 v5/E3-1500 v5/6th Gen Core Processor PCIe Controller (x16) (rev 07)&lt;BR /&gt;00:02.0 VGA compatible controller: Intel Corporation HD Graphics 530 (rev 06)&lt;BR /&gt;00:14.0 USB controller: Intel Corporation 100 Series/C230 Series Chipset Family USB 3.0 xHCI Controller (rev 31)&lt;BR /&gt;00:14.2 Signal processing controller: Intel Corporation 100 Series/C230 Series Chipset Family Thermal Subsystem (rev 31)&lt;BR /&gt;00:16.0 Communication controller: Intel Corporation 100 Series/C230 Series Chipset Family MEI Controller #1 (rev 31)&lt;BR /&gt;00:16.3 Serial controller: Intel Corporation 100 Series/C230 Series Chipset Family KT Redirection (rev 31)&lt;BR /&gt;00:17.0 RAID bus controller: Intel Corporation SATA Controller [RAID mode] (rev 31)&lt;BR /&gt;00:1f.0 ISA bridge: Intel Corporation Q170 Chipset LPC/eSPI Controller (rev 31)&lt;BR /&gt;00:1f.2 Memory controller: Intel Corporation 100 Series/C230 Series Chipset Family Power Management Controller (rev 31)&lt;BR /&gt;00:1f.3 Audio device: Intel Corporation 100 Series/C230 Series Chipset Family HD Audio Controller (rev 31)&lt;BR /&gt;00:1f.4 SMBus: Intel Corporation 100 Series/C230 Series Chipset Family SMBus (rev 31)&lt;BR /&gt;00:1f.6 Ethernet controller: Intel Corporation Ethernet Connection (2) I219-LM (rev 31)&lt;/P&gt;
&lt;P&gt;```&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In the other pc with an Intel Iris Xe Graphics in windows I run&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;```&lt;/P&gt;
&lt;P&gt;docker run -it --privileged --rm -v ${PWD}\tests:/qspcc/tests &amp;lt;IMAGE&amp;gt; bash&lt;/P&gt;
&lt;P&gt;```&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;and get the same&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;```&lt;/P&gt;
&lt;P&gt;&amp;gt; /opt/intel/compiler/latest/linux/bin/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, 11th Gen Intel(R) Core(TM) i7-1165G7 @ 2.80GHz 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;/P&gt;</description>
      <pubDate>Mon, 08 Aug 2022 12:43:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/oneapi-device-selector-fails-in-docker/m-p/1406754#M2461</guid>
      <dc:creator>Tomasoni</dc:creator>
      <dc:date>2022-08-08T12:43:11Z</dc:date>
    </item>
    <item>
      <title>Re: oneapi device selector fails in docker</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/oneapi-device-selector-fails-in-docker/m-p/1407888#M2462</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We see that you did not install the Intel Graphics Driver in the Docker.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Please refer to the below link for more details to install the Graphics Driver and this docker example is for Ubuntu 20.4. (Line No: 42-45)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/intel/oneapi-containers/blob/master/images/docker/basekit/Dockerfile.ubuntu-20.04" target="_blank" rel="noopener"&gt;https://github.com/intel/oneapi-containers/blob/master/images/docker/basekit/Dockerfile.ubuntu-20.04&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please Install the graphics driver and let us know if you still face the same issue.&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, 16 Aug 2022 05:29:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/oneapi-device-selector-fails-in-docker/m-p/1407888#M2462</guid>
      <dc:creator>NoorjahanSk_Intel</dc:creator>
      <dc:date>2022-08-16T05:29:49Z</dc:date>
    </item>
    <item>
      <title>Re:oneapi device selector fails in docker</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/oneapi-device-selector-fails-in-docker/m-p/1409386#M2463</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We haven't heard back from you. Could you please provide an update on your issue?&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>Fri, 19 Aug 2022 09:46:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/oneapi-device-selector-fails-in-docker/m-p/1409386#M2463</guid>
      <dc:creator>NoorjahanSk_Intel</dc:creator>
      <dc:date>2022-08-19T09:46:04Z</dc:date>
    </item>
    <item>
      <title>Re:oneapi device selector fails in docker</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/oneapi-device-selector-fails-in-docker/m-p/1410954#M2464</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We have not heard back from you, so we will close this inquiry now. If you need further assistance, please post a new question.&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>Fri, 26 Aug 2022 11:52:25 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/oneapi-device-selector-fails-in-docker/m-p/1410954#M2464</guid>
      <dc:creator>NoorjahanSk_Intel</dc:creator>
      <dc:date>2022-08-26T11:52:25Z</dc:date>
    </item>
    <item>
      <title>Rif.: oneapi device selector fails in docker</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/oneapi-device-selector-fails-in-docker/m-p/1411312#M2466</link>
      <description>&lt;P&gt;I'm sorry for the late reply, but I don't get e-mail updates.&lt;/P&gt;
&lt;P&gt;I'll try installing drivers asap and let you know.&lt;/P&gt;
&lt;P&gt;thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Aug 2022 06:04:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/oneapi-device-selector-fails-in-docker/m-p/1411312#M2466</guid>
      <dc:creator>Tomasoni</dc:creator>
      <dc:date>2022-08-29T06:04:37Z</dc:date>
    </item>
    <item>
      <title>Rif.: oneapi device selector fails in docker</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/oneapi-device-selector-fails-in-docker/m-p/1411316#M2467</link>
      <description>&lt;P&gt;Hello again,&lt;/P&gt;
&lt;P&gt;I checked my dockerfile and I installed intel-opencl-icd&amp;nbsp; I thought it would be sufficient for the driver installation (line 47 of my dockerfile)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I looked at your sample dockerfile but it is installing also dscpp and other dependencies I'm already installing later (line 106 of my dockerfile) which is the package name that I'm missing? maybe `intel-level-zero-gpu level-zero` ?&lt;/P&gt;
&lt;P&gt;I don't think I need dev packages since I'm only compiling against oneapi, or am I wrong?&lt;/P&gt;
&lt;P&gt;The reason why I don't install everything is just because I want to keep the docker as slim as possible.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;
&lt;P&gt;Danilo&lt;/P&gt;</description>
      <pubDate>Mon, 29 Aug 2022 06:17:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/oneapi-device-selector-fails-in-docker/m-p/1411316#M2467</guid>
      <dc:creator>Tomasoni</dc:creator>
      <dc:date>2022-08-29T06:17:46Z</dc:date>
    </item>
    <item>
      <title>Rif.: oneapi device selector fails in docker</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/oneapi-device-selector-fails-in-docker/m-p/1411631#M2470</link>
      <description>&lt;P&gt;Thank you, now it works, I tried adding to the dockerfile&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;```&lt;/P&gt;
&lt;P&gt;# repository to install Intel(R) GPU drivers&lt;BR /&gt;RUN curl -fsSL &lt;A href="https://repositories.intel.com/graphics/intel-graphics.key" target="_blank"&gt;https://repositories.intel.com/graphics/intel-graphics.key&lt;/A&gt; | apt-key add -&lt;BR /&gt;RUN echo "deb [trusted=yes arch=amd64] &lt;A href="https://repositories.intel.com/graphics/ubuntu" target="_blank"&gt;https://repositories.intel.com/graphics/ubuntu&lt;/A&gt; focal main" &amp;gt; /etc/apt/sources.list.d/intel-graphics.list&lt;/P&gt;
&lt;P&gt;```&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;and then in the apt-get command I installed&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;intel-opencl-icd intel-level-zero-gpu level-zero level-zero-dev &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;now the gpu is recognized:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;```&lt;/P&gt;
&lt;P&gt;&amp;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, 11th Gen Intel(R) Core(TM) i7-1165G7 @ 2.80GHz 3.0 [2022.13.3.0.16_160000]&lt;BR /&gt;[opencl:gpu:2] Intel(R) OpenCL HD Graphics, Intel(R) Iris(R) Xe Graphics [0x9a49] 3.0 [22.23.23405]&lt;BR /&gt;[ext_oneapi_level_zero:gpu:0] Intel(R) Level-Zero, Intel(R) Iris(R) Xe Graphics [0x9a49] 1.3 [1.3.23405]&lt;BR /&gt;[host:host:0] SYCL host platform, SYCL host device 1.2 [1.2]&lt;BR /&gt;```&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thank you!&lt;/P&gt;</description>
      <pubDate>Tue, 30 Aug 2022 10:36:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/oneapi-device-selector-fails-in-docker/m-p/1411631#M2470</guid>
      <dc:creator>Tomasoni</dc:creator>
      <dc:date>2022-08-30T10:36:55Z</dc:date>
    </item>
  </channel>
</rss>

