mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-10 12:53:42 +08:00
Documentation: Clarify distro support.
Cleanup stale documentation. Expand FAQ. Signed-off-by: Cetnerowski, Adam <adam.cetnerowski@intel.com>
This commit is contained in:

committed by
Compute-Runtime-Automation

parent
e90e145a28
commit
d9658696ab
@ -1,21 +0,0 @@
|
||||
<!---
|
||||
|
||||
Copyright (C) 2019-2021 Intel Corporation
|
||||
|
||||
SPDX-License-Identifier: MIT
|
||||
|
||||
-->
|
||||
|
||||
# NEO in Linux distributions
|
||||
|
||||
## OpenCL specific
|
||||
|
||||
* [distributions](https://github.com/intel/compute-runtime/blob/master/opencl/doc/DISTRIBUTIONS.md)
|
||||
|
||||
## Intel software for General Purpose GPU capabilities
|
||||
|
||||
* Documentation and instructions for installing, deploying, and updating Intel software to enable general purpose GPU (GPGPU) capabilities for Linux*-based operating system distributions can be found on:
|
||||
[https://dgpu-docs.intel.com](https://dgpu-docs.intel.com)
|
||||
|
||||
* An Intel brand integrated and global search accessible Linux graphics landing page [https://intel.com/linux-graphics-drivers](https://intel.com/linux-graphics-drivers)
|
||||
|
2
FAQ.md
2
FAQ.md
@ -22,6 +22,8 @@ that provides support for that platform (e.g. Coffee Lake requires kernel 4.14 o
|
||||
|
||||
Our default (most frequent) validation config is currently Ubuntu 22.04 LTS (as of Q3'22).
|
||||
|
||||
There are no plans for proactive enabling and distro adoption except for Ubuntu. We are open to accepting contributions (pull requests) that unblock support.
|
||||
|
||||
### Does NEO support Microsoft Windows?
|
||||
|
||||
Our closed-source driver for Windows is using the same codebase. At this time,
|
||||
|
@ -58,15 +58,12 @@ To allow NEO access to GPU device make sure user has permissions to files /dev/d
|
||||
NEO is available for installation on a variety of Linux distributions
|
||||
and can be installed via the distro's package manager.
|
||||
|
||||
For example on Ubuntu* 20.04:
|
||||
For example on Ubuntu* 22.04:
|
||||
|
||||
```
|
||||
apt-get install intel-opencl-icd
|
||||
```
|
||||
|
||||
Procedures for other
|
||||
[distributions](https://github.com/intel/compute-runtime/blob/master/DISTRIBUTIONS.md).
|
||||
|
||||
### Manual download
|
||||
|
||||
.deb packages for Ubuntu are provided along with installation instructions and
|
||||
|
@ -1,71 +0,0 @@
|
||||
<!---
|
||||
|
||||
Copyright (C) 2020-2021 Intel Corporation
|
||||
|
||||
SPDX-License-Identifier: MIT
|
||||
|
||||
-->
|
||||
|
||||
# NEO OpenCL in Linux distributions
|
||||
|
||||
[](https://repology.org/project/intel-compute-runtime/versions)
|
||||
|
||||
## Arch Linux*
|
||||
|
||||
```
|
||||
pacman -S intel-compute-runtime
|
||||
```
|
||||
|
||||
## Exherbo Linux*
|
||||
|
||||
```
|
||||
cave resolve --execute intel-compute-runtime
|
||||
```
|
||||
|
||||
## Gentoo*, Funtoo*
|
||||
|
||||
```
|
||||
emerge intel-neo
|
||||
```
|
||||
|
||||
## NixOS
|
||||
|
||||
```
|
||||
nix-channel --add https://nixos.org/channels/nixpkgs-unstable
|
||||
nix-channel --update
|
||||
nix-env -i intel-compute-runtime
|
||||
```
|
||||
|
||||
## PLD Linux*
|
||||
|
||||
```
|
||||
ipoldek install intel-gmmlib intel-graphics-compiler intel-compute-runtime
|
||||
```
|
||||
|
||||
## Ubuntu* 20.04, 21.04
|
||||
|
||||
```
|
||||
apt install intel-opencl-icd
|
||||
```
|
||||
|
||||
## Conda (Linux glibc>=2.12)
|
||||
|
||||
```
|
||||
conda config --add channels conda-forge
|
||||
conda install intel-compute-runtime
|
||||
```
|
||||
|
||||
## Building and installation
|
||||
|
||||
* [Ubuntu*](https://github.com/intel/compute-runtime/blob/master/BUILD.md)
|
||||
* [Centos* 8](https://github.com/intel/compute-runtime/blob/master/BUILD.md)
|
||||
|
||||
# NEO in other distributions
|
||||
|
||||
## FreeBSD*, DragonFly*
|
||||
|
||||
```
|
||||
pkg install intel-compute-runtime
|
||||
```
|
||||
|
||||
(*) Other names and brands may be claimed as property of others.
|
Reference in New Issue
Block a user