Files
compute-runtime/documentation/Neo_in_distributions.md
Jacek Danecki 30eb702cee doc: Add information about Neo in Gentoo
Change-Id: Ib0555be2a79c8e85b277efb4c96cc8ac934df429
Signed-off-by: Jacek Danecki <jacek.danecki@intel.com>
2019-07-30 10:25:45 +02:00

1.1 KiB

NEO in Linux distributions

Arch Linux*

pacman -S intel-compute-runtime

Clear Linux

swupd bundle-add computer-vision-basic

Exherbo Linux

cave resolve --execute intel-compute-runtime

Ubuntu* 19.04

apt-get install intel-opencl-icd

Ubuntu* 18.04 and 16.04 ppa

add-apt-repository ppa:intel-opencl/intel-opencl
apt-get update
apt-get install intel-opencl

Gentoo

emerge intel-neo

Additional configuration

To allow Neo accessing GPU device make sure user has permissions to files in /dev/dri directory. In first step /dev/dri/renderD* files are opened, if it fails, /dev/dri/card* files are used.

Under Ubuntu* or Centos* user must be in video group. In Fedora* all users by default have access to /dev/dri/renderD* files, but have to be in video group to access /dev/dri/card* files.

Building and installation

(*) Other names and brands may be claimed as property of others.