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.34.17727
- intel/gmmlib@intel-gmmlib-20.2.4
- intel/intel-graphics-compiler@igc-1.0.4756
Additional components revisions used in build
- intel/libva@c9bb65b (Compatible with va_api_major_version = 1)
- intel/llvm-patches@c4a0345
- intel/opencl-clang@6a9cd2c
- KhronosGroup/SPIRV-LLVM-Translator@424e375 (for opencl-clang)
- intel/vc-intrinsics@d7c5f99
- KhronosGroup/SPIRV-LLVM-Translator@e87b59a (for vector compiler)
- llvm/llvm-project@llvmorg-10.0.0
- oneapi-src/level-zero@v1.0 (Compatible with oneAPI Level Zero API Spec v1.0.4)
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.34.17727/intel-gmmlib_20.2.4_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/20.34.17727/intel-igc-core_1.0.4756_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/20.34.17727/intel-igc-opencl_1.0.4756_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/20.34.17727/intel-opencl_20.34.17727_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/20.34.17727/intel-ocloc_20.34.17727_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/20.34.17727/intel-level-zero-gpu_1.0.17727_amd64.deb
- Verify sha256 sums for packages
Example:
wget https://github.com/intel/compute-runtime/releases/download/20.34.17727/ww34.sum
sha256sum -c ww34.sum
- Install all packages as root
Example:
sudo dpkg -i *.deb
sha256 sums for packages
5a905bf71ca375f704d7b341d9d17882244850e2d8acf9c36864d9567e375935 intel-gmmlib_20.2.4_amd64.deb
fe0e4da0ddd1920d738e1b62e40e99ab2881ac8d71fdf851eb8e2fba6cc2b404 intel-igc-core_1.0.4756_amd64.deb
29fd6cd16553673940b0150b5bd8e7bbd212ccd87bb7aaa82c49653819cec076 intel-igc-opencl_1.0.4756_amd64.deb
5a95c4c87cbc446e1660d5e3c1d60c6ac635a95c7e96ad55149d1fbedaa4bffe intel-level-zero-gpu_1.0.17727_amd64.deb
e83801afddda87c6390753f5e9648828605a12abf9ddeda2be0d80f3fbba4d51 intel-ocloc_20.34.17727_amd64.deb
29f01b40c50e1fa9721af71ef9cd7799043aade00056cd8eb48f4dd821431285 intel-opencl_20.34.17727_amd64.deb
Other installation procedures are described here.
Quality expectations
Platform | OpenCL | Level Zero |
---|---|---|
Broadwell | 2.1 - Production | - |
Skylake | 2.1 - Production | 1.0 - Pre-Release |
Kaby Lake | 2.1 - Production | 1.0 - Pre-Release |
Coffee Lake | 2.1 - Production | 1.0 - Pre-Release |
Ice Lake | 2.1 - Production | 1.0 - Pre-Release |
Tiger Lake | 3.0* - Production | 1.0 - Early support |
Apollo Lake | 1.2 - Production | - |
Gemini Lake | 1.2 - Production | - |
(*) Product is based on a published Khronos specification and is expected to pass the Khronos Conformance Process when available. Current conformance status can be found at https://www.khronos.org/conformance.
All platforms were validated on Ubuntu 20.04 LTS with stock kernel, with the following exceptions:
- Tigerlake and Icelake platforms were tested with kernel from drm-tip
5.6.0-rc7 commit 257af0ddcea3a234dcb79579600f971edd47353f 2020-03-23_15-07-40 drm-tip: 2020y-03m-23d-15h-06m-46s UTC integration manifest - Geminilake was tested on Ubuntu 18.04.1 LTS with stock kernel
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
- OpenCL and Level Zero packages provided in this release were compiled with DG1 support disabled
Important changes
- Updated IGC
- Updated gmmlib