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.4.1 (Compatible with oneAPI Level Zero API Spec v1.2)
- intel/intel-graphics-compiler@igc-1.0.8517
- intel/igsc@V0.2.3
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.36.20889/intel-gmmlib_21.2.1_amd64.deb
wget https://github.com/intel/intel-graphics-compiler/releases/download/igc-1.0.8517/intel-igc-core_1.0.8517_amd64.deb
wget https://github.com/intel/intel-graphics-compiler/releases/download/igc-1.0.8517/intel-igc-opencl_1.0.8517_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/21.36.20889/intel-opencl_21.36.20889_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/21.36.20889/intel-ocloc_21.36.20889_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/21.36.20889/intel-level-zero-gpu_1.2.20889_amd64.deb
- Verify sha256 sums for packages
Example:
wget https://github.com/intel/compute-runtime/releases/download/21.36.20889/ww36.sum
sha256sum -c ww36.sum
- Install all packages as root
Example:
sudo dpkg -i *.deb
sha256 sums for packages
79ebcd56663575a7fccb86494c872be5e2d26e00df962b02e4422614d3fcce8b intel-gmmlib_21.2.1_amd64.deb
ae58eef6b0b5c32533a9499dd6ca98768a19807526bded8724f9b8ce1317a6aa intel-igc-core_1.0.8517_amd64.deb
b1af7fbf5fae93d8c2791b29b9f3981b843730acd96bfd5441eeb4d323473236 intel-igc-opencl_1.0.8517_amd64.deb
e726b6bb63e627090eaad6a030cb4f39eb72af5875a56f25370d34f668c01625 intel-level-zero-gpu_1.2.20889_amd64.deb
51318be7f458507bc8323f27b70ddae2a39f4aac761c007ead431adb5b2a6253 intel-ocloc_21.36.20889_amd64.deb
14a3a095aae5357accc70f5386c3de53cd55bb42ab2251da56358de117acd434 intel-opencl_21.36.20889_amd64.deb
Other installation procedures are described here.
Quality expectations
Platform | OpenCL | Level Zero |
---|---|---|
Skylake | 3.0 - Production | 1.2 - Pre-Release |
Kaby Lake | 3.0 - Production | 1.2 - Pre-Release |
Coffee Lake | 3.0 - Production | 1.2 - Pre-Release |
Ice Lake | 3.0 - Production | 1.2 - Pre-Release |
Tiger Lake | 3.0 - Production | 1.2 - Pre-Release |
Rocket Lake | 3.0 - Production | 1.2 - Pre-Release |
Broadwell | 3.0 - Maintenance | - |
Apollo Lake | 3.0 - Maintenance | - |
Gemini Lake | 3.0 - Maintenance | - |
Elkhart Lake | 3.0 - Early support | - |
All platforms were validated on Ubuntu 20.04 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.
- Binary packages were repackaged to fix dependency issue with IGC release 1.0.8517. Please use IGC packages with version number 1.0.8517.