You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+26-4Lines changed: 26 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,10 +15,28 @@ The Intel(R) Graphics Compute Runtime for OpenCL(TM) is distributed under the MI
15
15
16
16
You may obtain a copy of the License at: https://opensource.org/licenses/MIT
17
17
18
-
## Installation
19
-
.deb packages for Ubuntu are provided on the [release page](https://github.com/intel/compute-runtime/releases)
18
+
## Installation Options
19
+
20
+
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.
21
+
22
+
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.
23
+
24
+
### Via system package manager
25
+
26
+
NEO is available for installation on a variety of Linux distributions and can be installed via the distro's package manager.
27
+
28
+
For example on Ubuntu* 19.04, 19.10:
29
+
30
+
```
31
+
apt-get install intel-opencl-icd
32
+
```
33
+
34
+
Procedures for other [distrubtions](https://github.com/intel/compute-runtime/blob/master/documentation/Neo_in_distributions.md).
35
+
36
+
### Manual download
37
+
38
+
.deb packages for Ubuntu are provided along with installation instructions and Release Notes on the [release page](https://github.com/intel/compute-runtime/releases)
20
39
21
-
Other installation procedures are described [here](https://github.com/intel/compute-runtime/blob/master/documentation/Neo_in_distributions.md)
22
40
23
41
## Dependencies
24
42
@@ -40,12 +58,16 @@ Below packages are needed to enable [cl_intel_va_api_media_sharing](https://www.
0 commit comments