Releases: intel/compute-runtime
22.20.23198
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@c9bb65b (Compatible with va_api_major_version = 1)
- oneapi-src/[email protected] (Compatible with oneAPI Level Zero API Spec v1.3.7)
- intel/[email protected]
- intel/[email protected]
Installation procedure on Ubuntu 20.04
- Create temporary directory
Example:
mkdir neo
- Download all *.deb packages
Example:
cd neo
wget https://github.com/intel/intel-graphics-compiler/releases/download/igc-1.0.11222/intel-igc-core_1.0.11222_amd64.deb
wget https://github.com/intel/intel-graphics-compiler/releases/download/igc-1.0.11222/intel-igc-opencl_1.0.11222_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/22.20.23198/intel-level-zero-gpu-dbgsym_1.3.23198_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/22.20.23198/intel-level-zero-gpu_1.3.23198_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/22.20.23198/intel-opencl-icd-dbgsym_22.20.23198_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/22.20.23198/intel-opencl-icd_22.20.23198_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/22.20.23198/libigdgmm12_22.1.2_amd64.deb
- Verify sha256 sums for packages
Example:
wget https://github.com/intel/compute-runtime/releases/download/22.20.23198/ww20.sum
sha256sum -c ww20.sum
- Install all packages as root
Example:
sudo dpkg -i *.deb
sha256 sums for packages
a7250798bce2fc2941ca7076a94383c776c415ffa00c81f3d2968f1c9f5f327e intel-igc-core_1.0.11222_amd64.deb
e65a766ae3b8a465aabde4da6b623093f1fe6e4108b5227be5f62a3bb179767b intel-igc-opencl_1.0.11222_amd64.deb
3a16f75ef27dfa2b4b897a790f03327cf0e865f4d8fb11edda29650fdc87de20 intel-level-zero-gpu-dbgsym_1.3.23198_amd64.ddeb
1bd4b5f10061c6237e550f02829ee9d1e74bc804907c2c11d0aa22d77b384512 intel-level-zero-gpu_1.3.23198_amd64.deb
72f38f2edc598930b14c22e562b5db39658f92351af66cbe54ba4a8d3de35a09 intel-opencl-icd-dbgsym_22.20.23198_amd64.ddeb
315d7c6fb450932ed4f7431ee266f22661d1a02325fdf4b9c2fd24cdb666a313 intel-opencl-icd_22.20.23198_amd64.deb
77e773be972a445bc5ddc0cfed6aef19ed12fc77ac53fa80bf4d9f68ac3cb341 libigdgmm12_22.1.2_amd64.deb
Other installation procedures are described here.
Quality expectations
Platform | OpenCL | Level Zero |
---|---|---|
DG1 | 3.0 - Production | 1.3 - Pre-Release |
Skylake | 3.0 - Production | 1.3 - Pre-Release |
Kaby Lake | 3.0 - Production | 1.3 - Pre-Release |
Coffee Lake | 3.0 - Production | 1.3 - Pre-Release |
Ice Lake | 3.0 - Production | 1.3 - Pre-Release |
Tiger Lake | 3.0 - Production | 1.3 - Pre-Release |
Rocket Lake | 3.0 - Production | 1.3 - Pre-Release |
Alder Lake | 3.0 - Production | 1.3 - Pre-Release |
Elkhart Lake | 3.0 - Production | - |
Broadwell | 3.0 - Maintenance | - |
Apollo Lake | 3.0 - Maintenance | - |
Gemini Lake | 3.0 - Maintenance | - |
All other platforms were validated on Ubuntu 20.04 LTS with stock kernel, unless noted otherwise.
DG1 was tested with drm-tip kernel v.5.16 rc3.
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 flag NEO_ENABLE_i915_PRELIM_DETECTION=1
Important changes
- igc revision updated
22.19.23136
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@c9bb65b (Compatible with va_api_major_version = 1)
- oneapi-src/[email protected] (Compatible with oneAPI Level Zero API Spec v1.3.7)
- intel/[email protected]
- intel/[email protected]
Installation procedure on Ubuntu 20.04
- Create temporary directory
Example:
mkdir neo
- Download all *.deb packages
Example:
cd neo
wget https://github.com/intel/intel-graphics-compiler/releases/download/igc-1.0.11104/intel-igc-core_1.0.11104_amd64.deb
wget https://github.com/intel/intel-graphics-compiler/releases/download/igc-1.0.11104/intel-igc-opencl_1.0.11104_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/22.19.23136/intel-level-zero-gpu-dbgsym_1.3.23136_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/22.19.23136/intel-level-zero-gpu_1.3.23136_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/22.19.23136/intel-opencl-icd-dbgsym_22.19.23136_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/22.19.23136/intel-opencl-icd_22.19.23136_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/22.19.23136/libigdgmm12_22.1.2_amd64.deb
- Verify sha256 sums for packages
Example:
wget https://github.com/intel/compute-runtime/releases/download/22.19.23136/ww19.sum
sha256sum -c ww19.sum
- Install all packages as root
Example:
sudo dpkg -i *.deb
sha256 sums for packages
9417722359258670eeff0406f354c0b752a810ffec46b8f082aa22209f373e9b intel-igc-core_1.0.11104_amd64.deb
baf68c64a308b1221f6296c159f1afefc3cfac1f002daa62ee6d7d68037be4df intel-igc-opencl_1.0.11104_amd64.deb
2d708ee21cecc96156f48472df5ee2ce3ecb41be6077120d3c1d008f6b4a0a64 intel-level-zero-gpu-dbgsym_1.3.23136_amd64.ddeb
f4b95f99428bde3ca57f617d1d91e6253f1304ee7f571eb72bdaa296abc1df4c intel-level-zero-gpu_1.3.23136_amd64.deb
9b43a1c1a36aaffd04798853e6474d0cc5128b90309b6c402d83998d9dd730d2 intel-opencl-icd-dbgsym_22.19.23136_amd64.ddeb
ba857480720ea7eca523ec784a3e6d3c2ecc1a3d447c0d25b35c3ceb3b0d09af intel-opencl-icd_22.19.23136_amd64.deb
77e773be972a445bc5ddc0cfed6aef19ed12fc77ac53fa80bf4d9f68ac3cb341 libigdgmm12_22.1.2_amd64.deb
Other installation procedures are described here.
Quality expectations
Platform | OpenCL | Level Zero |
---|---|---|
DG1 | 3.0 - Production | 1.3 - Pre-Release |
Skylake | 3.0 - Production | 1.3 - Pre-Release |
Kaby Lake | 3.0 - Production | 1.3 - Pre-Release |
Coffee Lake | 3.0 - Production | 1.3 - Pre-Release |
Ice Lake | 3.0 - Production | 1.3 - Pre-Release |
Tiger Lake | 3.0 - Production | 1.3 - Pre-Release |
Rocket Lake | 3.0 - Production | 1.3 - Pre-Release |
Alder Lake | 3.0 - Production | 1.3 - Pre-Release |
Elkhart Lake | 3.0 - Production | - |
Broadwell | 3.0 - Maintenance | - |
Apollo Lake | 3.0 - Maintenance | - |
Gemini Lake | 3.0 - Maintenance | - |
All other platforms were validated on Ubuntu 20.04 LTS with stock kernel, unless noted otherwise.
DG1 was tested with drm-tip kernel v.5.16 rc3.
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 flag NEO_ENABLE_i915_PRELIM_DETECTION=1
22.18.23063
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@c9bb65b (Compatible with va_api_major_version = 1)
- oneapi-src/[email protected] (Compatible with oneAPI Level Zero API Spec v1.3.7)
- intel/[email protected]
- intel/[email protected]
Installation procedure on Ubuntu 20.04
- Create temporary directory
Example:
mkdir neo
- Download all *.deb packages
Example:
cd neo
wget https://github.com/intel/intel-graphics-compiler/releases/download/igc-1.0.11104/intel-igc-core_1.0.11104_amd64.deb
wget https://github.com/intel/intel-graphics-compiler/releases/download/igc-1.0.11104/intel-igc-opencl_1.0.11104_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/22.18.23063/intel-level-zero-gpu-dbgsym_1.3.23063_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/22.18.23063/intel-level-zero-gpu_1.3.23063_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/22.18.23063/intel-opencl-icd-dbgsym_22.18.23063_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/22.18.23063/intel-opencl-icd_22.18.23063_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/22.18.23063/libigdgmm12_22.1.2_amd64.deb
- Verify sha256 sums for packages
Example:
wget https://github.com/intel/compute-runtime/releases/download/22.18.23063/ww18.sum
sha256sum -c ww18.sum
- Install all packages as root
Example:
sudo dpkg -i *.deb
sha256 sums for packages
9417722359258670eeff0406f354c0b752a810ffec46b8f082aa22209f373e9b intel-igc-core_1.0.11104_amd64.deb
baf68c64a308b1221f6296c159f1afefc3cfac1f002daa62ee6d7d68037be4df intel-igc-opencl_1.0.11104_amd64.deb
13b98561e309ac4e0e4bbcf6cb79a16aba1815c02c4cce33726c43db73251081 intel-level-zero-gpu-dbgsym_1.3.23063_amd64.ddeb
040aa1d662e03818e9ee07bb4487da385193193fbb6321e62da589b1268e038b intel-level-zero-gpu_1.3.23063_amd64.deb
c434a327cbdfd1fb7f0a8aa0db85d6fc6de8eb021be5eb04ad8dd943fa3d1992 intel-opencl-icd-dbgsym_22.18.23063_amd64.ddeb
6b0644960118f12891f2fedafec2a7bb6ddd85acdb6b6cbff371f77b4c62731e intel-opencl-icd_22.18.23063_amd64.deb
77e773be972a445bc5ddc0cfed6aef19ed12fc77ac53fa80bf4d9f68ac3cb341 libigdgmm12_22.1.2_amd64.deb
Other installation procedures are described here.
Quality expectations
Platform | OpenCL | Level Zero |
---|---|---|
DG1 | 3.0 - Production | 1.3 - Pre-Release |
Skylake | 3.0 - Production | 1.3 - Pre-Release |
Kaby Lake | 3.0 - Production | 1.3 - Pre-Release |
Coffee Lake | 3.0 - Production | 1.3 - Pre-Release |
Ice Lake | 3.0 - Production | 1.3 - Pre-Release |
Tiger Lake | 3.0 - Production | 1.3 - Pre-Release |
Rocket Lake | 3.0 - Production | 1.3 - Pre-Release |
Alder Lake | 3.0 - Production | 1.3 - Pre-Release |
Elkhart Lake | 3.0 - Production | - |
Broadwell | 3.0 - Maintenance | - |
Apollo Lake | 3.0 - Maintenance | - |
Gemini Lake | 3.0 - Maintenance | - |
All other platforms were validated on Ubuntu 20.04 LTS with stock kernel, unless noted otherwise.
DG1 was tested with drm-tip kernel v.5.16 rc3.
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.
Important changes
- igc revision updated
- packages were built with custom flag NEO_ENABLE_i915_PRELIM_DETECTION=1
22.17.23034
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@c9bb65b (Compatible with va_api_major_version = 1)
- oneapi-src/[email protected] (Compatible with oneAPI Level Zero API Spec v1.3.7)
- intel/[email protected]
- intel/[email protected]
Installation procedure on Ubuntu 20.04
- Create temporary directory
Example:
mkdir neo
- Download all *.deb packages
Example:
cd neo
wget https://github.com/intel/intel-graphics-compiler/releases/download/igc-1.0.11061/intel-igc-core_1.0.11061_amd64.deb
wget https://github.com/intel/intel-graphics-compiler/releases/download/igc-1.0.11061/intel-igc-opencl_1.0.11061_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/22.17.23034/intel-level-zero-gpu-dbgsym_1.3.23034_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/22.17.23034/intel-level-zero-gpu_1.3.23034_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/22.17.23034/intel-opencl-icd-dbgsym_22.17.23034_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/22.17.23034/intel-opencl-icd_22.17.23034_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/22.17.23034/libigdgmm12_22.1.2_amd64.deb
- Verify sha256 sums for packages
Example:
wget https://github.com/intel/compute-runtime/releases/download/22.17.23034/ww17.sum
sha256sum -c ww17.sum
- Install all packages as root
Example:
sudo dpkg -i *.deb
sha256 sums for packages
af4f034a9b5ea7313b91c26a22d8a7afe57bea1bddb9244c6c83f74be8bb2c55 intel-igc-core_1.0.11061_amd64.deb
dfbe172034080faf813f90ee60c836f9bfe9d4c4085c5a6441198c20ddc217b7 intel-igc-opencl_1.0.11061_amd64.deb
b3f0673719f079f382a112b637dd9c1e39a83de0ddfa9791a177632d19f76813 intel-level-zero-gpu-dbgsym_1.3.23034_amd64.ddeb
a5f011301770ced51793331b734998ac5c092a3380d1bc9867ed6eeedfc12ef6 intel-level-zero-gpu_1.3.23034_amd64.deb
37034e6dd5945a500fa74dc0fef70bedaec8d5dbaa38792cdaf97e97d2a60448 intel-opencl-icd-dbgsym_22.17.23034_amd64.ddeb
4f01ef2c695be4640b74485285d44da1aa41f84dc1723e6b9971489ebd6d8a69 intel-opencl-icd_22.17.23034_amd64.deb
77e773be972a445bc5ddc0cfed6aef19ed12fc77ac53fa80bf4d9f68ac3cb341 libigdgmm12_22.1.2_amd64.deb
Other installation procedures are described here.
Quality expectations
Platform | OpenCL | Level Zero |
---|---|---|
DG1 | 3.0 - Production | 1.3 - Pre-Release |
Skylake | 3.0 - Production | 1.3 - Pre-Release |
Kaby Lake | 3.0 - Production | 1.3 - Pre-Release |
Coffee Lake | 3.0 - Production | 1.3 - Pre-Release |
Ice Lake | 3.0 - Production | 1.3 - Pre-Release |
Tiger Lake | 3.0 - Production | 1.3 - Pre-Release |
Rocket Lake | 3.0 - Production | 1.3 - Pre-Release |
Alder Lake | 3.0 - Production | 1.3 - Pre-Release |
Elkhart Lake | 3.0 - Production | - |
Broadwell | 3.0 - Maintenance | - |
Apollo Lake | 3.0 - Maintenance | - |
Gemini Lake | 3.0 - Maintenance | - |
All other platforms were validated on Ubuntu 20.04 LTS with stock kernel, unless noted otherwise.
DG1 was tested with drm-tip kernel v.5.16 rc3.
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.
Important changes
- igc revision updated
- packages were built with custom flag NEO_ENABLE_i915_PRELIM_DETECTION=1
22.16.22992
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@c9bb65b (Compatible with va_api_major_version = 1)
- oneapi-src/[email protected] (Compatible with oneAPI Level Zero API Spec v1.3.7)
- intel/[email protected]
- intel/[email protected]
Installation procedure on Ubuntu 20.04
- Create temporary directory
Example:
mkdir neo
- Download all *.deb packages
Example:
cd neo
wget https://github.com/intel/compute-runtime/releases/download/22.16.22992/libigdgmm12_22.1.2_amd64.deb
wget https://github.com/intel/intel-graphics-compiler/releases/download/igc-1.0.10988/intel-igc-core_1.0.10988_amd64.deb
wget https://github.com/intel/intel-graphics-compiler/releases/download/igc-1.0.10988/intel-igc-opencl_1.0.10988_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/22.16.22992/intel-opencl-icd-dbgsym_22.16.22992_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/22.16.22992/intel-opencl-icd_22.16.22992_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/22.16.22992/intel-level-zero-gpu-dbgsym_1.3.22992_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/22.16.22992/intel-level-zero-gpu_1.3.22992_amd64.deb
- Verify sha256 sums for packages
Example:
wget https://github.com/intel/compute-runtime/releases/download/22.16.22992/ww16.sum
sha256sum -c ww16.sum
- Install all packages as root
Example:
sudo dpkg -i *.deb
sha256 sums for packages
7e385266276e322286fbcd90fdf6ab11711e0d42782a4b0fcf5fe2b5c1cdc2e0 intel-igc-core_1.0.10988_amd64.deb
81c1716ce25f00381fe0ae7ef11d5a4f0e89587f1771c1ed54aa0ac62f1a85dd intel-igc-opencl_1.0.10988_amd64.deb
a09167944970dc01d2a897c1bd048043158cca344553ceee1d0601f92a8e978d intel-level-zero-gpu-dbgsym_1.3.22992_amd64.ddeb
1704f53531cc5cba42cacaa1bb8fa65377f818e679b6dc64822d0a9185932e17 intel-level-zero-gpu_1.3.22992_amd64.deb
c6e2fe9f69bc1794c35f513fe6f89fd67c65afec8bea6a582bb49acecd6bfae7 intel-opencl-icd-dbgsym_22.16.22992_amd64.ddeb
ed05261c755af02d1fa6e825b06be4d8674c97ef7cfcb3e399dcd69091e2ceaf intel-opencl-icd_22.16.22992_amd64.deb
e2e677c0a976201fcef5f7e0754c093a24cb4603b338ec4bf08ef53e796a348f libigdgmm-dev_22.1.2_amd64.deb
77e773be972a445bc5ddc0cfed6aef19ed12fc77ac53fa80bf4d9f68ac3cb341 libigdgmm12_22.1.2_amd64.deb
Other installation procedures are described here.
Quality expectations
Platform | OpenCL | Level Zero |
---|---|---|
DG1 | 3.0 - Production | 1.3 - Pre-Release |
Skylake | 3.0 - Production | 1.3 - Pre-Release |
Kaby Lake | 3.0 - Production | 1.3 - Pre-Release |
Coffee Lake | 3.0 - Production | 1.3 - Pre-Release |
Ice Lake | 3.0 - Production | 1.3 - Pre-Release |
Tiger Lake | 3.0 - Production | 1.3 - Pre-Release |
Rocket Lake | 3.0 - Production | 1.3 - Pre-Release |
Alder Lake | 3.0 - Production | 1.3 - Pre-Release |
Elkhart Lake | 3.0 - Production | - |
Broadwell | 3.0 - Maintenance | - |
Apollo Lake | 3.0 - Maintenance | - |
Gemini Lake | 3.0 - Maintenance | - |
All other platforms were validated on Ubuntu 20.04 LTS with stock kernel, unless noted otherwise.
DG1 was tested with drm-tip kernel v.5.16 rc3.
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.
Important changes
- igc revision updated
- gmmlib revision updated
- packages were built with custom flag NEO_ENABLE_i915_PRELIM_DETECTION=1
22.15.22905
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@c9bb65b (Compatible with va_api_major_version = 1)
- oneapi-src/[email protected] (Compatible with oneAPI Level Zero API Spec v1.3.7)
- intel/[email protected]
- intel/[email protected]
Installation procedure on Ubuntu 20.04
- Create temporary directory
Example:
mkdir neo
- Download all *.deb packages
Example:
cd neo
wget https://github.com/intel/compute-runtime/releases/download/22.15.22905/intel-gmmlib_22.0.2_amd64.deb
wget https://github.com/intel/intel-graphics-compiler/releases/download/igc-1.0.10840/intel-igc-core_1.0.10840_amd64.deb
wget https://github.com/intel/intel-graphics-compiler/releases/download/igc-1.0.10840/intel-igc-opencl_1.0.10840_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/22.15.22905/intel-opencl-icd-dbgsym_22.15.22905_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/22.15.22905/intel-opencl-icd_22.15.22905_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/22.15.22905/intel-level-zero-gpu-dbgsym_1.3.22905_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/22.15.22905/intel-level-zero-gpu_1.3.22905_amd64.deb
- Verify sha256 sums for packages
Example:
wget https://github.com/intel/compute-runtime/releases/download/22.15.22905/ww15.sum
sha256sum -c ww15.sum
- Install all packages as root
Example:
sudo dpkg -i *.deb
sha256 sums for packages
a94459dda576f5b39b4deb942cfee7077700cb6fb9ea05119d509013f7f9a21b intel-gmmlib_22.0.2_amd64.deb
ee4a8d9ba1c2ae5d605d597fa6ad9042b55af283164e25547e80325e6d3a2b32 intel-igc-core_1.0.10840_amd64.deb
e061a295c7aedd436d1a60ba4878a13b7d3d3677abc1d035025a3485faea8f40 intel-igc-opencl_1.0.10840_amd64.deb
98a01fe573260270e114bfac46b7d0d02105eacedd9d48ab82fdab6d3f168c2f intel-level-zero-gpu-dbgsym_1.3.22905_amd64.ddeb
674afd614babbdfcad12e78084a011460d3c265556401d1420fda87521bf06b4 intel-level-zero-gpu_1.3.22905_amd64.deb
a83710ddb0c25d3a6861324191163e510d2efd5f2f2dffdb4c0b9e2ed52fc9ef intel-opencl-icd-dbgsym_22.15.22905_amd64.ddeb
3940c415c5d8699a464244839f139abfea3e1ede71c1b1cd433077b80b2efda9 intel-opencl-icd_22.15.22905_amd64.deb
Other installation procedures are described here.
Quality expectations
Platform | OpenCL | Level Zero |
---|---|---|
DG1 | 3.0 - Production | 1.3 - Pre-Release |
Skylake | 3.0 - Production | 1.3 - Pre-Release |
Kaby Lake | 3.0 - Production | 1.3 - Pre-Release |
Coffee Lake | 3.0 - Production | 1.3 - Pre-Release |
Ice Lake | 3.0 - Production | 1.3 - Pre-Release |
Tiger Lake | 3.0 - Production | 1.3 - Pre-Release |
Rocket Lake | 3.0 - Production | 1.3 - Pre-Release |
Alder Lake | 3.0 - Production | 1.3 - Pre-Release |
Elkhart Lake | 3.0 - Production | - |
Broadwell | 3.0 - Maintenance | - |
Apollo Lake | 3.0 - Maintenance | - |
Gemini Lake | 3.0 - Maintenance | - |
All other platforms were validated on Ubuntu 20.04 LTS with stock kernel, unless noted otherwise.
DG1 was tested with drm-tip kernel v.5.16 rc3.
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.
Important changes
- packages were built with custom flag NEO_ENABLE_i915_PRELIM_DETECTION=1
22.14.22890
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@c9bb65b (Compatible with va_api_major_version = 1)
- oneapi-src/[email protected] (Compatible with oneAPI Level Zero API Spec v1.3.7)
- intel/[email protected]
- intel/[email protected]
Installation procedure on Ubuntu 20.04
- Create temporary directory
Example:
mkdir neo
- Download all *.deb packages
Example:
cd neo
wget https://github.com/intel/compute-runtime/releases/download/22.14.22890/intel-gmmlib_22.0.2_amd64.deb
wget https://github.com/intel/intel-graphics-compiler/releases/download/igc-1.0.10840/intel-igc-core_1.0.10840_amd64.deb
wget https://github.com/intel/intel-graphics-compiler/releases/download/igc-1.0.10840/intel-igc-opencl_1.0.10840_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/22.14.22890/intel-opencl-icd-dbgsym_22.14.22890_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/22.14.22890/intel-opencl-icd_22.14.22890_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/22.14.22890/intel-level-zero-gpu-dbgsym_1.3.22890_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/22.14.22890/intel-level-zero-gpu_1.3.22890_amd64.deb
- Verify sha256 sums for packages
Example:
wget https://github.com/intel/compute-runtime/releases/download/22.14.22890/ww14.sum
sha256sum -c ww14.sum
- Install all packages as root
Example:
sudo dpkg -i *.deb
sha256 sums for packages
a94459dda576f5b39b4deb942cfee7077700cb6fb9ea05119d509013f7f9a21b intel-gmmlib_22.0.2_amd64.deb
ee4a8d9ba1c2ae5d605d597fa6ad9042b55af283164e25547e80325e6d3a2b32 intel-igc-core_1.0.10840_amd64.deb
e061a295c7aedd436d1a60ba4878a13b7d3d3677abc1d035025a3485faea8f40 intel-igc-opencl_1.0.10840_amd64.deb
a6fa0be8a4e25f49b294d6ea0a0f113747535fa3b0d373c262343c88c4df74c3 intel-level-zero-gpu-dbgsym_1.3.22890_amd64.ddeb
668672a75a51bcd26bbaaf5a89a6bbec2c1a59a8a9df09ee76044b5bf154f874 intel-level-zero-gpu_1.3.22890_amd64.deb
2e3e070aeb8ed0bf5fe4b1358e132df48be591c8a2e590d7afffcc7a9cc0bf9c intel-opencl-icd-dbgsym_22.14.22890_amd64.ddeb
a8e066e2b4110b894d97cd001847584d35fbc88722965ca262e46faef3fb537b intel-opencl-icd_22.14.22890_amd64.deb
Other installation procedures are described here.
Quality expectations
Platform | OpenCL | Level Zero |
---|---|---|
DG1 | 3.0 - Production | 1.3 - Pre-Release |
Skylake | 3.0 - Production | 1.3 - Pre-Release |
Kaby Lake | 3.0 - Production | 1.3 - Pre-Release |
Coffee Lake | 3.0 - Production | 1.3 - Pre-Release |
Ice Lake | 3.0 - Production | 1.3 - Pre-Release |
Tiger Lake | 3.0 - Production | 1.3 - Pre-Release |
Rocket Lake | 3.0 - Production | 1.3 - Pre-Release |
Alder Lake | 3.0 - Production | 1.3 - Pre-Release |
Elkhart Lake | 3.0 - Production | - |
Broadwell | 3.0 - Maintenance | - |
Apollo Lake | 3.0 - Maintenance | - |
Gemini Lake | 3.0 - Maintenance | - |
All other platforms were validated on Ubuntu 20.04 LTS with stock kernel, unless noted otherwise.
DG1 was tested with drm-tip kernel v.5.16 rc3.
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.
Important changes
- igc revision updated
- packages were built with custom flag NEO_ENABLE_i915_PRELIM_DETECTION=1
22.13.22789
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@c9bb65b (Compatible with va_api_major_version = 1)
- oneapi-src/[email protected] (Compatible with oneAPI Level Zero API Spec v1.3.7)
- intel/[email protected]
- intel/[email protected]
Installation procedure on Ubuntu 20.04
- Create temporary directory
Example:
mkdir neo
- Download all *.deb packages
Example:
cd neo
wget https://github.com/intel/compute-runtime/releases/download/22.13.22789/intel-gmmlib_22.0.2_amd64.deb
wget https://github.com/intel/intel-graphics-compiler/releases/download/igc-1.0.10778/intel-igc-core_1.0.10778_amd64.deb
wget https://github.com/intel/intel-graphics-compiler/releases/download/igc-1.0.10778/intel-igc-opencl_1.0.10778_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/22.13.22789/intel-opencl-icd-dbgsym_22.13.22789_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/22.13.22789/intel-opencl-icd_22.13.22789_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/22.13.22789/intel-level-zero-gpu-dbgsym_1.3.22789_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/22.13.22789/intel-level-zero-gpu_1.3.22789_amd64.deb
- Verify sha256 sums for packages
Example:
wget https://github.com/intel/compute-runtime/releases/download/22.13.22789/ww13.sum
sha256sum -c ww13.sum
- Install all packages as root
Example:
sudo dpkg -i *.deb
sha256 sums for packages
a94459dda576f5b39b4deb942cfee7077700cb6fb9ea05119d509013f7f9a21b intel-gmmlib_22.0.2_amd64.deb
5685f49350c2c69c7b8f2d23760d4630b7b8df0c2a539afe660b9b844a058225 intel-igc-core_1.0.10778_amd64.deb
73942cc32a3b8767dcbd1fbdf5d3faa5ca83887a7c087bacbd1f5998faaf7868 intel-igc-opencl_1.0.10778_amd64.deb
4fb5ea8814ef0d025ef1b8511f28cd74237d90a5a24c2d53c4cf763022a9bea3 intel-level-zero-gpu-dbgsym_1.3.22789_amd64.ddeb
8bce016879921e21b911b7386578a922b1766a08791dc30138cc6debb952c96c intel-level-zero-gpu_1.3.22789_amd64.deb
87884fab78448903c9f454d063952e5d8b2761aa2ef36919ee0d5eff34f72907 intel-opencl-icd-dbgsym_22.13.22789_amd64.ddeb
d60734718b0e17f10c6d290c2dea66d69f93934c30d8d26a104ce9a4f7207ec6 intel-opencl-icd_22.13.22789_amd64.deb
Other installation procedures are described here.
Quality expectations
Platform | OpenCL | Level Zero |
---|---|---|
DG1 | 3.0 - Production | 1.3 - Pre-Release |
Skylake | 3.0 - Production | 1.3 - Pre-Release |
Kaby Lake | 3.0 - Production | 1.3 - Pre-Release |
Coffee Lake | 3.0 - Production | 1.3 - Pre-Release |
Ice Lake | 3.0 - Production | 1.3 - Pre-Release |
Tiger Lake | 3.0 - Production | 1.3 - Pre-Release |
Rocket Lake | 3.0 - Production | 1.3 - Pre-Release |
Alder Lake | 3.0 - Production | 1.3 - Pre-Release |
Elkhart Lake | 3.0 - Production | - |
Broadwell | 3.0 - Maintenance | - |
Apollo Lake | 3.0 - Maintenance | - |
Gemini Lake | 3.0 - Maintenance | - |
All other platforms were validated on Ubuntu 20.04 LTS with stock kernel, unless noted otherwise.
DG1 was tested with drm-tip kernel v.5.16 rc3.
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.
Important changes
- igc revision updated
- packages were built with custom flag NEO_ENABLE_i915_PRELIM_DETECTION=1
22.12.22749
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@c9bb65b (Compatible with va_api_major_version = 1)
- oneapi-src/[email protected] (Compatible with oneAPI Level Zero API Spec v1.3.7)
- intel/[email protected]
- intel/[email protected]
Installation procedure on Ubuntu 20.04
- Create temporary directory
Example:
mkdir neo
- Download all *.deb packages
Example:
cd neo
wget https://github.com/intel/compute-runtime/releases/download/22.12.22749/intel-gmmlib_22.0.2_amd64.deb
wget https://github.com/intel/intel-graphics-compiler/releases/download/igc-1.0.10713/intel-igc-core_1.0.10713_amd64.deb
wget https://github.com/intel/intel-graphics-compiler/releases/download/igc-1.0.10713/intel-igc-opencl_1.0.10713_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/22.12.22749/intel-opencl-icd-dbgsym_22.12.22749_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/22.12.22749/intel-opencl-icd_22.12.22749_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/22.12.22749/intel-level-zero-gpu-dbgsym_1.3.22749_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/22.12.22749/intel-level-zero-gpu_1.3.22749_amd64.deb
- Verify sha256 sums for packages
Example:
wget https://github.com/intel/compute-runtime/releases/download/22.12.22749/ww12.sum
sha256sum -c ww12.sum
- Install all packages as root
Example:
sudo dpkg -i *.deb
sha256 sums for packages
a94459dda576f5b39b4deb942cfee7077700cb6fb9ea05119d509013f7f9a21b intel-gmmlib_22.0.2_amd64.deb
f4022862543e7b19491b32d26c593cec3d54a6e12098cd11a927d453e1215eba intel-igc-core_1.0.10713_amd64.deb
436432887b9dff0fd3bdbeb15034ce37fd90f75ded8d6b53ea7749af61c3152a intel-igc-opencl_1.0.10713_amd64.deb
a6d59ea633fc5c7283fbdd55efb6911ddef3a1ccb604e2961803319ed0c74a01 intel-level-zero-gpu-dbgsym_1.3.22749_amd64.ddeb
65798ebfa796a9d3629d60c083f9d70ddd16961a03a6639b242af7f4bbfb041d intel-level-zero-gpu_1.3.22749_amd64.deb
4796e3072d16ba26bb9a4fd8634b0e287422bea89144e064b93f97a3cfbb3c9a intel-opencl-icd-dbgsym_22.12.22749_amd64.ddeb
26daacf33e8fe12a54ddd757b86cae5814e419f037c29d4526839fd1ffe7cf8f intel-opencl-icd_22.12.22749_amd64.deb
Other installation procedures are described here.
Quality expectations
Platform | OpenCL | Level Zero |
---|---|---|
DG1 | 3.0 - Production | 1.3 - Pre-Release |
Skylake | 3.0 - Production | 1.3 - Pre-Release |
Kaby Lake | 3.0 - Production | 1.3 - Pre-Release |
Coffee Lake | 3.0 - Production | 1.3 - Pre-Release |
Ice Lake | 3.0 - Production | 1.3 - Pre-Release |
Tiger Lake | 3.0 - Production | 1.3 - Pre-Release |
Rocket Lake | 3.0 - Production | 1.3 - Pre-Release |
Alder Lake | 3.0 - Production | 1.3 - Pre-Release |
Elkhart Lake | 3.0 - Production | - |
Broadwell | 3.0 - Maintenance | - |
Apollo Lake | 3.0 - Maintenance | - |
Gemini Lake | 3.0 - Maintenance | - |
All other platforms were validated on Ubuntu 20.04 LTS with stock kernel, unless noted otherwise.
DG1 was tested with drm-tip kernel v.5.16 rc3.
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.
Important changes
- igc revision updated
- packages were built with custom flag NEO_ENABLE_i915_PRELIM_DETECTION=1
22.11.22682
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@c9bb65b (Compatible with va_api_major_version = 1)
- oneapi-src/[email protected] (Compatible with oneAPI Level Zero API Spec v1.3.7)
- intel/[email protected]
- intel/[email protected]
Installation procedure on Ubuntu 20.04
- Create temporary directory
Example:
mkdir neo
- Download all *.deb packages
Example:
cd neo
wget https://github.com/intel/compute-runtime/releases/download/22.11.22682/intel-gmmlib_22.0.2_amd64.deb
wget https://github.com/intel/intel-graphics-compiler/releases/download/igc-1.0.10409/intel-igc-core_1.0.10409_amd64.deb
wget https://github.com/intel/intel-graphics-compiler/releases/download/igc-1.0.10409/intel-igc-opencl_1.0.10409_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/22.11.22682/intel-opencl-icd-dbgsym_22.11.22682_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/22.11.22682/intel-opencl-icd_22.11.22682_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/22.11.22682/intel-level-zero-gpu-dbgsym_1.3.22682_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/22.11.22682/intel-level-zero-gpu_1.3.22682_amd64.deb
- Verify sha256 sums for packages
Example:
wget https://github.com/intel/compute-runtime/releases/download/22.11.22682/ww11.sum
sha256sum -c ww11.sum
- Install all packages as root
Example:
sudo dpkg -i *.deb
sha256 sums for packages
a94459dda576f5b39b4deb942cfee7077700cb6fb9ea05119d509013f7f9a21b intel-gmmlib_22.0.2_amd64.deb
c4e2d7a683be82b386a793f4ad28ae9f70ab905915643c26d5f25f4a3c6c4bcc intel-igc-core_1.0.10409_amd64.deb
0d2bb798d8f6ee047e9f85bdc4c680fe3ceab60fffd744e0d12cd68016040e4e intel-igc-opencl_1.0.10409_amd64.deb
be36caf05b0f2da1246a7853f46fd06b06aca80f5575d9f4081583286f82c290 intel-level-zero-gpu-dbgsym_1.3.22682_amd64.ddeb
009d1f159ed5615ed11bfa40635ed261ea04a0c63d4d4ac910a3ddfe011e807e intel-level-zero-gpu_1.3.22682_amd64.deb
6ace2259b9172667b897a9db715780e8ae000ff5f8c2f23aefc55c472a542273 intel-opencl-icd-dbgsym_22.11.22682_amd64.ddeb
35069f9cc6dc8e78b705bde6e3ac858ce301b6e0a58879b5121f788b78f90626 intel-opencl-icd_22.11.22682_amd64.deb
Other installation procedures are described here.
Quality expectations
Platform | OpenCL | Level Zero |
---|---|---|
DG1 | 3.0 - Production | 1.3 - Pre-Release |
Skylake | 3.0 - Production | 1.3 - Pre-Release |
Kaby Lake | 3.0 - Production | 1.3 - Pre-Release |
Coffee Lake | 3.0 - Production | 1.3 - Pre-Release |
Ice Lake | 3.0 - Production | 1.3 - Pre-Release |
Tiger Lake | 3.0 - Production | 1.3 - Pre-Release |
Rocket Lake | 3.0 - Production | 1.3 - Pre-Release |
Alder Lake | 3.0 - Production | 1.3 - Pre-Release |
Elkhart Lake | 3.0 - Production | - |
Broadwell | 3.0 - Maintenance | - |
Apollo Lake | 3.0 - Maintenance | - |
Gemini Lake | 3.0 - Maintenance | - |
All other platforms were validated on Ubuntu 20.04 LTS with stock kernel, unless noted otherwise.
DG1 was tested with drm-tip kernel v.5.16 rc3.
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.