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.8.8 (Compatible with oneAPI Level Zero API Spec v1.3.7)
- intel/intel-graphics-compiler@igc-1.0.12260.1
- intel/igsc@V0.8.4
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.12260.1/intel-igc-core_1.0.12260.1_amd64.deb
wget https://github.com/intel/intel-graphics-compiler/releases/download/igc-1.0.12260.1/intel-igc-opencl_1.0.12260.1_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/22.43.24558/intel-level-zero-gpu-dbgsym_1.3.24558_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/22.43.24558/intel-level-zero-gpu_1.3.24558_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/22.43.24558/intel-opencl-icd-dbgsym_22.43.24558_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/22.43.24558/intel-opencl-icd_22.43.24558_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/22.43.24558/libigdgmm12_22.2.0_amd64.deb
- Verify sha256 sums for packages
Example:
wget https://github.com/intel/compute-runtime/releases/download/22.43.24558/ww43.sum
sha256sum -c ww43.sum
- Install all packages as root
Example:
sudo dpkg -i *.deb
sha256 sums for packages
6f288a945017823409dfe072087a1beb3f3c73cf9f8ebee42787c46658b392d5 intel-igc-core_1.0.12260.1_amd64.deb
f944b0167778e0d0185cc4913a41b88fbc85ed88265e8736c489aa4315de1336 intel-igc-opencl_1.0.12260.1_amd64.deb
99490e7164032ff478e8fcc5af83361bb1adf13a9bd48a7bc7ff78a5e78e6b0a intel-level-zero-gpu-dbgsym_1.3.24558_amd64.ddeb
7c66f146befc7990a6e734161ddcc1a887dbad9b58f88a80824a605c57c7f2d9 intel-level-zero-gpu_1.3.24558_amd64.deb
06503d0c4e12c3edc09efb1c942cdad71f5b31bac7393ed365045921cc139f6c intel-opencl-icd-dbgsym_22.43.24558_amd64.ddeb
1be483089da93d85ed01449555b2dab5e0a54700f0b58ffe3c93cfdc9835cd9e intel-opencl-icd_22.43.24558_amd64.deb
e4c548316eca7cd5a987ca1059acfd21ed7ab59163df9821209c76eb5271269a libigdgmm12_22.2.0_amd64.deb
Other installation procedures are described here.
Quality expectations
Platform | OpenCL | Level Zero | WSL |
---|---|---|---|
DG1 | 3.0 - Production | 1.3 - Pre-Release | 1.3 - Pre-Release |
Skylake | 3.0 - Production | 1.3 - Pre-Release | - |
Kaby Lake | 3.0 - Production | 1.3 - Pre-Release | - |
Coffee Lake | 3.0 - Production | 1.3 - Pre-Release | 1.3 - Pre-Release |
Ice Lake | 3.0 - Production | 1.3 - Pre-Release | 1.3 - Pre-Release |
Tiger Lake | 3.0 - Production | 1.3 - Pre-Release | 1.3 - Pre-Release |
Rocket Lake | 3.0 - Production | 1.3 - Pre-Release | - |
Alder Lake | 3.0 - Production | 1.3 - Pre-Release | 1.3 - Pre-Release |
Elkhart Lake | 3.0 - Production | - | 1.3 - Pre-Release |
Broadwell | 3.0 - Maintenance | - | - |
Apollo Lake | 3.0 - Maintenance | - | - |
Gemini Lake | 3.0 - Maintenance | - | - |
All other platforms were validated on Ubuntu 22.04 LTS with stock kernel, unless noted otherwise. (Elkhart Lake on Ubuntu 20.04)
DG1 was tested with drm-tip kernel v.5.18.0
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 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