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.11061
- 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/intel-graphics-compiler/releases/download/igc-1.0.11061/intel-igc-core_1.0.11061_amd64.deb
wget https://github.com/intel/intel-graphics-compiler/releases/download/igc-1.0.11061/intel-igc-opencl_1.0.11061_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/22.17.23034/intel-level-zero-gpu-dbgsym_1.3.23034_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/22.17.23034/intel-level-zero-gpu_1.3.23034_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/22.17.23034/intel-opencl-icd-dbgsym_22.17.23034_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/22.17.23034/intel-opencl-icd_22.17.23034_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/22.17.23034/libigdgmm12_22.1.2_amd64.deb
- Verify sha256 sums for packages
Example:
wget https://github.com/intel/compute-runtime/releases/download/22.17.23034/ww17.sum
sha256sum -c ww17.sum
- Install all packages as root
Example:
sudo dpkg -i *.deb
sha256 sums for packages
af4f034a9b5ea7313b91c26a22d8a7afe57bea1bddb9244c6c83f74be8bb2c55 intel-igc-core_1.0.11061_amd64.deb
dfbe172034080faf813f90ee60c836f9bfe9d4c4085c5a6441198c20ddc217b7 intel-igc-opencl_1.0.11061_amd64.deb
b3f0673719f079f382a112b637dd9c1e39a83de0ddfa9791a177632d19f76813 intel-level-zero-gpu-dbgsym_1.3.23034_amd64.ddeb
a5f011301770ced51793331b734998ac5c092a3380d1bc9867ed6eeedfc12ef6 intel-level-zero-gpu_1.3.23034_amd64.deb
37034e6dd5945a500fa74dc0fef70bedaec8d5dbaa38792cdaf97e97d2a60448 intel-opencl-icd-dbgsym_22.17.23034_amd64.ddeb
4f01ef2c695be4640b74485285d44da1aa41f84dc1723e6b9971489ebd6d8a69 intel-opencl-icd_22.17.23034_amd64.deb
77e773be972a445bc5ddc0cfed6aef19ed12fc77ac53fa80bf4d9f68ac3cb341 libigdgmm12_22.1.2_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