Packages included in the release
- intel-gmmlib (https://github.com/intel/gmmlib)
- intel-igc-core and intel-igc-opencl (https://github.com/intel/intel-graphics-compiler)
- intel-opencl (https://github.com/intel/compute-runtime)
Components revisions included in the release
- intel/compute-runtime@19.34.13890
- intel/gmmlib@intel-gmmlib-19.2.3
- intel/intel-graphics-compiler@8b0b9d1
Additional components revisions used in build
- intel/libva@c9bb65b (compatible with va_api_major_version = 1)
- intel/llvm-patches@605739e
- intel/opencl-clang@41cad39
- KhronosGroup/SPIRV-LLVM-Translator@83298e3
Installation procedure on Ubuntu
- Create temporary directory
Example:
mkdir neo
- Download all *.deb packages
Example:
cd neo
wget https://github.com/intel/compute-runtime/releases/download/19.34.13890/intel-gmmlib_19.2.3_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.34.13890/intel-igc-core_1.0.10-2456_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.34.13890/intel-igc-opencl_1.0.10-2456_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.34.13890/intel-opencl_19.34.13890_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.34.13890/intel-ocloc_19.34.13890_amd64.deb
- Verify sha256 sums for packages
Example:
wget https://github.com/intel/compute-runtime/releases/download/19.34.13890/ww34.sum
sha256sum -c ww34.sum
- Install all packages as root
Example:
sudo dpkg -i *.deb
sha256 sums for packages
586046c40b6e81cb09fea63afd9d4946b4211b4c595a8e9b01563cc5709251d5 intel-gmmlib_19.2.3_amd64.deb
7ce89de479094b76b3cf4e84f3344ad10a424016b896ca28dee7a06f17315469 intel-igc-core_1.0.10-2456_amd64.deb
1d65d7849df8bfd6f6fbffe14e6728bd926bccc6dc9f027efee3905a945d8716 intel-igc-opencl_1.0.10-2456_amd64.deb
3bc24975a81ef57ba4c96cb8e17c78c1114a521e8874155d18969ca3de80f864 intel-ocloc_19.34.13890_amd64.deb
a807b891a2761a22f26fddd0e6c73b5e38b1a6c150b07abd612a5fcc0ec125f6 intel-opencl_19.34.13890_amd64.deb
Important changes
Pre-release with support for 64bit atomics. Github release 19.34.13959 contains regressions for this feature, which will be fixed in upcoming release. If you want to test 64bit atomics, we recommend this build for now.