Packages included in the release
- intel-gmmlib (https://github.com/intel/gmmlib)
- intel-opencl, intel-ocloc, intel-level-zero-gpu (https://github.com/intel/compute-runtime)
Components revisions included in the release
Additional components revisions used in build
- Used for building runtime
- intel/libva@c9bb65b (Compatible with va_api_major_version = 1)
- oneapi-src/level-zero@v1.2.3 (Compatible with oneAPI Level Zero API Spec v1.1.2)
- intel/intel-graphics-compiler@igc-1.0.7423
Installation procedure on Ubuntu 18.04/20.04
- Create temporary directory
Example:
mkdir neo
- Download all *.deb packages
Example:
cd neo
wget https://github.com/intel/compute-runtime/releases/download/21.20.19883/intel-gmmlib_21.1.3_amd64.deb
wget https://github.com/intel/intel-graphics-compiler/releases/download/igc-1.0.7423/intel-igc-core_1.0.7423_amd64.deb
wget https://github.com/intel/intel-graphics-compiler/releases/download/igc-1.0.7423/intel-igc-opencl_1.0.7423_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/21.20.19883/intel-opencl_21.20.19883_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/21.20.19883/intel-ocloc_21.20.19883_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/21.20.19883/intel-level-zero-gpu_1.1.19883_amd64.deb
- Verify sha256 sums for packages
Example:
wget https://github.com/intel/compute-runtime/releases/download/21.20.19883/ww20.sum
sha256sum -c ww20.sum
- Install all packages as root
Example:
sudo dpkg -i *.deb
sha256 sums for packages
dc82a39a0258340c5f019a5979cfd72eaed5fda9469f12c516ef8551d1ac5b1b intel-gmmlib_21.1.3_amd64.deb
34a1f2605d1e92526fba76879cfec6955f5e11c4a6ea5060d2f2fdf6d1bf5b3e intel-igc-core_1.0.7423_amd64.deb
4d09ecbf40ce2da29ed7bd7ce594f86dc41a5296aa8dd4e52dcbdad2d56584ae intel-igc-opencl_1.0.7423_amd64.deb
d8274cf90e30a216bd274cd4a3cd7dcdff2a200a1a35896cca75fe19da337ae1 intel-level-zero-gpu_1.1.19883_amd64.deb
6547596b74d882042513b013545b7b5fb5f1620bba3f223321ace8b10bfa69b0 intel-ocloc_21.20.19883_amd64.deb
94cfa19b9af03f120ddad90d28a55a8b49435f16a8cc0d1ed7537b79ed916aa2 intel-opencl_21.20.19883_amd64.deb
Other installation procedures are described here.
Quality expectations
Platform | OpenCL | Level Zero |
---|---|---|
Broadwell | 3.0 - Production | - |
Skylake | 3.0 - Production | 1.1 - Pre-Release |
Kaby Lake | 3.0 - Production | 1.1 - Pre-Release |
Coffee Lake | 3.0 - Production | 1.1 - Pre-Release |
Ice Lake | 3.0 - Production | 1.1 - Pre-Release |
Tiger Lake | 3.0 - Production | 1.1 - Pre-Release |
Apollo Lake | 3.0 - Production | - |
Gemini Lake | 3.0 - Production | - |
Elkhart Lake | 3.0 - Early support | - |
All platforms were validated on Ubuntu 20.04 LTS with stock kernel, with the following exceptions:
- Tiger Lake was tested with kernel from drm-tip
5.8.0-rc7 commit ebef75fc1a3f0abebf46d7270128553f82361bc8 2020-08-02_07-12-33 drm-tip: 2020y-08m-02d-07h-11m-48s 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
- Maintenance - Reduced test frequency compared to Production, no longer recommended for new deployments. Reactive support for customers.
Issues & regressions of note
- OpenCL and Level Zero packages provided in this release were compiled with DG1 support disabled
- Unit tests compilation failed with gcc 11, fix in progress
- Regression on Ubuntu 18.04 with kernel from package linux-image-generic. As workaround kernel from package linux-image-generic-hwe-18.04 can be used. Fixed with commit: 21d93a3
Important changes
- Updated IGC
- Updated gmmlib
- Enabled "cl_intel_sharing_format_query" extension
- Enabled Level Zero on ADLS and RKL