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.28.2 (Supports oneAPI Level Zero Specification v1.15.31)
- intel/intel-graphics-compiler@v2.34.4
- 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.34.4/intel-igc-core-2_2.34.4+21428_amd64.deb
wget https://github.com/intel/intel-graphics-compiler/releases/download/v2.34.4/intel-igc-opencl-2_2.34.4+21428_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/26.18.38308.1/intel-ocloc-dbgsym_26.18.38308.1-0_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/26.18.38308.1/intel-ocloc_26.18.38308.1-0_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/26.18.38308.1/intel-opencl-icd-dbgsym_26.18.38308.1-0_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/26.18.38308.1/intel-opencl-icd_26.18.38308.1-0_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/26.18.38308.1/libigdgmm12_22.10.0_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/26.18.38308.1/libze-intel-gpu1-dbgsym_26.18.38308.1-0_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/26.18.38308.1/libze-intel-gpu1_26.18.38308.1-0_amd64.deb
- Verify sha256 sums for packages
Example:
wget https://github.com/intel/compute-runtime/releases/download/26.18.38308.1/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
1150de9f1b8c06aab0bf6e619a6c02ed4cd0c7b4135752ae74c82c8f8fb7acb2 intel-ocloc-dbgsym_26.18.38308.1-0_amd64.ddeb
f36cb8a6899353c61cc7261b650f287f4a652acadaad859103bdfc51f93b6e8a intel-ocloc_26.18.38308.1-0_amd64.deb
74b98d91a92d59c487e4938175284e57d5a84ec35d9997a9d65fa4db3f51b96b intel-opencl-icd-dbgsym_26.18.38308.1-0_amd64.ddeb
b2d0c924e56b3f9e5837774d68b0c67461b8633035d93ca18b1a8e3e5ead15fa intel-opencl-icd_26.18.38308.1-0_amd64.deb
6031a63d6e8a12ce61c14efc15f2c8e727061286e3820b8594e6d00615e04d54 libigdgmm12_22.10.0_amd64.deb
433a3d59bc81f2315dcc76a4f787cb7be845506702108035b9b1a716bfb6ee4d libze-intel-gpu1-dbgsym_26.18.38308.1-0_amd64.ddeb
12b8254e6d3415c32cee9cd13943030b991d91212445c79fe1cc27176a72eca4 libze-intel-gpu1_26.18.38308.1-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.15 | Yes |
| Alchemist | Production | 3.0 | 1.15 | Yes |
| Battlemage | Production | 3.0 | 1.15 | Yes |
| Tiger Lake | Production | 3.0 | 1.15 | Yes |
| Rocket Lake | Production | 3.0 | 1.15 | Yes |
| Alder Lake | Production | 3.0 | 1.15 | Yes |
| Meteor Lake | Production | 3.0 | 1.15 | Yes |
| Raptor Lake | Production | 3.0 | 1.15 | Yes |
| Lunar Lake | Production | 3.0 | 1.15 | Yes |
| Arrow Lake | Production | 3.0 | 1.15 | Yes |
| Panther Lake | Production | 3.0 | 1.15 | Yes |
| Wildcat Lake | Production | 3.0 | 1.15 | Yes |
| Crescent Island | Early support | 3.0 | 1.15 | N/A |
For legacy platforms not included in this table, see more information.
All platforms were validated on Ubuntu 24.04 LTS with stock kernel 6.17.0-14-generic, unless noted otherwise.
- Lunar Lake and Battlemage were tested using 7.0.0-rc6-lgci-xe.
WSL support was tested for all platforms with Windows host driver 101.8629, unless noted otherwise.
- DG1, Tiger Lake, Raptor Lake & Alder Lake were tested using 11th – 14th Gen specific host driver 101.7085.
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