Files
compute-runtime/documentation/BUILD_Centos.md
Jacek Danecki 4afd15ed1e fix typos
Change-Id: I88ebc54cb6975d5000d4f6f7e3df04c777f52755
Signed-off-by: Jacek Danecki <jacek.danecki@intel.com>
2019-12-23 11:14:55 +01:00

1.3 KiB

Intel(R) Graphics Compute Runtime for OpenCL(TM)

Building

Instructions assume clean Centos 8.0.1905 installation.*

  1. Download & install required packages

Example:

sudo dnf install gcc-c++ cmake git make
  1. Install required dependencies

Neo requires:

Please visit theirs repositories for building and instalation instructions or use packages from copr repository Use versions compatible with selected Neo release

  1. Create workspace folder and download sources:

Example:

mkdir workspace
cd workspace
git clone https://github.com/intel/compute-runtime neo
  1. Create folder for build:

Example:

mkdir build
  1. Enabling additional extension
  1. Build and install
cd build
cmake -DCMAKE_BUILD_TYPE=Release -DSKIP_UNIT_TESTS=1 ../neo
make -j`nproc`
sudo make install

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