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.9.9 (Supports oneAPI Level Zero Specification v1.5.8)
- intel/intel-graphics-compiler@igc-1.0.13700.14
- intel/igsc@V0.8.7
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.13700.14/intel-igc-core_1.0.13700.14_amd64.deb
wget https://github.com/intel/intel-graphics-compiler/releases/download/igc-1.0.13700.14/intel-igc-opencl_1.0.13700.14_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/23.13.26032.30/intel-level-zero-gpu-dbgsym_1.3.26032.30_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/23.13.26032.30/intel-level-zero-gpu_1.3.26032.30_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/23.13.26032.30/intel-opencl-icd-dbgsym_23.13.26032.30_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/23.13.26032.30/intel-opencl-icd_23.13.26032.30_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/23.13.26032.30/libigdgmm12_22.3.0_amd64.deb
- Verify sha256 sums for packages
Example:
wget https://github.com/intel/compute-runtime/releases/download/23.13.26032.30/ww13.sum
sha256sum -c ww13.sum
- Install all packages as root
Example:
sudo dpkg -i *.deb
sha256 sums for packages
4f89ff18e51743d20a72245b6745b969a7335328a6ceec9199efd62a612aa75e intel-igc-core_1.0.13700.14_amd64.deb
3857a2453c644b18a0982338fa5f04181fb18b933681b467b5504e4d2ba589e1 intel-igc-opencl_1.0.13700.14_amd64.deb
e98c85dfe3d773f48488bf4024eb63e596caf7a528b6e9a50b8599039c703d14 intel-level-zero-gpu-dbgsym_1.3.26032.30_amd64.ddeb
72282803f4c9d1deb3ef393361c4ede25ccd018467a01e823d3e7d7922e3892b intel-level-zero-gpu_1.3.26032.30_amd64.deb
e8b6eb96400b85ec12f92f06b2445a6612547819b6e03171284fd1e57f85937d intel-opencl-icd-dbgsym_23.13.26032.30_amd64.ddeb
ad8e7e2203190af9acd95212c678d476d3a57c833c2b28096de83c4b13a6d133 intel-opencl-icd_23.13.26032.30_amd64.deb
de6ed9333a74506de43993eb14c8e0e0eb23314c42b03af66fe9c3df24a8973d libigdgmm12_22.3.0_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 | -- |
Alder Lake | Production | 3.0 | 1.3 | Yes |
Elkhart Lake | Production | 3.0 | -- | 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.
- Elkhart Lake was tested on Ubuntu 20.04 LTS with stock kernel v.5.8.5
- DG1 was tested with drm-tip kernel v.6.1.0-rc1
- DG2 was tested with ubuntu kernel 6.2.8
WSL support was tested with Windows host driver 101.4255, or 101.3790 and 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
- CHANGED custom flag NEO_ENABLE_XE_DRM_DETECTION was not set - binaries posted with this release are not compatible with Xe DRM.
- To work with Xe DRM, a rebuild is required
- NEO_ENABLE_XE_PRELIM_DETECTION will become a default setting once Xe DRM is accepted in upstream kernel