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 (Ubuntu 18.04)
- Used for building runtime
- intel/libva@c9bb65b (Compatible with va_api_major_version = 1)
- oneapi-src/level-zero@v1.0.16 (Compatible with oneAPI Level Zero API Spec v1.0.4)
- intel/intel-graphics-compiler@igc-1.0.5353
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/20.44.18297/intel-gmmlib_20.3.2_amd64.deb
wget https://github.com/intel/intel-graphics-compiler/releases/download/igc-1.0.5353/intel-igc-core_1.0.5353_amd64.deb
wget https://github.com/intel/intel-graphics-compiler/releases/download/igc-1.0.5353/intel-igc-opencl_1.0.5353_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/20.44.18297/intel-opencl_20.44.18297_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/20.44.18297/intel-ocloc_20.44.18297_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/20.44.18297/intel-level-zero-gpu_1.0.18297_amd64.deb
- Verify sha256 sums for packages
Example:
wget https://github.com/intel/compute-runtime/releases/download/20.44.18297/ww44.sum
sha256sum -c ww44.sum
- Install all packages as root
Example:
sudo dpkg -i *.deb
sha256 sums for packages
62134788a3a32802b8c531d2e0d1b8c2642ed928a4d8ec3a950461f2e6116e74 intel-gmmlib_20.3.2_amd64.deb
c6bd16b02c18e72a29499d93653f71510bddc93880568b897eadd250e751de4d intel-igc-core_1.0.5353_amd64.deb
41f0f2ed4875ebfa2097a04c5014472e60c0a8b2f9331c46dbba27a7f14bbe4b intel-igc-opencl_1.0.5353_amd64.deb
0e450092f94beca43a16679a03342e1c54342337a04f9143465ea30a690bcce0 intel-level-zero-gpu_1.0.18297_amd64.deb
7dfee86ddee46957e9567393c6d775d8553958d8b1a7086504e4ad5c4c618e81 intel-ocloc_20.44.18297_amd64.deb
4074efaaec19fdd5f156f5724b6527200d5785318987e65f3b6b6c22a064a7f1 intel-opencl_20.44.18297_amd64.deb
Other installation procedures are described here.
Quality expectations
Platform | OpenCL | Level Zero |
---|---|---|
Broadwell | 3.0 - Production | - |
Skylake | 3.0 - Production | 1.0 - Pre-Release |
Kaby Lake | 3.0 - Production | 1.0 - Pre-Release |
Coffee Lake | 3.0 - Production | 1.0 - Pre-Release |
Ice Lake | 3.0 - Production | 1.0 - Pre-Release |
Tiger Lake | 3.0 - Production | 1.0 - 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 - Ice Lake was tested on Ubuntu 20.04 LTS with stock kernel
- Gemini Lake 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
- 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