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.12 (Supports oneAPI Level Zero API Spec v1.4.8)
- intel/intel-graphics-compiler@igc-1.0.12812.26
- 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.12812.26/intel-igc-core_1.0.12812.26_amd64.deb
wget https://github.com/intel/intel-graphics-compiler/releases/download/igc-1.0.12812.26/intel-igc-opencl_1.0.12812.26_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/22.53.25242.13/intel-level-zero-gpu-dbgsym_1.3.25242.13_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/22.53.25242.13/intel-level-zero-gpu_1.3.25242.13_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/22.53.25242.13/intel-opencl-icd-dbgsym_22.53.25242.13_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/22.53.25242.13/intel-opencl-icd_22.53.25242.13_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/22.53.25242.13/libigdgmm12_22.3.0_amd64.deb
- Verify sha256 sums for packages
Example:
wget https://github.com/intel/compute-runtime/releases/download/22.53.25242.13/ww53.sum
sha256sum -c ww53.sum
- Install all packages as root
Example:
sudo dpkg -i *.deb
sha256 sums for packages
d8e6e66817cfe67fd802e8545ca5a70c623c15ad5e5d98e2f1bc77b4547ccdf9 intel-igc-core_1.0.12812.26_amd64.deb
80300b748281468eb0e9cc7bc3e815358720dca5193c9795b3575e4d6dddd783 intel-igc-opencl_1.0.12812.26_amd64.deb
f7583163a50f7c61c2589cd727c737aed1c2111a90a4afc3e2d2a42bec5905a3 intel-level-zero-gpu-dbgsym_1.3.25242.13_amd64.ddeb
a438884049dc665de0fc7c126a7fe5a95954ce2b6478b4fcd9be43f2e51d7109 intel-level-zero-gpu_1.3.25242.13_amd64.deb
edf8f44bdeaa24ddb3a42ebf262dc05290481970e77dac0469269beb341c7dc1 intel-opencl-icd-dbgsym_22.53.25242.13_amd64.ddeb
7d23e7c1aa2e589ed24bcbe2c60bb389d1f9d26fef97de8415d0169f9c1a619f intel-opencl-icd_22.53.25242.13_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 v.5.8.5
- DG1 was tested with drm-tip kernel v.6.1.0-rc1
WSL support was tested with Windows host driver 101.3959 (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
- 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 - We have one more backlogged release (23.05) that should be posted shortly. Starting mid-March, we should be on predictable monthly release cadence.