2026.0
Intel® oneAPI Toolkits Installation Guide for Linux* OS
Install Intel GPU Drivers
To use an Intel GPU, install the latest Intel GPU drivers.
To allow long-running GPU kernels in native environments, disable the GPU hangcheck by entering the following command to the Linux kernel boot parameters in GRUB_CMDLINE_LINUX_DEFAULT: i915.enable_hangcheck=0
To give a nonroot user access to the GPU device, use the following commands:
Determine which group name is assigned ownership of the render nodes by entering the command: stat -c "%G" /dev/dri/render* groups
Determine if the current user is a member of that render node group by entering the command: groups ${USER}
Add the user to the group by entering: sudo gpasswd –a ${USER} video
Activate the video group by entering: newgrp video
Continue Installation
For Intel® oneAPI Toolkit:
For Intel® Deep Learning Essentials: