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.12.12612
- intel/gmmlib@intel-gmmlib-18.4.1
- intel/intel-graphics-compiler@429b1d5
Additional components revisions used in build:
- intel/libva@c9bb65b
- intel/llvm-patches@3285b32
- intel/opencl-clang@6257ffe
- KhronosGroup/SPIRV-LLVM-Translator@8ce6443
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.12.12612/intel-gmmlib_18.4.1_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.12.12612/intel-igc-core_19.11.1622_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.12.12612/intel-igc-opencl_19.11.1622_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.12.12612/intel-opencl_19.12.12612_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.12.12612/intel-ocloc_19.12.12612_amd64.deb
- Verify sha256 sums for packages
Example:
wget https://github.com/intel/compute-runtime/releases/download/19.12.12612/ww12.sum
sha256sum -c ww12.sum
- Install all packages as root
Example:
sudo dpkg -i *.deb
sha256 sums for packages
8da97f718d0685368141f31f5c0a00d353e9ada32d5655ddbad2e0b6004ed311 intel-gmmlib_18.4.1_amd64.deb
c62a3614cfac465f5872ea3a529cddd960d25167a4fd61228aacefdde8b3fee7 intel-igc-core_19.11.1622_amd64.deb
e12ffc005775f8d15ee60c15be86f4b9f1e75d69c0526cc3a9e0e2c7e5f901ac intel-igc-opencl_19.11.1622_amd64.deb
a47e64c2e03758ec0d575bc7d594e52aa0b5a808394349dccbfcf239a36c9bee intel-ocloc_19.12.12612_amd64.deb
1a0096ab0637b719d3449a4000bfc0ae874e7891aff0ee5f18884e8195c80460 intel-opencl_19.12.12612_amd64.deb
Quality expectations
Platform | OCL | Quality |
---|---|---|
Broadwell | 2.1 | Production |
Skylake | 2.1 | Beta |
Kaby Lake | 2.1 | Beta |
Coffee Lake | 2.1 | Beta |
Cannon Lake | 2.1 | Experimental |
Apollo Lake | 1.2 | Production |
Gemini Lake | 1.2 | Production |
Unless noted otherwise, the driver was validated on Ubuntu 18.04 LTS with stock kernel.
Quality levels:
- Experimental - no quality expectations
- Pre-Release - major issues or regressions; suitable for preliminary checkout
- Beta - no known major issues or regressions; suitable for integration and broad testing
- Production - Beta + meets Khronos certification requirements; suitable for production
Issues & regressions of note
- Fine grained SVM is not supported in this release. Please see issue #34 for details.
- For CFL platform i915.alpha_support=1 kernel parameter is required under Ubuntu 16.04.4 with default kernel 4.13
- Skylake, Kaby Lake, Coffee Lake platforms downgraded to Beta quality due to regression in certification tests. Fix is in progress.