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@20.01.15264
- intel/gmmlib@intel-gmmlib-19.4.1
- intel/intel-graphics-compiler@igc-1.0.3041
Additional components revisions used in build
- intel/libva@c9bb65b (compatible with va_api_major_version = 1)
- intel/llvm-patches@1c93162
- intel/opencl-clang@v9.0.0
- KhronosGroup/SPIRV-LLVM-Translator@v9.0.0-1
- llvm/llvm-project@llvmorg-9.0.0
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.01.15264/intel-gmmlib_19.4.1_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/20.01.15264/intel-igc-core_1.0.3041_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/20.01.15264/intel-igc-opencl_1.0.3041_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/20.01.15264/intel-opencl_20.01.15264_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/20.01.15264/intel-ocloc_20.01.15264_amd64.deb
- Verify sha256 sums for packages
Example:
wget https://github.com/intel/compute-runtime/releases/download/20.01.15264/ww01.sum
sha256sum -c ww01.sum
- Install all packages as root
Example:
sudo dpkg -i *.deb
sha256 sums for packages
6047ad0754b36d03f5588c8200ca2a2535405b7eb1f3abb8e722825cceb02e48 intel-gmmlib_19.4.1_amd64.deb
0d4b54fa9b37b7e2f11e472a43d1b1d1da8d47240cabfb624c06674a1ecf3fe1 intel-igc-core_1.0.3041_amd64.deb
3c43d0b3277312d5e0dbdceebc9a6307af814060c61a29eb5d155def69afc245 intel-igc-opencl_1.0.3041_amd64.deb
5ff052ff1d076bfd130b486437a083049b65adda15a68e07484d5cc8d85d386f intel-ocloc_20.01.15264_amd64.deb
de42dbe94bbdb71c56092c322f62e3665143c27b257a646048089ed4948dbe0e intel-opencl_20.01.15264_amd64.deb
Other installation procedures are described here.
Quality expectations
Platform | OCL | Quality |
---|---|---|
Broadwell | 2.1 | Production |
Skylake | 2.1 | Production |
Kaby Lake | 2.1 | Production |
Coffee Lake | 2.1 | Production |
Ice Lake* | 2.1 | Production |
Tiger Lake | 2.1 | 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 platform kernel from drm-tip repository was used at
commit 7d2f0517f7b15f3631388d72fafae167d75016ec 2019-12-13_23-07-14 drm-tip: 2019y-12m-13d-23h-06m-51s UTC integration manifest
Quality levels
- Experimental - no quality expectations
- Early support - platform may not be available on the market yet
- Beta - 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 ICL platform i915.alpha_support=1 kernel parameter is required for kernel before 5.2
Important changes
- Updated gmmlib
- Replaced variable SKIP_ALL_ULT with SKIP_UNIT_TESTS to disable unit tests