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, intel-ocloc, intel-level-zero-gpu (https://github.com/intel/compute-runtime)
Components revisions included in the release
- intel/compute-runtime@20.16.16582
- intel/gmmlib@intel-gmmlib-20.1.1
- intel/intel-graphics-compiler@igc-1.0.3826
Additional components revisions used in build
- intel/libva@c9bb65b (compatible with va_api_major_version = 1)
- intel/llvm-patches@595c1e3
- intel/opencl-clang@v10.0.0
- KhronosGroup/SPIRV-LLVM-Translator@v10.0.0
- llvm/llvm-project@llvmorg-10.0.0
- oneapi-src/level-zero@v0.91.10
Installation procedure on Ubuntu 18.04
- Create temporary directory
Example:
mkdir neo
- Download all *.deb packages
Example:
cd neo
wget https://github.com/intel/compute-runtime/releases/download/20.16.16582/intel-gmmlib_20.1.1_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/20.16.16582/intel-igc-core_1.0.3826_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/20.16.16582/intel-igc-opencl_1.0.3826_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/20.16.16582/intel-opencl_20.16.16582_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/20.16.16582/intel-ocloc_20.16.16582_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/20.16.16582/intel-level-zero-gpu_0.8.16582_amd64.deb
- Verify sha256 sums for packages
Example:
wget https://github.com/intel/compute-runtime/releases/download/20.16.16582/ww16.sum
sha256sum -c ww16.sum
- Install all packages as root
Example:
sudo dpkg -i *.deb
sha256 sums for packages
8622fd1acb20c30a411fc944334804a3cafefa28ad43eb686341f3a81366af46 intel-gmmlib_20.1.1_amd64.deb
0a383bca89aa136cf2953f2f1467c0fb203a45b2eeb643da36df696d565ff3fc intel-igc-core_1.0.3826_amd64.deb
f1642ce42fc528c7f4c7d326ac5298d6ab4ff03a217adae01b89628a73284068 intel-igc-opencl_1.0.3826_amd64.deb
899f145a7fd454d29388571dc5f740cb1aee9f095e31c319e3c48c8cb4eb8ec2 intel-level-zero-gpu_0.8.16582_amd64.deb
619f063e77d91d102253777788176c069c1aa85a1b03f1d85c4cf03687577f34 intel-ocloc_20.16.16582_amd64.deb
3127cea4ed00ba8312775159236170905556df2b21eb57005104c9bf5b9d9b84 intel-opencl_20.16.16582_amd64.deb
Other installation procedures are described here.
Quality expectations
Platform | OpenCL | Level Zero |
---|---|---|
Broadwell | 2.1 - Production | - |
Skylake | 2.1 - Production | 0.8 - Pre-Release |
Kaby Lake | 2.1 - Production | 0.8 - Pre-Release |
Coffee Lake | 2.1 - Production | 0.8 - Pre-Release |
Ice Lake* | 2.1 - Production | 0.8 - Pre-Release |
Tiger Lake | 2.1 - Early support | 0.8 - Early support |
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.
For ICL and TGL platforms kernel from drm-tip repository were used:
- 5.6.0-rc7 commit 257af0ddcea3a234dcb79579600f971edd47353f 2020-03-23_15-07-40 drm-tip: 2020y-03m-23d-15h-06m-46s UTC integration manifest
Quality levels
- Experimental - no quality expectations
- Early support - platform may not be available on the market yet
- Pre-Release - suitable for integration and testing, gathering customer feedback
- Beta - suitable for integration and broad testing
- Production - Beta + meets API-specific conformance requirements; suitable for production
Issues & regressions of note
- For ICL platform i915.alpha_support=1 kernel parameter is required for kernel before 5.2
Important changes
- Updated IGC
- Removed support for Ubuntu 16.04