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.15.1 (Supports oneAPI Level Zero Specification v1.7.8)
- intel/intel-graphics-compiler@igc-1.0.15610.11
- intel/igsc@V0.8.13
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.15610.11/intel-igc-core_1.0.15610.11_amd64.deb
wget https://github.com/intel/intel-graphics-compiler/releases/download/igc-1.0.15610.11/intel-igc-opencl_1.0.15610.11_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/23.48.27912.11/intel-level-zero-gpu-dbgsym_1.3.27912.11_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/23.48.27912.11/intel-level-zero-gpu_1.3.27912.11_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/23.48.27912.11/intel-opencl-icd-dbgsym_23.48.27912.11_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/23.48.27912.11/intel-opencl-icd_23.48.27912.11_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/23.48.27912.11/libigdgmm12_22.3.11_amd64.deb
- Verify sha256 sums for packages
Example:
wget https://github.com/intel/compute-runtime/releases/download/23.48.27912.11/ww48.sum
sha256sum -c ww48.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
a68042b2bdec6513e150367bf3121695872201c06190ecfb705c79c99ffa84c0 intel-igc-core_1.0.15610.11_amd64.deb
813c064178b029c449d8bcb32393f418a398f39a0a2094fe20f6b50160f3778a intel-igc-opencl_1.0.15610.11_amd64.deb
ada73d40bde969e81981feef831507b3f47e711aff7ea37d355531ddf77083ec intel-level-zero-gpu-dbgsym_1.3.27912.11_amd64.ddeb
448e42df90396bc25c0affcbfc549ed5eb1c5cc6a21a6383ef0a35acc1f15ed3 intel-level-zero-gpu_1.3.27912.11_amd64.deb
69ba961162b94ab7213fb86402e8d3cf595495f01de9d00490864e81a4715793 intel-opencl-icd-dbgsym_23.48.27912.11_amd64.ddeb
dc2884bd025c32c5f63b9d197b3faab9c2f712938892a1d69487f0155cd0d5b1 intel-opencl-icd_23.48.27912.11_amd64.deb
aba2ab44cc7a150c819768a0373c24306fb785ddf626ac6c29bcc90fcbc9bdfd libigdgmm12_22.3.11_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 | -- |
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 and DG2 were tested with kernel 6.3.1-060301-generic
- Meteor Lake was tested with kernel v6.5-rc3
WSL support was tested with Windows host driver 101.4972, 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