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.41.5
- 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.41.5/intel-igc-core-2_2.41.5+22716_amd64.deb
wget https://github.com/intel/intel-graphics-compiler/releases/download/v2.41.5/intel-igc-opencl-2_2.41.5+22716_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/26.35.39758.10/intel-ocloc-dbgsym_26.35.39758.10-0_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/26.35.39758.10/intel-ocloc_26.35.39758.10-0_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/26.35.39758.10/intel-opencl-icd-dbgsym_26.35.39758.10-0_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/26.35.39758.10/intel-opencl-icd_26.35.39758.10-0_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/26.35.39758.10/libigdgmm12_22.10.0_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/26.35.39758.10/libze-intel-gpu1-dbgsym_26.35.39758.10-0_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/26.35.39758.10/libze-intel-gpu1_26.35.39758.10-0_amd64.deb
- Verify sha256 sums for packages
Example:
wget https://github.com/intel/compute-runtime/releases/download/26.35.39758.10/ww35.sum
sha256sum -c ww35.sum
- Install all packages as root
Example:
sudo dpkg -i *.deb
In case of installation problems, please install required dependencies, for example:
sudo apt install ocl-icd-libopencl1
sha256 sums for packages
fd515532c1445ba5e958b03f6c28bd42241b0aa8cdb7ce099e6657e5d87b40d2 intel-ocloc-dbgsym_26.35.39758.10-0_amd64.ddeb
c64bff586edf2bd9b49f3e4c9c2be25e05c43466e4dafa2a2c3948d498c736b7 intel-ocloc_26.35.39758.10-0_amd64.deb
159c6ba3d952f415f22626a60dd35013acd68a4bb52f066cebc8ab9a094330d4 intel-opencl-icd-dbgsym_26.35.39758.10-0_amd64.ddeb
61712caaddeba3d38e4f79e2a0fb23fea25596ca2d72c3144c6eea2331ec4301 intel-opencl-icd_26.35.39758.10-0_amd64.deb
6031a63d6e8a12ce61c14efc15f2c8e727061286e3820b8594e6d00615e04d54 libigdgmm12_22.10.0_amd64.deb
12a34f43aa8644054b507669ed0423603350473286f390b04ed6ec436606669f libze-intel-gpu1-dbgsym_26.35.39758.10-0_amd64.ddeb
c19a641b953d55aebbf1d51bec364a84bf629f985e02fbbe6dc70224c0e88470 libze-intel-gpu1_26.35.39758.10-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.8991, 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
- LEO support has been enabled by default for NVL platform
Known limitations
- OpenCL on NVL platform does not work with Level Zero runtime packages older than 26.35.39758.10; workarounds are upgrade Level Zero runtime package to 26.35.39758.10, remove it, or set environment variable
EnableLEO=0.