- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi ,
./hello_query_device detect only CPU .
sudo ./hello_query_device detect CPU and GPU .
is there workaround I can provide permission to user access GPU.
already tried "sudo usermod -a -G render user" and "sudo usermod -a -G video user"
OpenVino 2024.
Thanks
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Dimitry_N_Intel,
Thanks for reaching out. Can you try the code below and see if your GPU is detected?
import openvino as ov
core = ov.Core()
core.available_devices
device = "GPU"
core.get_property(device, "FULL_DEVICE_NAME")
On another note, have you been able to configure the GPU before? You may check these Configurations for Intel® Processor Graphics (GPU) page, and please try to install the apt package below without using sudo.
apt-get install -y ocl-icd-libopencl1 intel-opencl-icd intel-level-zero-gpu level-zero.
Regards,
Aznie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi , thanks for reply. look like I needed to restart machine after adding user to render group. Now sample working fine.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Dimitry_N_Intel,
I am glad to hear that. This thread will no longer be monitored since this issue has been resolved. If you need any additional information from Intel, please submit a new question.
Regards,
Aznie
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page