Intel® Distribution of OpenVINO™ Toolkit
Community assistance about the Intel® Distribution of OpenVINO™ toolkit, OpenCV, and all aspects of computer vision-related on Intel® platforms.

IGPU cant be detected

jasonsloan
New Contributor I
3,853 Views

My device:           Intel(R) Core(TM) i3-6100 CPU @ 3.70GHz

Phenomenon:    IGPU cant be detected.
Question:           
I am sure the CPU has the integrated graphics, but after I run the code posted in the picture, I can only get the CPU device name without the iGPU.

jasonsloan_0-1700644003967.png

 

0 Kudos
16 Replies
AlHill
Super User
3,842 Views

Do you have an add-on graphics card (like nvidia or amd)?

So the Intel support engineers can have more information about your system, Please download and run the Intel System Support Utility (https://downloadcenter.intel.com/download/25293/Intel-System-Support-Utility-for-Windows- ) for Windows. Select all data categories and then have it generate a report. Next, have the tool Save the report to a text file (don't try to use the Submit capability; it doesn't work). Finally, using the Drag and drop here or browse files to attach dialog below the edit box for the body of your response post, upload and attach this file to the response post.

Doc (not an Intel employee or contractor)
[Maybe Windows 12 will be better]

0 Kudos
jasonsloan
New Contributor I
3,806 Views

Thanks AlHill!

My system is ubuntu with graphics and I dont have an add-on graphics card, I beleive I can see the graphical inteface because of the iGPU works.
And can the tool you mentioned above work as well on ubuntu?

0 Kudos
Zulkifli_Intel
Moderator
3,815 Views

Hi jasonsloan,

 

Thank you for reaching out to us.

 

Intel(R) Core(TM) i3-6100 CPU @ 3.70GHz has Intel® HD Graphics 530, which is supported by OpenVINO (refer to system requirements).

 

Based on the screenshot that you shared. You are using Intel(R) Xeon(R) CPU E5-2640 v4 @ 2.40GHz instead of Intel(R) Core(TM) i3-6100 CPU @ 3.70GHz. The Intel(R) Xeon(R) CPU E5-2640 v4 @ 2.40GHz does not contain integrated graphics and I believe that is why no iGPU appeared. Please check your hardware.

 

Regards,

Zulkifli


0 Kudos
jasonsloan
New Contributor I
3,808 Views

Sorry to post a wrong screenshot. The right one is below.
Can you give me the instructions to fix the misdetection of the IGPU?
Thanks a lot!
 

jasonsloan_0-1700700067323.png

 

0 Kudos
Zulkifli_Intel
Moderator
3,774 Views

Hi jasonsloan,

 

Please share these details:

  1. OpenVINO version
  2. Ubuntu version
  3. Output of this command: lspci -k | grep -EA3 'VGA|3D|Display'
  4. Output of this command: clinfo

 

 

Regards,

Zulkifli 


0 Kudos
jasonsloan
New Contributor I
3,761 Views

Thanks for  your reply!

My environment is:

  1. OpenVINO version: 2023.1.0 - 12185 - 9e6b00e51cd - releases / 2023 / 1
  2. Ubuntu version: 22.04 LTS
  3. Output of this command: lspci -k | grep -EA3 'VGA|3D|Display'   

  jasonsloan_0-1700805361529.png      4.Output of this command: clinfo

jasonsloan_1-1700805792755.png

 

0 Kudos
Zulkifli_Intel
Moderator
3,742 Views

Hi jasonsloan,

 

These are the suggestions that you can try:

  1.  Enable Integrated Graphics in the BIOS. In the BIOS menu, the setting was under Chipset > Internal Graphics > [Enabled].
  2. Follow the Configure Intel Processor Graphics guide.

 

Regards,

Zulkifli


0 Kudos
jasonsloan
New Contributor I
3,648 Views

Thanks Zulkifli!

When I tried to fix it with your first suggestion, I couldnt find the setting you mentioned, and the complete bios setting of my computer is below:

jasonsloan_0-1701072461912.png

jasonsloan_1-1701072485873.png

 

 

0 Kudos
Zulkifli_Intel
Moderator
3,623 Views

Hi jasonsloan.

 

You can go to Video and then select Intel HD Graphic.

 

For your information, there was a similar issue in the compute-runtime GitHub page where the user also received "clinfo Number of platforms 0". This issue was resolved by adding the user to the "render" group. You can try this method to see if this solves the clinfo issue.

 

On the other hand, can you please try to install the apt packages below:

apt-get install -y ocl-icd-libopencl1 intel-opencl-icd intel-level-zero-gpu level-zero

 

Regards,

Zulkifli

 

0 Kudos
jasonsloan
New Contributor I
3,615 Views

Thanks Zulkifli!

 

As your suggestions above:
--Enable Integrated Graphics in the BIOS(go to Video and then select Intel HD Graphic                                   Done  √

--Follow the Configure Intel Processor Graphics guide                                                                                                Partly Done

    --"gmmlib" build and install                                                                                                                                            Done  √

    --"llvm-project" build                                                                                                                                                        Done  √   

    --"SPIRV-LLVM-Translator" build with pre-install LLVM                                                                                            Done  √ 

    --"vc-intrinsics"  in-tree build                                                                                                                                          Done  √ 

    --"opencl-clang"in-tree build                                                                                                                                           Failed ×

        --The reason is below , I think maybe the "llvm" specific path is not right? But in the root dir of the llvm-project, there is no CMakeLists.txt indeed.

            jasonsloan_0-1701133812943.png

--'adding the user to the "render" group'                                                                                                                          Failed ×                                          

    --I dont have the group whose name is 'render'

--install the apt packages 'ocl-icd-libopencl1 intel-opencl-icd intel-level-zero-gpu level-zero'                        Failed ×

    --cant locate the last two packages "intel-level-zero-gpu level-zero". I tried to use 'sudo apt update' first, and still failed to fetch them.

        jasonsloan_1-1701134425977.png

 

After tried all of these above, I tested in python and it even went worse:
        jasonsloan_2-1701134546578.png

 

 

                                                                      

                           

 

 

0 Kudos
Zulkifli_Intel
Moderator
3,597 Views

Hi jasonsloan,


We are investigating this issue and will get back to you soon.


Regards,

Zulkifli


0 Kudos
jasonsloan
New Contributor I
3,514 Views

Hi Zulkifli!

How is the progress?

Maybe the IGPU of   Intel(R) Core(TM) i3-6100 CPU @ 3.70GHz cant be detected indeed?

0 Kudos
Zulkifli_Intel
Moderator
3,298 Views

Hi jasonsloan.

 

Sorry for the late reply. We are trying to replicate the issue on our side, but unfortunately, we have failed to do so. Another reason why the Intel iGPU is not detected might be due to the BIOS is not updated.

 

Do you have a Windows OS installed on this system?

 

 

Regards,

Zulkifli


0 Kudos
jasonsloan
New Contributor I
3,284 Views

Hi Zulkifli!

Thank you for keeping following up! 

I restart my computer and enter the bios menu as below.

The computer once installed a windows system, but I remembered that I chose "clear the previous system before install ubuntu" option(or something like this) when I installed ubuntu.

Does the bios menu below mean that I still have a windows system as well as a ubuntu system meanwhile?

Thanks a lot!

Snipaste_2023-12-15_14-33-07.jpg



0 Kudos
Zulkifli_Intel
Moderator
3,248 Views

Hi jasonsloan,

 

The Windows OS has been deleted, but the Windows Boot Manager is still there because the folder /boot/efi/EFI/Microsoft/ still exists in your SSD.

 

Another thing you can do is update the GPU driver to the latest (22.43.24595.30 for Ubuntu 22.04). Hope this helps.

 

 

Regards,

Zulkifli


0 Kudos
Zulkifli_Intel
Moderator
2,992 Views

Hi, this thread will no longer be monitored since we have provided a solution. If you need any additional information from Intel, please submit a new question.


Regards,

Zulkifli


0 Kudos
Reply