Packages included in the release
- intel-gmmlib (https://github.com/intel/gmmlib)
- intel-opencl-icd, 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.6.2 (Compatible with oneAPI Level Zero API Spec v1.3)
- intel/intel-graphics-compiler@igc-1.0.8744
- intel/igsc@V0.2.4
Installation procedure on Ubuntu 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.46.21636/intel-gmmlib_21.2.1_amd64.deb
wget https://github.com/intel/intel-graphics-compiler/releases/download/igc-1.0.8744/intel-igc-core_1.0.8744_amd64.deb
wget https://github.com/intel/intel-graphics-compiler/releases/download/igc-1.0.8744/intel-igc-opencl_1.0.8744_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/21.46.21636/intel-opencl-icd_21.46.21636_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/21.46.21636/intel-level-zero-gpu_1.2.21636_amd64.deb
- Verify sha256 sums for packages
Example:
wget https://github.com/intel/compute-runtime/releases/download/21.46.21636/ww46.sum
sha256sum -c ww46.sum
- Install all packages as root
Example:
sudo dpkg -i *.deb
sha256 sums for packages
e74cc69610ec0d0d824e83606a7196691bfea6f85db137ba03c96d1ee94abe19 intel-gmmlib_21.2.1_amd64.deb
d3e96527970a508c5eeeee7afec251dab19bcd15eaf7921c6b007194a5d627b7 intel-igc-core_1.0.8744_amd64.deb
73a115e83d6860e9f6a5772ebfe35822bc7f13c6dcec6a94cc56ee6d557bddab intel-igc-opencl_1.0.8744_amd64.deb
c8e9ce6b39eb8ac1182c9bbcd635c24de671f6b62da708c124265276550b0d5d intel-level-zero-gpu_1.2.21636_amd64.deb
e36b5b99bc1e8c79de1cd2243077eabc46f75d4c3d81fc8fb824c8f41ac514d4 intel-opencl-icd_21.46.21636_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.
Important changes
- L0 loader changed from v1.5.4 to v1.6.2
- Added RGBP planar formats