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.32.0 (Supports oneAPI Level Zero Specification v1.17.24)
- intel/intel-graphics-compiler@v2.40.13
- intel/igsc@V0.9.5
Installation procedure on Ubuntu 26.04
If you are using legacy platform, follow latest 24.35 release procedure instead the one below.
- Create temporary directory
Example:
mkdir neo
- Download all *.deb packages
Example:
cd neo
wget https://github.com/intel/intel-graphics-compiler/releases/download/v2.40.13/intel-igc-core-2_2.40.13+22418_amd64.deb
wget https://github.com/intel/intel-graphics-compiler/releases/download/v2.40.13/intel-igc-opencl-2_2.40.13+22418_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/26.31.39395.13/intel-ocloc-dbgsym_26.31.39395.13-0_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/26.31.39395.13/intel-ocloc_26.31.39395.13-0_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/26.31.39395.13/intel-opencl-icd-dbgsym_26.31.39395.13-0_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/26.31.39395.13/intel-opencl-icd_26.31.39395.13-0_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/26.31.39395.13/libigdgmm12_22.10.0_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/26.31.39395.13/libze-intel-gpu1-dbgsym_26.31.39395.13-0_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/26.31.39395.13/libze-intel-gpu1_26.31.39395.13-0_amd64.deb
- Verify sha256 sums for packages
Example:
wget https://github.com/intel/compute-runtime/releases/download/26.31.39395.13/ww31.sum
sha256sum -c ww31.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
6041c2ab32358976c4ae577dd2bf9dd6afc0fd2e03108d5ae6fdb87ccef3270c intel-ocloc-dbgsym_26.31.39395.13-0_amd64.ddeb
12c5e61ed1dca5cbf38494e280abf88100a451580d57c44f601a17d9727e465e intel-ocloc_26.31.39395.13-0_amd64.deb
a8e97d913f62931a6cc11223eec9852e494922fe7f1d143b92179498c4228201 intel-opencl-icd-dbgsym_26.31.39395.13-0_amd64.ddeb
5a9c9e8fdca8a2f9e22754b1a4618c7babf21d7c3ab3503c680005007c7a8c44 intel-opencl-icd_26.31.39395.13-0_amd64.deb
6031a63d6e8a12ce61c14efc15f2c8e727061286e3820b8594e6d00615e04d54 libigdgmm12_22.10.0_amd64.deb
15762cc69aab7c24922bbc73a4632b828113e9d608d03d3f0589c9b88f563a25 libze-intel-gpu1-dbgsym_26.31.39395.13-0_amd64.ddeb
1722943f81b576b9bb8d61016464208f48ce533dc3bf24ad39605293115cc289 libze-intel-gpu1_26.31.39395.13-0_amd64.deb
For IGC related sha256 packages sums see IGC release
Quality expectations
| Platform | Quality | OpenCL | Level Zero | WSL |
|---|---|---|---|---|
| DG1 | Production | 3.0 | 1.17 | Yes |
| Alchemist | Production | 3.0 | 1.17 | Yes |
| Battlemage | Production | 3.0 | 1.17 | Yes |
| Tiger Lake | Production | 3.0 | 1.17 | Yes |
| Rocket Lake | Production | 3.0 | 1.17 | Yes |
| Alder Lake | Production | 3.0 | 1.17 | Yes |
| Raptor Lake | Production | 3.0 | 1.17 | Yes |
| Meteor Lake | Production | 3.0 | 1.17 | Yes |
| Arrow Lake | Production | 3.0 | 1.17 | Yes |
| Lunar Lake | Production | 3.0 | 1.17 | Yes |
| Panther Lake | Production | 3.0 | 1.17 | Yes |
| Wildcat Lake | Production | 3.0 | 1.17 | Yes |
| Crescent Island | Early support | 3.0 | 1.17 | N/A |
| Nova Lake | Early support | 3.0 | 1.17 | N/A |
For legacy platforms not included in this table, see more information.
All platforms were validated on Linux Ubuntu 26.04 x64 with stock kernel 7.0.0-14-generic, unless noted otherwise.
WSL support was tested for all platforms with Windows host driver 101.8864, unless noted otherwise.
- DG1, Tiger Lake, Raptor Lake & Alder Lake were tested using 11th – 14th Gen specific host driver 101.7088.
Quality levels
- Early support - no quality expectations
- Pre-Release - suitable for integration and testing, gathering customer feedback
- Production - 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