22.12.22749
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.7.15 (Compatible with oneAPI Level Zero API Spec v1.3.7)
- intel/intel-graphics-compiler@igc-1.0.10713
- 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/22.12.22749/intel-gmmlib_22.0.2_amd64.deb
wget https://github.com/intel/intel-graphics-compiler/releases/download/igc-1.0.10713/intel-igc-core_1.0.10713_amd64.deb
wget https://github.com/intel/intel-graphics-compiler/releases/download/igc-1.0.10713/intel-igc-opencl_1.0.10713_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/22.12.22749/intel-opencl-icd-dbgsym_22.12.22749_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/22.12.22749/intel-opencl-icd_22.12.22749_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/22.12.22749/intel-level-zero-gpu-dbgsym_1.3.22749_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/22.12.22749/intel-level-zero-gpu_1.3.22749_amd64.deb
- Verify sha256 sums for packages
Example:
wget https://github.com/intel/compute-runtime/releases/download/22.12.22749/ww12.sum
sha256sum -c ww12.sum
- Install all packages as root
Example:
sudo dpkg -i *.deb
sha256 sums for packages
a94459dda576f5b39b4deb942cfee7077700cb6fb9ea05119d509013f7f9a21b intel-gmmlib_22.0.2_amd64.deb
f4022862543e7b19491b32d26c593cec3d54a6e12098cd11a927d453e1215eba intel-igc-core_1.0.10713_amd64.deb
436432887b9dff0fd3bdbeb15034ce37fd90f75ded8d6b53ea7749af61c3152a intel-igc-opencl_1.0.10713_amd64.deb
a6d59ea633fc5c7283fbdd55efb6911ddef3a1ccb604e2961803319ed0c74a01 intel-level-zero-gpu-dbgsym_1.3.22749_amd64.ddeb
65798ebfa796a9d3629d60c083f9d70ddd16961a03a6639b242af7f4bbfb041d intel-level-zero-gpu_1.3.22749_amd64.deb
4796e3072d16ba26bb9a4fd8634b0e287422bea89144e064b93f97a3cfbb3c9a intel-opencl-icd-dbgsym_22.12.22749_amd64.ddeb
26daacf33e8fe12a54ddd757b86cae5814e419f037c29d4526839fd1ffe7cf8f intel-opencl-icd_22.12.22749_amd64.deb
Other installation procedures are described here.
Quality expectations
Platform | OpenCL | Level Zero |
---|---|---|
DG1 | 3.0 - Production | 1.3 - Pre-Release |
Skylake | 3.0 - Production | 1.3 - Pre-Release |
Kaby Lake | 3.0 - Production | 1.3 - Pre-Release |
Coffee Lake | 3.0 - Production | 1.3 - Pre-Release |
Ice Lake | 3.0 - Production | 1.3 - Pre-Release |
Tiger Lake | 3.0 - Production | 1.3 - Pre-Release |
Rocket Lake | 3.0 - Production | 1.3 - Pre-Release |
Alder Lake | 3.0 - Production | 1.3 - Pre-Release |
Elkhart Lake | 3.0 - Production | - |
Broadwell | 3.0 - Maintenance | - |
Apollo Lake | 3.0 - Maintenance | - |
Gemini Lake | 3.0 - Maintenance | - |
All other platforms were validated on Ubuntu 20.04 LTS with stock kernel, unless noted otherwise.
DG1 was tested with drm-tip kernel v.5.16 rc3.
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
- igc revision updated
- packages were built with custom flag NEO_ENABLE_i915_PRELIM_DETECTION=1