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.38.2
- intel/igsc@V0.9.5
Installation procedure on Ubuntu 24.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.38.2/intel-igc-core-2_2.38.2+22051_amd64.deb
wget https://github.com/intel/intel-graphics-compiler/releases/download/v2.38.2/intel-igc-opencl-2_2.38.2+22051_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/26.27.39122.11/intel-ocloc-dbgsym_26.27.39122.11-0_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/26.27.39122.11/intel-ocloc_26.27.39122.11-0_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/26.27.39122.11/intel-opencl-icd-dbgsym_26.27.39122.11-0_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/26.27.39122.11/intel-opencl-icd_26.27.39122.11-0_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/26.27.39122.11/libigdgmm12_22.10.0_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/26.27.39122.11/libze-intel-gpu1-dbgsym_26.27.39122.11-0_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/26.27.39122.11/libze-intel-gpu1_26.27.39122.11-0_amd64.deb
- Verify sha256 sums for packages
Example:
wget https://github.com/intel/compute-runtime/releases/download/26.27.39122.11/ww27.sum
sha256sum -c ww27.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
d874843a28c7bfe1254ee3939fab1377b19793d16033ad1db0419d1033f66fe7 intel-ocloc-dbgsym_26.27.39122.11-0_amd64.ddeb
794a77217b3fd4c3f1381c2bb2c3c11a7f81e338b55b8a11e6c3b5070d138f98 intel-ocloc_26.27.39122.11-0_amd64.deb
901fbad4fa7733225ebc49167b457d7ccfd1e31ed70d1c0202dfc831cd5be10e intel-opencl-icd-dbgsym_26.27.39122.11-0_amd64.ddeb
6e447a783c99fb5634df298c135a81165be07db98672df96cdf413d22f3e6ac4 intel-opencl-icd_26.27.39122.11-0_amd64.deb
6031a63d6e8a12ce61c14efc15f2c8e727061286e3820b8594e6d00615e04d54 libigdgmm12_22.10.0_amd64.deb
37b0c1ecbab4af572adb09cd4ac4d4890e5b9bf55892ca53f77e2f11c7b93293 libze-intel-gpu1-dbgsym_26.27.39122.11-0_amd64.ddeb
58420df60d4bf8ac79aba03f7de1b8b60a93e995b18142391077ff735ce7b74b libze-intel-gpu1_26.27.39122.11-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 Ubuntu 26.04 LTS with stock kernel 6.17.0-14-generic, unless noted otherwise.
- Lunar Lake, Battlemage and Panther Lake were tested using 7.1.0-rc6-lgci-xe.
WSL support was tested for all platforms with Windows host driver 101.8860, 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