To enable Intel integrated GPU / iGPU for running deep learning inference with OpenVINO, we need to install the Intel Graphics Compute Runtime for oneAPI Level Zero and OpenCL™ Driver on Linux.
Intel Graphics Compute Runtime: https://github.com/intel/compute-runtime/releases
See : https://docs.openvino.ai/2024/get-started/configurations/configurations-intel-gpu.html
More info: https://dgpu-docs.intel.com/driver/client/overview.html
# After Installing Intel Graphics Compute Runtime
sudo apt install hwinfo clinfo -y
After installation, add video and render user groups.
sudo usermod -aG video $USER sudo usermod -aG render $USER
# Logout and login
No comments:
Post a Comment