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.6 (Supports oneAPI Level Zero Specification v1.15.31)
- intel/intel-graphics-compiler@v2.36.3
- 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.36.3/intel-igc-core-2_2.36.3+21719_amd64.deb
wget https://github.com/intel/intel-graphics-compiler/releases/download/v2.36.3/intel-igc-opencl-2_2.36.3+21719_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/26.22.38646.4/intel-ocloc-dbgsym_26.22.38646.4-0_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/26.22.38646.4/intel-ocloc_26.22.38646.4-0_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/26.22.38646.4/intel-opencl-icd-dbgsym_26.22.38646.4-0_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/26.22.38646.4/intel-opencl-icd_26.22.38646.4-0_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/26.22.38646.4/libigdgmm12_22.10.0_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/26.22.38646.4/libze-intel-gpu1-dbgsym_26.22.38646.4-0_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/26.22.38646.4/libze-intel-gpu1_26.22.38646.4-0_amd64.deb
- Verify sha256 sums for packages
Example:
wget https://github.com/intel/compute-runtime/releases/download/26.22.38646.4/ww22.sum
sha256sum -c ww22.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
9c37f6b1ffcaaa33789c99cc6002f060c70cd00102f8c729f8a02af3de76c43b intel-ocloc-dbgsym_26.22.38646.4-0_amd64.ddeb
25745841e66279c7ff1ff6c2d4da9ec911685c12e1c9c5609d99e4d54a364dc0 intel-ocloc_26.22.38646.4-0_amd64.deb
809dcf602256d45b56d2a76d6a979a716cd565891d7e1552d63b57d59df030f8 intel-opencl-icd-dbgsym_26.22.38646.4-0_amd64.ddeb
6fdac2e8a2aacf844ebfd90521bf7102b3ebb44f69c1bced1a9785a7ce96a3c2 intel-opencl-icd_26.22.38646.4-0_amd64.deb
6031a63d6e8a12ce61c14efc15f2c8e727061286e3820b8594e6d00615e04d54 libigdgmm12_22.10.0_amd64.deb
f4d36dd19e5b27e58178263002de74e1a2f0eb87f1028b61ba34a681d6c23cb8 libze-intel-gpu1-dbgsym_26.22.38646.4-0_amd64.ddeb
8bef9f24e03f826f93c076081bda13c6ac3afbd9e42b9fb8f298fab652330e2f libze-intel-gpu1_26.22.38646.4-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 |
| Raptor Lake | Production | 3.0 | 1.15 | Yes |
| Meteor Lake | Production | 3.0 | 1.15 | Yes |
| Arrow Lake | Production | 3.0 | 1.15 | Yes |
| Lunar 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 |
| Nova Lake | 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, Battlemage and Panther Lake were tested using 7.1.0-rc6-lgci-xe.
WSL support was tested for all platforms with Windows host driver 101.8824, 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
- Introduced Level Zero Executing OpenCL (aka LEO) - see LEO.md for details