compute-runtime/documentation/BUILD_Ubuntu.md

1.4 KiB

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

  1. Download & install required packages

Example:

sudo apt-get install cmake g++ git pkg-config

See LIMITATIONS.md for other requirements and dependencies, when building and installing NEO.

  1. Instal required dependencies

Neo requires:

Please visit theirs repositories for building and instalation instructions or use packages from launchpad 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

Example:

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.