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.13.0)
- 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.16.0/intel-igc-core-2_2.16.0+19683_amd64.deb
wget https://github.com/intel/intel-graphics-compiler/releases/download/v2.16.0/intel-igc-opencl-2_2.16.0+19683_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/25.31.34666.3/intel-ocloc-dbgsym_25.31.34666.3-0_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/25.31.34666.3/intel-ocloc_25.31.34666.3-0_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/25.31.34666.3/intel-opencl-icd-dbgsym_25.31.34666.3-0_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/25.31.34666.3/intel-opencl-icd_25.31.34666.3-0_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/25.31.34666.3/libigdgmm12_22.8.1_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/25.31.34666.3/libze-intel-gpu1-dbgsym_25.31.34666.3-0_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/25.31.34666.3/libze-intel-gpu1_25.31.34666.3-0_amd64.deb
- Verify sha256 sums for packages
Example:
wget https://github.com/intel/compute-runtime/releases/download/25.31.34666.3/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
3d8b15e0ae3ed88795a83cfbaddea47a4a22d7535ac150e9bd2fc2a54dde92ad intel-ocloc-dbgsym_25.31.34666.3-0_amd64.ddeb
fcc543d107bfef723cc72af3a6d5e2952bee5250222ae2dd3f40d72585d3ddec intel-ocloc_25.31.34666.3-0_amd64.deb
120c388b6af6c9464e514183a83ff31320299c820fbc40706c17604d32ba29ee intel-opencl-icd-dbgsym_25.31.34666.3-0_amd64.ddeb
280081a6a63a6a04b39a0508e4a0e8dadc5e6d0261662c36d1c02f3f2e01e8c5 intel-opencl-icd_25.31.34666.3-0_amd64.deb
810114ef05f4d44c5c86fbc2f0b34688102f41596a40772a1ff7a48f5df69ecd libigdgmm12_22.8.1_amd64.deb
fc171742b05d372b9aea0356727a65b16b2de82167f7d84160340b0c1b843deb libze-intel-gpu1-dbgsym_25.31.34666.3-0_amd64.ddeb
559a3c87e72a8e5054a744819be8ddf6eef455dc60209fadfee82699f8302e9f libze-intel-gpu1_25.31.34666.3-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 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 were tested using Ubuntu 24.04.2 LTS with 6.14.0-1005-intel kernel from intel-graphics PPA.
WSL support was tested for all platforms with Windows host driver 101.6972, 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
- this release should resolve issue #838