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.18.5 (Supports oneAPI Level Zero Specification v1.11.3)
- https://github.com/intel/intel-graphics-compiler/releases/tag/v2.1.12
- intel/igsc@V0.9.4
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.1.12/intel-igc-core-2_2.1.12+18087_amd64.deb
wget https://github.com/intel/intel-graphics-compiler/releases/download/v2.1.12/intel-igc-opencl-2_2.1.12+18087_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/24.45.31740.9/intel-level-zero-gpu-dbgsym_1.6.31740.9_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/24.45.31740.9/intel-level-zero-gpu_1.6.31740.9_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/24.45.31740.9/intel-opencl-icd-dbgsym_24.45.31740.9_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/24.45.31740.9/intel-opencl-icd_24.45.31740.9_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/24.45.31740.9/libigdgmm12_22.5.2_amd64.deb
- Verify sha256 sums for packages
Example:
wget https://github.com/intel/compute-runtime/releases/download/24.45.31740.9/ww45.sum
sha256sum -c ww45.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
98fb380e4be8c16112d3cfbeb24bf4aaef73b0dceacb64fc8fc8c8ff98871bda intel-igc-core-2_2.1.12+18087_amd64.deb
967585a81d851e20af9f2dbe6e9333a67ff91a5a83638ff13bd0e191df53fd10 intel-igc-opencl-2_2.1.12+18087_amd64.deb
a4f2e43c7cc29af8787a6a8fbe6a79d5f9e66a99ce0c29c2af1cdd41df3ef65d intel-level-zero-gpu-dbgsym_1.6.31740.9_amd64.ddeb
fb2a6064f81af9e673f1508f4517ef2b510a09efb9407c0e46719ef6337466ae intel-level-zero-gpu_1.6.31740.9_amd64.deb
2134fda1cbc8c2c877dd9d456f062a94ddee5f060a10e2a596b52c5fb3a70a90 intel-opencl-icd-dbgsym_24.45.31740.9_amd64.ddeb
c7fc22ed2fb7fb17fa2a9a549a7b4c1b73d458bc34395b37ff75d55780115776 intel-opencl-icd_24.45.31740.9_amd64.deb
f9c8b8a81bc4b6bc5b3d4da9c82252d5c05c03d7917ae31c71aa4c4f579bad8f libigdgmm12_22.5.2_amd64.deb
Quality expectations
Platform | Quality | OpenCL | Level Zero | WSL |
---|---|---|---|---|
DG1 | Production | 3.0 | 1.6 | Yes |
Alchemist | 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 |
For Lunar Lake platform the best experience is achieved via using Ubuntu 24.10 with intel-graphics PPA. See instructions
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-41-generic, unless noted otherwise.
- Lunar Lake was tested using Ubuntu 24.10 with 6.11.0-1002 kernel from intel-graphics PPA.
WSL support was tested for all platforms with Windows host driver 101.6297, unless noted otherwise.
- WSL support for Lunar Lake was tested with 101.5736
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
Known issues
- For systems with older integrated graphics paired with intel discrete graphics card, follow the #770 issue description, for a workaround to get them both operational.