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.0 (Supports oneAPI Level Zero Specification v1.15.31)
- intel/intel-graphics-compiler@v2.30.1
- 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.30.1/intel-igc-core-2_2.30.1+20950_amd64.deb
wget https://github.com/intel/intel-graphics-compiler/releases/download/v2.30.1/intel-igc-opencl-2_2.30.1+20950_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/26.09.37435.1/intel-ocloc-dbgsym_26.09.37435.1-0_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/26.09.37435.1/intel-ocloc_26.09.37435.1-0_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/26.09.37435.1/intel-opencl-icd-dbgsym_26.09.37435.1-0_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/26.09.37435.1/intel-opencl-icd_26.09.37435.1-0_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/26.09.37435.1/libigdgmm12_22.9.0_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/26.09.37435.1/libze-intel-gpu1-dbgsym_26.09.37435.1-0_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/26.09.37435.1/libze-intel-gpu1_26.09.37435.1-0_amd64.deb
- Verify sha256 sums for packages
Example:
wget https://github.com/intel/compute-runtime/releases/download/26.09.37435.1/ww09.sum
sha256sum -c ww09.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
de11b5ae7b5e6b169a9e977385a614ae0be98df4cacdb8cba7a6c74f0d08b7c5 intel-ocloc-dbgsym_26.09.37435.1-0_amd64.ddeb
893185ee9df9656f1350d701bffc240a7ec04021879e0b8ac645dd1db419cd9e intel-ocloc_26.09.37435.1-0_amd64.deb
2bdee74c242f14a484b715fe1fa0755c524b2a4f902ab8899883d88cc03b7e39 intel-opencl-icd-dbgsym_26.09.37435.1-0_amd64.ddeb
611c758c169a81c91bfc0b089cb6a53949ec2b6aedbf892635a579c529c63e7a intel-opencl-icd_26.09.37435.1-0_amd64.deb
9d712f71c18baee076de9961dda71e8089291e1bd0deb5d649ab5ba5de114f97 libigdgmm12_22.9.0_amd64.deb
ab93d8ceb58af424a56d93d0e59987c5cf26922d3a935e972e58d8f26c1dd275 libze-intel-gpu1-dbgsym_26.09.37435.1-0_amd64.ddeb
9fb35fbccbb5f85a60283803de961398ec8ae7d23bfd07f1f272307f596972c9 libze-intel-gpu1_26.09.37435.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.14 | Yes |
| Alchemist | Production | 3.0 | 1.14 | Yes |
| Battlemage | Production | 3.0 | 1.14 | Yes |
| Tiger Lake | Production | 3.0 | 1.14 | Yes |
| Rocket Lake | Production | 3.0 | 1.14 | Yes |
| Alder Lake | Production | 3.0 | 1.14 | Yes |
| Meteor Lake | Production | 3.0 | 1.14 | Yes |
| Raptor Lake | Production | 3.0 | 1.14 | Yes |
| Lunar Lake | Production | 3.0 | 1.14 | Yes |
| Arrow Lake | Production | 3.0 | 1.14 | Yes |
| Panther Lake | Production | 3.0 | 1.14 | Yes |
| Wildcat Lake | Pre-Release | 3.0 | 1.14 | N/A |
| Crescent Island | Experimental | 3.0 | 1.14 | 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.14.0-35-generic, unless noted otherwise.
- Lunar Lake and Battlemage were tested using Ubuntu 24.04 LTS with 6.14.0-1008-intel kernel from intel-graphics PPA.
WSL support was tested for all platforms with Windows host driver 101.8531, unless noted otherwise.
- DG1, Tiger Lake, Raptor Lake & Alder Lake were tested using 11th – 14th Gen specific host driver 101.7082.
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