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.19.2 (Supports oneAPI Level Zero Specification v1.11.8)
- https://github.com/intel/intel-graphics-compiler/releases/tag/v2.5.6
- 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. 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.5.6/intel-igc-core-2_2.5.6+18417_amd64.deb
wget https://github.com/intel/intel-graphics-compiler/releases/download/v2.5.6/intel-igc-opencl-2_2.5.6+18417_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/24.52.32224.5/intel-level-zero-gpu-dbgsym_1.6.32224.5_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/24.52.32224.5/intel-level-zero-gpu_1.6.32224.5_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/24.52.32224.5/intel-opencl-icd-dbgsym_24.52.32224.5_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/24.52.32224.5/intel-opencl-icd_24.52.32224.5_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/24.52.32224.5/libigdgmm12_22.5.5_amd64.deb
- Verify sha256 sums for packages
Example:
wget https://github.com/intel/compute-runtime/releases/download/24.52.32224.5/ww52.sum
sha256sum -c ww52.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
479e743b292f9629f9830cd7abc832ecc433a2c51386118982d6a61c1e74252a intel-level-zero-gpu-dbgsym_1.6.32224.5_amd64.ddeb
f653c4f76d532a5a4cc94212a1e4daa6f444c51a5b8b88d217bfd84731931295 intel-level-zero-gpu_1.6.32224.5_amd64.deb
f913e3fe47b1de1a57cab09f994620a6e2147a9dcedd8bde6e7b0146d8ed1a8d intel-opencl-icd-dbgsym_24.52.32224.5_amd64.ddeb
9a93bca10c4baafc9601142542784298cb40b2b5dbe62ed50352fc75ab90b9a4 intel-opencl-icd_24.52.32224.5_amd64.deb
dc9a2db05b066bdad2a9208af6f59bc8bb5ffddb1b0fc298d21797c3e034b64a libigdgmm12_22.5.5_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 |
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-41-generic, unless noted otherwise.
- Lunar Lake and Battlemage was tested using Ubuntu 24.10 with 6.11.0-1002 kernel from intel-graphics PPA.
WSL support was tested for all platforms with Windows host driver 101.6325_101.6252, 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
Important changes
- This release enables DirectSubmission for Battlemage platforms (see #783 for details)