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.4 (Supports oneAPI Level Zero Specification v1.5.8)
- intel/intel-graphics-compiler@igc-1.0.13463.18
- intel/igsc@V0.8.6
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.13463.18/intel-igc-core_1.0.13463.18_amd64.deb
wget https://github.com/intel/intel-graphics-compiler/releases/download/igc-1.0.13463.18/intel-igc-opencl_1.0.13463.18_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/23.09.25812.14/intel-level-zero-gpu-dbgsym_1.3.25812.14_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/23.09.25812.14/intel-level-zero-gpu_1.3.25812.14_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/23.09.25812.14/intel-opencl-icd-dbgsym_23.09.25812.14_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/23.09.25812.14/intel-opencl-icd_23.09.25812.14_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/23.09.25812.14/libigdgmm12_22.3.0_amd64.deb
- Verify sha256 sums for packages
Example:
wget https://github.com/intel/compute-runtime/releases/download/23.09.25812.14/ww09.sum
sha256sum -c ww09.sum
- Install all packages as root
Example:
sudo dpkg -i *.deb
sha256 sums for packages
4612de24099fd2f7d5e045a836efb4dbabba1166bb27d68dd8f5b48ec93e410c intel-igc-core_1.0.13463.18_amd64.deb
bfde6a612a260b158210b99ff1fcb7870e4304620c0a997bc40aef6c54f4fdec intel-igc-opencl_1.0.13463.18_amd64.deb
020b604f7768a7b9af3d97001d237ba56b5db5cc281a017a2f6d5c56e34fca60 intel-level-zero-gpu-dbgsym_1.3.25812.14_amd64.ddeb
1a7b533a11fe21146964bfaba99276dc35a387897619c26a750cb8d735043b38 intel-level-zero-gpu_1.3.25812.14_amd64.deb
65bd286bcf379eaaf4e375007713129c46d3ce393048d79f87671416f07b36c8 intel-opencl-icd-dbgsym_23.09.25812.14_amd64.ddeb
a1c23ceabe4db028ba2f1ae1a5dfc79b0a52a2e29215b6098e9d998664944f47 intel-opencl-icd_23.09.25812.14_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 & NEO_ENABLE_XE_DRM_DETECTION=1