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.14.1/intel-igc-core-2_2.14.1+19448_amd64.deb
wget https://github.com/intel/intel-graphics-compiler/releases/download/v2.14.1/intel-igc-opencl-2_2.14.1+19448_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/25.27.34303.5/intel-ocloc-dbgsym_25.27.34303.5-0_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/25.27.34303.5/intel-ocloc_25.27.34303.5-0_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/25.27.34303.5/intel-opencl-icd-dbgsym_25.27.34303.5-0_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/25.27.34303.5/intel-opencl-icd_25.27.34303.5-0_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/25.27.34303.5/libigdgmm12_22.7.2_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/25.27.34303.5/libze-intel-gpu1-dbgsym_25.27.34303.5-0_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/25.27.34303.5/libze-intel-gpu1_25.27.34303.5-0_amd64.deb
- Verify sha256 sums for packages
Example:
wget https://github.com/intel/compute-runtime/releases/download/25.27.34303.5/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
ef713595dd65613891c6a7eea3d852efc7622871883c976c8ceedb2f24a2ba31 intel-ocloc-dbgsym_25.27.34303.5-0_amd64.ddeb
49f88c7d6a985ef94544261755b01dc6dba169e4c534e06bfe77f186c068774c intel-ocloc_25.27.34303.5-0_amd64.deb
5823822ead43000303bb4eaa21518c4ba88197de67a028635e9d22a8a21ba84f intel-opencl-icd-dbgsym_25.27.34303.5-0_amd64.ddeb
e46499fd7fa0a056759b52425b6ba28e5aa6734ff46bcd1e1f8541c5efc2e0b3 intel-opencl-icd_25.27.34303.5-0_amd64.deb
68f9e6c79c298bf75a80253adef2e84bf0011dc3e70db3e72daa7e4ad46f95cf libigdgmm12_22.7.2_amd64.deb
1f83aa06a4c1361d49dd29754660644ad246ccd494c45c1215097fa6bf289dbe libze-intel-gpu1-dbgsym_25.27.34303.5-0_amd64.ddeb
4e08d3796c856505c852f8700f44b7895cd185c48e83ebc5785d9744b6003546 libze-intel-gpu1_25.27.34303.5-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.11.0-1009-intel kernel from intel-graphics PPA.
WSL support was tested for all platforms with Windows host driver 101.6913, 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