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/[email protected] (Compatible with va_api_major_version = 1)
- oneapi-src/[email protected] (Supports oneAPI Level Zero Specification v1.12.15)
- intel/[email protected]
- intel/[email protected]
Installation procedure on Ubuntu 24.04
If you are using legacy platform, follow latest 24.35 release procedure instead the one below. More details in known issues section.
- Create temporary directory
Example:
mkdir neo
- Download all *.deb packages
Example:
cd neo
wget https://github.com/intel/intel-graphics-compiler/releases/download/v2.11.7/intel-igc-core-2_2.11.7+19146_amd64.deb
wget https://github.com/intel/intel-graphics-compiler/releases/download/v2.11.7/intel-igc-opencl-2_2.11.7+19146_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/25.18.33578.6/intel-ocloc-dbgsym_25.18.33578.6-0_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/25.18.33578.6/intel-ocloc_25.18.33578.6-0_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/25.18.33578.6/intel-opencl-icd-dbgsym_25.18.33578.6-0_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/25.18.33578.6/intel-opencl-icd_25.18.33578.6-0_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/25.18.33578.6/libigdgmm12_22.7.0_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/25.18.33578.6/libze-intel-gpu1-dbgsym_25.18.33578.6-0_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/25.18.33578.6/libze-intel-gpu1_25.18.33578.6-0_amd64.deb
- Verify sha256 sums for packages
Example:
wget https://github.com/intel/compute-runtime/releases/download/25.18.33578.6/ww18.sum
sha256sum -c ww18.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
6489237571f0aa48abcae7c16e9ab2bd336fd41b0fb586666f1a1170a0cbde33 intel-ocloc-dbgsym_25.18.33578.6-0_amd64.ddeb
c772db8891539890237d50c357af1480b22cbd859c0b8afb5355f605a818d758 intel-ocloc_25.18.33578.6-0_amd64.deb
c55735aabb4268ce402509cf31842b94ecf02ace3095685ebebf5c2a71f8ce48 intel-opencl-icd-dbgsym_25.18.33578.6-0_amd64.ddeb
f522954a3cd85bafcfb16c303f808b6fc41af54b96637ecebe2d88f7c8a9655a intel-opencl-icd_25.18.33578.6-0_amd64.deb
3360af2bc0efaf05ad77c7f04a72320bf02ee6ae4989415d7256a656ee1ed37e libigdgmm12_22.7.0_amd64.deb
b55bb846f3c3f540c365fd1d8849c75b2b0281ee1802d7770c97655747af928c libze-intel-gpu1-dbgsym_25.18.33578.6-0_amd64.ddeb
8c61b62e91e96e481f64bc74c011601bdcf8fb3c13b990037a0f87e9eb736e15 libze-intel-gpu1_25.18.33578.6-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.6 | Yes |
Alchemist | Production | 3.0 | 1.6 | Yes |
Battlemage | Production | 3.0 | 1.6 | Yes |
Tiger Lake | Production | 3.0 | 1.6 | Yes |
Rocket Lake | Production | 3.0 | 1.6 | Yes |
Alder Lake | Production | 3.0 | 1.6 | Yes |
Meteor Lake | Production | 3.0 | 1.6 | Yes |
Raptor Lake | Production | 3.0 | 1.6 | Yes |
Lunar Lake | Production | 3.0 | 1.6 | Yes |
Arrow Lake | Production | 3.0 | 1.6 | Yes |
Panther Lake | Pre-Release | 3.0 | 1.6 | Yes |
For Lunar Lake and Battlemage platforms the best experience is achieved via using Ubuntu 24.10 with intel-graphics PPA. See instructions
For legacy platforms not included in this table, see more information.
All platforms were validated on Ubuntu 24.04 LTS with stock kernel 6.8.0-48-generic, unless noted otherwise.
- Lunar Lake and Battlemage was tested using Ubuntu 24.10 with 6.11.0-1007-intel kernel from intel-graphics PPA.
WSL support was tested for all platforms with Windows host driver 101.6790, unless noted otherwise.
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 flags NEO_ENABLE_I915_PRELIM_DETECTION=1
- starting with this release we published packages build on Ubuntu 24.04 instead of 22.04. Installation procedure is modified accordingly.