Closed ryanolf closed 5 years ago
I dont know if it's relevant, but this machine does have a second graphics adaptor (it's a server mobo with IPMI.
$ lspci -k | grep -EA3 'VGA|3D|Display'
00:02.0 Display controller: Intel Corporation HD Graphics 610 (rev 04)
Subsystem: ASRock Incorporation HD Graphics 610
Kernel driver in use: i915
Kernel modules: i915
--
03:00.0 VGA compatible controller: ASPEED Technology, Inc. ASPEED Graphics Family (rev 30)
Subsystem: ASRock Incorporation ASPEED Graphics Family
Kernel driver in use: ast
Kernel modules: ast
The problem was that I had not added my user to the "video" group. clinfo showed no platforms when called nonpriveledged. The installation instructions mention adding a user to the video group when using the installation script for Ubuntu 16.04. It may be worth adding a note to install instructions in the README or elsewhere that users who need to access the GPU be part of the video group.
I will mark this closed. I see the Neo_in_distributions.md file in documentation contains the note to add users to video group.
I'm working through the installation procedure and demos for OpenVINO on Ubuntu 18.04. I have an Intel Pentium G4560 (Kaby Lake), which based on its graphics and device ID (0x5902) should be supported (HD Graphics 610). I'm getting the following error running the sample application with GPU:
I am using the HWE Kernel, which is 5.0.0. I'm not sure that's an issue. OpenCL seems to be installed and detect the iGPU. Is this a bug? I don't see Pentium chips mentioned as supported, though based on the graphics it seems it should be. Is there something I'm missing that can make this work? Thanks!
Here is my clinfo: