22.43.24595.30
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/[email protected] (Compatible with va_api_major_version = 1)
- oneapi-src/[email protected] (Compatible with oneAPI Level Zero API Spec v1.3.7)
- intel/[email protected]
- intel/[email protected]
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.12504.5/intel-igc-core_1.0.12504.5_amd64.deb
wget https://github.com/intel/intel-graphics-compiler/releases/download/igc-1.0.12504.5/intel-igc-opencl_1.0.12504.5_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/22.43.24595.30/intel-level-zero-gpu-dbgsym_1.3.24595.30_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/22.43.24595.30/intel-level-zero-gpu_1.3.24595.30_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/22.43.24595.30/intel-opencl-icd-dbgsym_22.43.24595.30_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/22.43.24595.30/intel-opencl-icd_22.43.24595.30_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/22.43.24595.30/libigdgmm12_22.3.0_amd64.deb
- Verify sha256 sums for packages
Example:
wget https://github.com/intel/compute-runtime/releases/download/22.43.24595.30/ww43.sum
sha256sum -c ww43.sum
- Install all packages as root
Example:
sudo dpkg -i *.deb
sha256 sums for packages
36485a98340c6eb33e0f39a19e5fd1b459de8c4305be63e109e6cdcec5542666 intel-igc-core_1.0.12504.5_amd64.deb
a1f631d2efee50e46c8a8f8b39623954af8cb48e80a7611174937277321f2d79 intel-igc-opencl_1.0.12504.5_amd64.deb
8995b8dacfc260f0fe177fe9b5386ff493aa8899278a7f87e9ad55cf6dd23d64 intel-level-zero-gpu-dbgsym_1.3.24595.30_amd64.ddeb
5bd5193d31c43acc4b2f034006e2dbb6519688d6f73c1692a9f14c122fc8ed19 intel-level-zero-gpu_1.3.24595.30_amd64.deb
010760df2757dd45f8d27c0c82f36a5385922b7d86e2fa6ef26ae070500c388a intel-opencl-icd-dbgsym_22.43.24595.30_amd64.ddeb
f5e8acdb9f302c064662766e52f11082686eb962fea26570a106ee1afe6f3c89 intel-opencl-icd_22.43.24595.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 | * | 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
- DG1 was tested with drm-tip kernel v.5.18.0
WSL support was tested with Windows host driver 101.3490 (DG2), or 101.3790 and 101.2114 (all other platforms)
* DG2 is at production quality, when combined with an out-of-tree kernel mode driver distributed separately.
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
- this is a first release following the updated monthly cadence (see README)
- packages were built with custom flag NEO_ENABLE_i915_PRELIM_DETECTION=1
- For a validated gfx driver stack supporting Intel® Arc™ on Ubuntu 22.04, please refer to the following:
https://www.intel.com/content/www/us/en/download/747008/intel-arc-graphics-driver-ubuntu.html