CARVIEW |
Navigation Menu
-
Notifications
You must be signed in to change notification settings - Fork 254
Releases: intel/compute-runtime
25.27.34303.5
Compare
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.22.5 (Supports oneAPI Level Zero Specification v1.12.15)
- intel/intel-graphics-compiler@v2.14.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. 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
Changelog
Assets 10
25.22.33944.8
Compare
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.21.9 (Supports oneAPI Level Zero Specification v1.12.15)
- intel/intel-graphics-compiler@v2.12.5
- 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. 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.12.5/intel-igc-core-2_2.12.5+19302_amd64.deb
wget https://github.com/intel/intel-graphics-compiler/releases/download/v2.12.5/intel-igc-opencl-2_2.12.5+19302_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/25.22.33944.8/intel-ocloc-dbgsym_25.22.33944.8-0_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/25.22.33944.8/intel-ocloc_25.22.33944.8-0_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/25.22.33944.8/intel-opencl-icd-dbgsym_25.22.33944.8-0_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/25.22.33944.8/intel-opencl-icd_25.22.33944.8-0_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/25.22.33944.8/libigdgmm12_22.7.0_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/25.22.33944.8/libze-intel-gpu1-dbgsym_25.22.33944.8-0_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/25.22.33944.8/libze-intel-gpu1_25.22.33944.8-0_amd64.deb
- Verify sha256 sums for packages
Example:
wget https://github.com/intel/compute-runtime/releases/download/25.22.33944.8/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
5dc5aeb51ca5970aebc0fb6e03a38c60195b0f9efbacfe2ac36f089ff4d3a424 intel-ocloc-dbgsym_25.22.33944.8-0_amd64.ddeb
f18f4ad68b550448f8f5d88b9e209c0050331b43a907e61d61d912483d53b597 intel-ocloc_25.22.33944.8-0_amd64.deb
1f93b9205d01c3801b4326e53642c45f0fd30ebafb92bbddae2cb42dfcae92e4 intel-opencl-icd-dbgsym_25.22.33944.8-0_amd64.ddeb
fe7381a7ff9487e95eec4480fe4393de303c0b443fef11d0b5d71a6dd3fe10e9 intel-opencl-icd_25.22.33944.8-0_amd64.deb
3360af2bc0efaf05ad77c7f04a72320bf02ee6ae4989415d7256a656ee1ed37e libigdgmm12_22.7.0_amd64.deb
2cabd3d22fe3022653cbdb1c18c29c72276e49b5be595bc7f40114c1f860a26c libze-intel-gpu1-dbgsym_25.22.33944.8-0_amd64.ddeb
585f702e9eb5af37bb04a3d9e7f382c496182669dfac7de42803d7499da81148 libze-intel-gpu1_25.22.33944.8-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 Lunar Lake and Battlemage platforms 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-48-generic, unless noted otherwise.
- Lunar Lake and Battlemage was tested using Ubuntu 24.04.2 LTS with 6.11.0-1008-intel kernel from intel-graphics PPA.
WSL support was tested for all platforms with Windows host driver 101.6874, 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
Changelog
Assets 10
25.18.33578.6
Compare
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.21.9 (Supports oneAPI Level Zero Specification v1.12.15)
- intel/intel-graphics-compiler@v2.11.7
- 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. 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.11.7/intel-igc-core-2_2.11.7+19146_amd64.deb
wget https://github.com/intel/intel-graphics-compiler/releases/download/v2.11.7/intel-igc-opencl-2_2.11.7+19146_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/25.18.33578.6/intel-ocloc-dbgsym_25.18.33578.6-0_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/25.18.33578.6/intel-ocloc_25.18.33578.6-0_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/25.18.33578.6/intel-opencl-icd-dbgsym_25.18.33578.6-0_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/25.18.33578.6/intel-opencl-icd_25.18.33578.6-0_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/25.18.33578.6/libigdgmm12_22.7.0_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/25.18.33578.6/libze-intel-gpu1-dbgsym_25.18.33578.6-0_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/25.18.33578.6/libze-intel-gpu1_25.18.33578.6-0_amd64.deb
- Verify sha256 sums for packages
Example:
wget https://github.com/intel/compute-runtime/releases/download/25.18.33578.6/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
6489237571f0aa48abcae7c16e9ab2bd336fd41b0fb586666f1a1170a0cbde33 intel-ocloc-dbgsym_25.18.33578.6-0_amd64.ddeb
c772db8891539890237d50c357af1480b22cbd859c0b8afb5355f605a818d758 intel-ocloc_25.18.33578.6-0_amd64.deb
c55735aabb4268ce402509cf31842b94ecf02ace3095685ebebf5c2a71f8ce48 intel-opencl-icd-dbgsym_25.18.33578.6-0_amd64.ddeb
f522954a3cd85bafcfb16c303f808b6fc41af54b96637ecebe2d88f7c8a9655a intel-opencl-icd_25.18.33578.6-0_amd64.deb
3360af2bc0efaf05ad77c7f04a72320bf02ee6ae4989415d7256a656ee1ed37e libigdgmm12_22.7.0_amd64.deb
b55bb846f3c3f540c365fd1d8849c75b2b0281ee1802d7770c97655747af928c libze-intel-gpu1-dbgsym_25.18.33578.6-0_amd64.ddeb
8c61b62e91e96e481f64bc74c011601bdcf8fb3c13b990037a0f87e9eb736e15 libze-intel-gpu1_25.18.33578.6-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 Lunar Lake and Battlemage platforms 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-48-generic, unless noted otherwise.
- Lunar Lake and Battlemage was tested using Ubuntu 24.10 with 6.11.0-1007-intel kernel from intel-graphics PPA.
WSL support was tested for all platforms with Windows host driver 101.6790, 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
- starting with this release we published packages build on Ubuntu 24.04 instead of 22.04. Installation procedure is modified accordingly.
Changelog
Assets 10
25.13.33276.19
Compare
Preview of Direct Submission feature for Lunar Lake - will be enabled by default in 25.18 release we will post on github in May
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
Assets 8
25.13.33276.16
Compare
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.21.1 (Supports oneAPI Level Zero Specification v1.12.15)
- intel/intel-graphics-compiler@v2.10.8
- intel/igsc@V0.9.5
Installation procedure on Ubuntu 22.04/24.04
Please be aware, since next release we are going to upgrade our packages from Ubuntu 22.04 to 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.10.8/intel-igc-core-2_2.10.8+18926_amd64.deb
wget https://github.com/intel/intel-graphics-compiler/releases/download/v2.10.8/intel-igc-opencl-2_2.10.8+18926_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/25.13.33276.16/intel-level-zero-gpu-dbgsym_1.6.33276.16_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/25.13.33276.16/intel-level-zero-gpu_1.6.33276.16_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/25.13.33276.16/intel-opencl-icd-dbgsym_25.13.33276.16_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/25.13.33276.16/intel-opencl-icd_25.13.33276.16_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/25.13.33276.16/libigdgmm12_22.7.0_amd64.deb
- Verify sha256 sums for packages
Example:
wget https://github.com/intel/compute-runtime/releases/download/25.13.33276.16/ww13.sum
sha256sum -c ww13.sum
- Install all packages as root
Example for Ubuntu 22.04:
sudo dpkg -i *.deb
In case using Ubuntu 24.04 our packages may conflict with Ubuntu 24.04 packages: intel-ocloc-dev intel-ocloc libze-intel-gpu1. To resolve this, you may remove those packages, as in given example.
Example for Ubuntu 24.04:
sudo dpkg -r intel-ocloc-dev intel-ocloc libze-intel-gpu1
sudo dpkg -i *.deb
In case of installation problems, please install required dependencies, for example:
apt install ocl-icd-libopencl1
sha256 sums for packages
d0ffa3219623486901b3dd752c4d74afe79320471713b7772777c7319e58b5f7 intel-level-zero-gpu-dbgsym_1.6.33276.16_amd64.ddeb
b7dbea8eac25cac46bca1768f356626f22f40d0ac9ccd80e0c13402ddc573262 intel-level-zero-gpu_1.6.33276.16_amd64.deb
1a482fa033963291e9ed4596063ff2d156aedebe4379ff33d9a28baa5dfe9cc3 intel-opencl-icd-dbgsym_25.13.33276.16_amd64.ddeb
db5245e061a2eb043af655f298b045a4ead5973b8e5d8f385a1d2887deb309b0 intel-opencl-icd_25.13.33276.16_amd64.deb
1c20bcbfbc3cc293e3a2ef7f8876ae771e0b9458f95a13bc80d2d69cf0bbef23 libigdgmm12_22.7.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 Lunar Lake and Battlemage platforms 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-48-generic, unless noted otherwise.
- Lunar Lake and Battlemage was tested using Ubuntu 24.10 with 6.11.0-1007-intel kernel from intel-graphics PPA.
WSL support was tested for all platforms with Windows host driver 101.6732, 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
Changelog
Assets 8
25.09.32961.7
Compare
This incremental release contains WSL-specific changes to allow interop with the latest Windows host driver (101.6651). If you are not using WSL (Windows Subsystem for Linux), feel free to ignore this release.
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
Assets 8
25.09.32961.5
Compare
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.20.6 (Supports oneAPI Level Zero Specification v1.12.15)
- https://github.com/intel/intel-graphics-compiler/releases/tag/v2.8.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. 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.8.3/intel-igc-core-2_2.8.3+18762_amd64.deb
wget https://github.com/intel/intel-graphics-compiler/releases/download/v2.8.3/intel-igc-opencl-2_2.8.3+18762_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/25.09.32961.5/intel-level-zero-gpu-dbgsym_1.6.32961.5_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/25.09.32961.5/intel-level-zero-gpu_1.6.32961.5_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/25.09.32961.5/intel-opencl-icd-dbgsym_25.09.32961.5_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/25.09.32961.5/intel-opencl-icd_25.09.32961.5_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/25.09.32961.5/libigdgmm12_22.6.0_amd64.deb
- Verify sha256 sums for packages
Example:
wget https://github.com/intel/compute-runtime/releases/download/25.09.32961.5/ww09.sum
sha256sum -c ww09.sum
- Install all packages as root
Example:
sudo dpkg -i --force-all *.deb
In case of installation problems, please install required dependencies, for example:
apt install ocl-icd-libopencl1
sha256 sums for packages
9f9c4e97e6916f116f8600225606a6c2494af0c63ce2277cb928f8f5b7757c03 intel-level-zero-gpu-dbgsym_1.6.32961.5_amd64.ddeb
65f397dc868289267684ccf830e586c6bea42c9cb1396ea4e3b9d9262b7e6191 intel-level-zero-gpu_1.6.32961.5_amd64.deb
e291b32f42c90094e3e98646855331e3d0a34d67e14fa49c4935933858d0515d intel-opencl-icd-dbgsym_25.09.32961.5_amd64.ddeb
b1cb0fcf00da9d6f076ec6dc835410d04f90f6868b527e5f427a9b554b3ddc03 intel-opencl-icd_25.09.32961.5_amd64.deb
9aca06edce04c20f36eb8840e40a9e5f1ce7a9e75b7e5d2625bc8ccfcdcc9660 libigdgmm12_22.6.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 Lunar Lake and Battlemage platforms 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-48-generic, unless noted otherwise.
- Lunar Lake and Battlemage was tested using Ubuntu 24.10 with 6.11.0-1007-intel kernel from intel-graphics PPA.
WSL support was tested for all platforms with Windows host driver 101.6559, 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
Changelog
Assets 8
25.05.32567.17
Compare
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.20.2 (Supports oneAPI Level Zero Specification v1.12.15)
- https://github.com/intel/intel-graphics-compiler/releases/tag/v2.5.6
- 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. 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.7.11/intel-igc-core-2_2.7.11+18581_amd64.deb
wget https://github.com/intel/intel-graphics-compiler/releases/download/v2.7.11/intel-igc-opencl-2_2.7.11+18581_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/25.05.32567.17/intel-level-zero-gpu-dbgsym_1.6.32567.17_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/25.05.32567.17/intel-level-zero-gpu_1.6.32567.17_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/25.05.32567.17/intel-opencl-icd-dbgsym_25.05.32567.17_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/25.05.32567.17/intel-opencl-icd_25.05.32567.17_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/25.05.32567.17/libigdgmm12_22.6.0_amd64.deb
- Verify sha256 sums for packages
Example:
wget https://github.com/intel/compute-runtime/releases/download/25.05.32567.17/ww05.sum
sha256sum -c ww05.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
13303fdb627536074b3fa6ce3ee8928a914e749fd6d8f50e235b780e845b43f0 intel-level-zero-gpu-dbgsym_1.6.32567.17_amd64.ddeb
83184bd85b785d91e6ff61e4e69dc1265e0e8c8295b31320b256224903d0a848 intel-level-zero-gpu_1.6.32567.17_amd64.deb
99e398014bf951a4d6df12c291456afc4d12ef6116fa0bfc45e872069752a277 intel-opencl-icd-dbgsym_25.05.32567.17_amd64.ddeb
ef1f4aafe854fa3719c83f22671d6cf7be52b9eb642a4a03faec53bb5da6eeee intel-opencl-icd_25.05.32567.17_amd64.deb
9aca06edce04c20f36eb8840e40a9e5f1ce7a9e75b7e5d2625bc8ccfcdcc9660 libigdgmm12_22.6.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 |
For Lunar Lake and Battlemage platforms 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-48-generic, unless noted otherwise.
- Lunar Lake and Battlemage was tested using Ubuntu 24.10 with 6.11.0-1006-intel and 6.11.0-1007-intel kernels from intel-graphics PPA.
WSL support was tested for all platforms with Windows host driver 101.6559, 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
Changelog
Assets 8
24.52.32224.5
Compare
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.19.2 (Supports oneAPI Level Zero Specification v1.11.8)
- https://github.com/intel/intel-graphics-compiler/releases/tag/v2.5.6
- 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. 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.5.6/intel-igc-core-2_2.5.6+18417_amd64.deb
wget https://github.com/intel/intel-graphics-compiler/releases/download/v2.5.6/intel-igc-opencl-2_2.5.6+18417_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/24.52.32224.5/intel-level-zero-gpu-dbgsym_1.6.32224.5_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/24.52.32224.5/intel-level-zero-gpu_1.6.32224.5_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/24.52.32224.5/intel-opencl-icd-dbgsym_24.52.32224.5_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/24.52.32224.5/intel-opencl-icd_24.52.32224.5_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/24.52.32224.5/libigdgmm12_22.5.5_amd64.deb
- Verify sha256 sums for packages
Example:
wget https://github.com/intel/compute-runtime/releases/download/24.52.32224.5/ww52.sum
sha256sum -c ww52.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
479e743b292f9629f9830cd7abc832ecc433a2c51386118982d6a61c1e74252a intel-level-zero-gpu-dbgsym_1.6.32224.5_amd64.ddeb
f653c4f76d532a5a4cc94212a1e4daa6f444c51a5b8b88d217bfd84731931295 intel-level-zero-gpu_1.6.32224.5_amd64.deb
f913e3fe47b1de1a57cab09f994620a6e2147a9dcedd8bde6e7b0146d8ed1a8d intel-opencl-icd-dbgsym_24.52.32224.5_amd64.ddeb
9a93bca10c4baafc9601142542784298cb40b2b5dbe62ed50352fc75ab90b9a4 intel-opencl-icd_24.52.32224.5_amd64.deb
dc9a2db05b066bdad2a9208af6f59bc8bb5ffddb1b0fc298d21797c3e034b64a libigdgmm12_22.5.5_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 |
For Lunar Lake and Battlemage platforms 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 and Battlemage 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.6325_101.6252, 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
Important changes
- This release enables DirectSubmission for Battlemage platforms (see #783 for details)
Changelog
Assets 8
24.48.31907.7
Compare
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.2.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. 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.2.3/intel-igc-core-2_2.2.3+18220_amd64.deb
wget https://github.com/intel/intel-graphics-compiler/releases/download/v2.2.3/intel-igc-opencl-2_2.2.3+18220_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/24.48.31907.7/intel-level-zero-gpu-dbgsym_1.6.31907.7_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/24.48.31907.7/intel-level-zero-gpu_1.6.31907.7_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/24.48.31907.7/intel-opencl-icd-dbgsym_24.48.31907.7_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/24.48.31907.7/intel-opencl-icd_24.48.31907.7_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/24.48.31907.7/libigdgmm12_22.5.4_amd64.deb
- Verify sha256 sums for packages
Example:
wget https://github.com/intel/compute-runtime/releases/download/24.48.31907.7/ww48.sum
sha256sum -c ww48.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
cb3f0ad4b29a8c09b8e15b46553f7ffbe6ab904fdb6235698abc485ad4dbd843 intel-level-zero-gpu-dbgsym_1.6.31907.7_amd64.ddeb
585de2bc881eaef17207449f2a6d5d7efb2b1680a6293546fcd01fc4a869812c intel-level-zero-gpu_1.6.31907.7_amd64.deb
c55b7889557974e4f91a073e6c840f1878c3a84e581fb211576ba5b5fc840380 intel-opencl-icd-dbgsym_24.48.31907.7_amd64.ddeb
a3d0cf66868838951174918c61ee75e34537859309c79486e0b2a7b44cfe13a5 intel-opencl-icd_24.48.31907.7_amd64.deb
a6adb750d17c8eb3c50a5b063115c762ffe57724cfbd45cc38e5abe823c49bd2 libigdgmm12_22.5.4_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 |
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 and Battlemage 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.6325_101.6252, 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
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.