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@2.2.0 (Compatible with va_api_major_version = 1)
- oneapi-src/level-zero@v1.17.6 (Supports oneAPI Level Zero Specification v1.9.2)
- intel/intel-graphics-compiler@igc-1.0.16900.23
- intel/igsc@V0.8.16
Installation procedure on Ubuntu 22.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.16900.23/intel-igc-core_1.0.16900.23_amd64.deb
wget https://github.com/intel/intel-graphics-compiler/releases/download/igc-1.0.16900.23/intel-igc-opencl_1.0.16900.23_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/24.22.29735.20/intel-level-zero-gpu-dbgsym_1.3.29735.20_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/24.22.29735.20/intel-level-zero-gpu_1.3.29735.20_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/24.22.29735.20/intel-opencl-icd-dbgsym_24.22.29735.20_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/24.22.29735.20/intel-opencl-icd_24.22.29735.20_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/24.22.29735.20/libigdgmm12_22.3.19_amd64.deb
- Verify sha256 sums for packages
Example:
wget https://github.com/intel/compute-runtime/releases/download/24.22.29735.20/ww22.sum
sha256sum -c ww22.sum
- Install all packages as root
Example:
sudo dpkg -i *.deb
In case of installation problems, please install required dependencies, for example:
apt install ocl-icd-libopencl1
sha256 sums for packages
5245fc2cbadd49c0e943e86b855d3f9a8cddea27791fb2fb38a9acf586406ebc intel-igc-core_1.0.16900.23_amd64.deb
efc1450803a3700b8f10ee0423a46ee491bafff8695e3801a1f3397c083ac6a2 intel-igc-opencl_1.0.16900.23_amd64.deb
bd13e8c9c0801861caba69bcf0589d1d748e315e2049a122b7e7d54c32f0519c intel-level-zero-gpu-dbgsym_1.3.29735.20_amd64.ddeb
c487914369f28082f05d011f11fbd5f2518b3d908dc73d9cb87aee00981f3a6a intel-level-zero-gpu_1.3.29735.20_amd64.deb
4ce053ab4473814c6928ec3ae71eef0c6dacdb36ef76192808f7fd2b868ddc43 intel-opencl-icd-dbgsym_24.22.29735.20_amd64.ddeb
70dc067f09d5fc9c62e39db2cf872dc98ab7c8ae2d968560964c78da48131178 intel-opencl-icd_24.22.29735.20_amd64.deb
bc954188f30cbdadd30c8faf31f48dac6311f88d075f8af802dd9a66b64c4c80 libigdgmm12_22.3.19_amd64.deb
Quality expectations
Platform | Quality | OpenCL | Level Zero | WSL |
---|---|---|---|---|
DG1 | Production | 3.0 | 1.3 | Yes |
DG2 | Production | 3.0 | 1.3 | Yes |
Skylake | Production | 3.0 | 1.3 | -- |
Kaby Lake | Production | 3.0 | 1.3 | -- |
Coffee Lake | Production | 3.0 | 1.3 | Yes |
Ice Lake | Production | 3.0 | 1.3 | Yes |
Tiger Lake | Production | 3.0 | 1.3 | Yes |
Rocket Lake | Production | 3.0 | 1.3 | Yes |
Alder Lake | Production | 3.0 | 1.3 | Yes |
Meteor Lake | Production | 3.0 | 1.3 | Yes |
Elkhart Lake | Production | 3.0 | -- | Yes |
Raptor Lake | Production | 3.0 | 1.3 | Yes |
Broadwell | Maintenance | 3.0 | -- | -- |
Apollo Lake | Maintenance | 3.0 | -- | -- |
Gemini Lake | Maintenance | 3.0 | -- | -- |
All platforms were validated on Ubuntu 22.04 LTS with stock kernel, unless noted otherwise.
- DG1 were tested with kernel 6.3.1-060301-generic and DG2 with 6.7.5-060705-generic
- Meteor Lake was tested with kernel v6.6.7
WSL support was tested with Windows host driver 101.5534, or 101.2114 (ICL, EHL, CFL)
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.
Additional information
- packages were built with custom flags NEO_ENABLE_i915_PRELIM_DETECTION=1