Releases: intel/compute-runtime
20.37.17906
Packages included in the release
- intel-gmmlib (https://github.com/intel/gmmlib)
- intel-opencl, intel-ocloc, intel-level-zero-gpu (https://github.com/intel/compute-runtime)
Components revisions included in the release
Additional components revisions used in build (Ubuntu 18.04)
- Used for building runtime
- intel/libva@c9bb65b (Compatible with va_api_major_version = 1)
- oneapi-src/level-zero@v1.0 (Compatible with oneAPI Level Zero API Spec v1.0.4)
- intel/intel-graphics-compiler@igc-1.0.4944
Installation procedure on Ubuntu 18.04/20.04
- Create temporary directory
Example:
mkdir neo
- Download all *.deb packages
Example:
cd neo
wget https://github.com/intel/compute-runtime/releases/download/20.37.17906/intel-gmmlib_20.2.5_amd64.deb
wget https://github.com/intel/intel-graphics-compiler/releases/download/igc-1.0.4944/intel-igc-core_1.0.4944_amd64.deb
wget https://github.com/intel/intel-graphics-compiler/releases/download/igc-1.0.4944/intel-igc-opencl_1.0.4944_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/20.37.17906/intel-opencl_20.37.17906_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/20.37.17906/intel-ocloc_20.37.17906_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/20.37.17906/intel-level-zero-gpu_1.0.17906_amd64.deb
- Verify sha256 sums for packages
Example:
wget https://github.com/intel/compute-runtime/releases/download/20.37.17906/ww37.sum
sha256sum -c ww37.sum
- Install all packages as root
Example:
sudo dpkg -i *.deb
sha256 sums for packages
4102258b0c39ae82e984cbf29441d675ce295dc06c7006fd0af24cb3e548b3d5 intel-gmmlib_20.2.5_amd64.deb
d0f542e84169580011c86f2f630745b37aa7b93ee5de8dd0346c707899b4b397 intel-igc-core_1.0.4944_amd64.deb
2d6c8b3c310fea7d3a1597afaddfade0ff6aa855e29457ec4dc0ed7d9de3e109 intel-igc-opencl_1.0.4944_amd64.deb
226cc059fa9c5469096c9c8a3a308952479b3380631f6cc4682cc827f8ac36cb intel-level-zero-gpu_1.0.17906_amd64.deb
784de6581b3228cdb1c6a61261d680c1ea456a02da4eea5a2a533910cc01d075 intel-ocloc_20.37.17906_amd64.deb
45f110439067303b5f1e01ee0c59b127e3a97c4d7dbe8ddbf46db26db53d413c intel-opencl_20.37.17906_amd64.deb
Other installation procedures are described here.
Quality expectations
| Platform | OpenCL | Level Zero |
|---|---|---|
| Broadwell | 2.1 - Production | - |
| Skylake | 2.1 - Production | 1.0 - Pre-Release |
| Kaby Lake | 2.1 - Production | 1.0 - Pre-Release |
| Coffee Lake | 2.1 - Production | 1.0 - Pre-Release |
| Ice Lake | 2.1 - Production | 1.0 - Pre-Release |
| Tiger Lake | 3.0* - Production | 1.0 - Early support |
| Apollo Lake | 1.2 - Production | - |
| Gemini Lake | 1.2 - Production | - |
(*) Product is based on a published Khronos specification and is expected to pass the Khronos Conformance Process when available. Current conformance status can be found at https://www.khronos.org/conformance.
All platforms were validated on Ubuntu 20.04 LTS with stock kernel, with the following exceptions:
- Tigerlake and Icelake platforms were tested with kernel from drm-tip
5.6.0-rc7 commit 257af0ddcea3a234dcb79579600f971edd47353f 2020-03-23_15-07-40 drm-tip: 2020y-03m-23d-15h-06m-46s UTC integration manifest - Geminilake was tested on Ubuntu 18.04.1 LTS with stock kernel
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
Issues & regressions of note
- OpenCL and Level Zero packages provided in this release were compiled with DG1 support disabled
Important changes
- Updated IGC to 1.0.4944
- Added DG1 devices
- Updated gmmlib to 20.2.5
- Added support for Rocket Lake
20.36.17813
Packages included in the release
- intel-gmmlib (https://github.com/intel/gmmlib)
- intel-igc-core and intel-igc-opencl (https://github.com/intel/intel-graphics-compiler)
- intel-opencl, intel-ocloc, intel-level-zero-gpu (https://github.com/intel/compute-runtime)
Components revisions included in the release
- intel/compute-runtime@20.36.17813
- intel/gmmlib@intel-gmmlib-20.2.4
- intel/intel-graphics-compiler@igc-1.0.4879
Additional components revisions used in build (Ubuntu 18.04)
- Used for building runtime
- intel/libva@c9bb65b (Compatible with va_api_major_version = 1)
- oneapi-src/level-zero@v1.0 (Compatible with oneAPI Level Zero API Spec v1.0.4)
- Used for building compiler
Installation procedure on Ubuntu 18.04/20.04
- Create temporary directory
Example:
mkdir neo
- Download all *.deb packages
Example:
cd neo
wget https://github.com/intel/compute-runtime/releases/download/20.36.17813/intel-gmmlib_20.2.4_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/20.36.17813/intel-igc-core_1.0.4879_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/20.36.17813/intel-igc-opencl_1.0.4879_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/20.36.17813/intel-opencl_20.36.17813_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/20.36.17813/intel-ocloc_20.36.17813_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/20.36.17813/intel-level-zero-gpu_1.0.17813_amd64.deb
- Verify sha256 sums for packages
Example:
wget https://github.com/intel/compute-runtime/releases/download/20.36.17813/ww36.sum
sha256sum -c ww36.sum
- Install all packages as root
Example:
sudo dpkg -i *.deb
sha256 sums for packages
4b2ebe50bfffb50e2eb74c2095b8aabfa8f65366a5124482a065694d19d9469c intel-gmmlib_20.2.4_amd64.deb
3c7821b782cae93bfede5524c34ce3b2f8f3b43ab4e8c512bd5416a843c78275 intel-igc-core_1.0.4879_amd64.deb
b723f5d4ceafbe5681125ffc3cd0e3ceeab669831c2b86416e0331b806e8fb8c intel-igc-opencl_1.0.4879_amd64.deb
bc753c4d680585de04711f5337885308392d497b029ba0a94de1643a761349f8 intel-level-zero-gpu_1.0.17813_amd64.deb
ed7de4eade90f5357278b1f164e833220f12380eac6af871ac69a624d5c6cce0 intel-ocloc_20.36.17813_amd64.deb
b657297be52988f10343c7fac8d9f8e1a37e1ab2f5f490ce6f2423ee889b4a7a intel-opencl_20.36.17813_amd64.deb
Other installation procedures are described here.
Quality expectations
| Platform | OpenCL | Level Zero |
|---|---|---|
| Broadwell | 2.1 - Production | - |
| Skylake | 2.1 - Production | 1.0 - Pre-Release |
| Kaby Lake | 2.1 - Production | 1.0 - Pre-Release |
| Coffee Lake | 2.1 - Production | 1.0 - Pre-Release |
| Ice Lake | 2.1 - Production | 1.0 - Pre-Release |
| Tiger Lake | 3.0* - Production | 1.0 - Early support |
| Apollo Lake | 1.2 - Production | - |
| Gemini Lake | 1.2 - Production | - |
(*) Product is based on a published Khronos specification and is expected to pass the Khronos Conformance Process when available. Current conformance status can be found at https://www.khronos.org/conformance.
All platforms were validated on Ubuntu 20.04 LTS with stock kernel, with the following exceptions:
- Tigerlake and Icelake platforms were tested with kernel from drm-tip
5.6.0-rc7 commit 257af0ddcea3a234dcb79579600f971edd47353f 2020-03-23_15-07-40 drm-tip: 2020y-03m-23d-15h-06m-46s UTC integration manifest - Geminilake was tested on Ubuntu 18.04.1 LTS with stock kernel
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
Issues & regressions of note
- OpenCL and Level Zero packages provided in this release were compiled with DG1 support disabled
Important changes
- Updated IGC
- Updated vc-intrinsics
- Updated SPIRV-LLVM-Translator for Vector Compiler
20.35.17767
Packages included in the release
- intel-gmmlib (https://github.com/intel/gmmlib)
- intel-igc-core and intel-igc-opencl (https://github.com/intel/intel-graphics-compiler)
- intel-opencl, intel-ocloc, intel-level-zero-gpu (https://github.com/intel/compute-runtime)
Components revisions included in the release
- intel/compute-runtime@20.35.17767
- intel/gmmlib@intel-gmmlib-20.2.4
- intel/intel-graphics-compiler@igc-1.0.4756
Additional components revisions used in build
- intel/libva@c9bb65b (Compatible with va_api_major_version = 1)
- intel/llvm-patches@c4a0345
- intel/opencl-clang@6a9cd2c
- KhronosGroup/SPIRV-LLVM-Translator@424e375 (for opencl-clang)
- intel/vc-intrinsics@d7c5f99
- KhronosGroup/SPIRV-LLVM-Translator@e87b59a (for vector compiler)
- llvm/llvm-project@llvmorg-10.0.0
- oneapi-src/level-zero@v1.0 (Compatible with oneAPI Level Zero API Spec v1.0.4)
Installation procedure on Ubuntu 18.04/20.04
- Create temporary directory
Example:
mkdir neo
- Download all *.deb packages
Example:
cd neo
wget https://github.com/intel/compute-runtime/releases/download/20.35.17767/intel-gmmlib_20.2.4_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/20.35.17767/intel-igc-core_1.0.4756_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/20.35.17767/intel-igc-opencl_1.0.4756_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/20.35.17767/intel-opencl_20.35.17767_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/20.35.17767/intel-ocloc_20.35.17767_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/20.35.17767/intel-level-zero-gpu_1.0.17767_amd64.deb
- Verify sha256 sums for packages
Example:
wget https://github.com/intel/compute-runtime/releases/download/20.35.17767/ww35.sum
sha256sum -c ww35.sum
- Install all packages as root
Example:
sudo dpkg -i *.deb
sha256 sums for packages
e131650d40583fdbef341dc52d84733398a68437437fd3fbcfc689d50334bc63 intel-gmmlib_20.2.4_amd64.deb
fecda8345a376e8ef26f0d581190939259c759c007e6326d7280b39b0ee61074 intel-igc-core_1.0.4756_amd64.deb
80e8096fb0471fc82bedebc8978a385369ad65e41b9d0d80d38519f8ee6eb379 intel-igc-opencl_1.0.4756_amd64.deb
8aedee4507b4d8693d9d16ef7e3b55d4a7198e40ced8f0467a8a0e18577e7615 intel-level-zero-gpu_1.0.17767_amd64.deb
de13349ccbbadd9b128697f04edb2757ec4df4e1ab9f8635f762593d14be0222 intel-ocloc_20.35.17767_amd64.deb
e734c7d033f68f9841323498b45b0171e337dc312e09133bf0529a5c6177981c intel-opencl_20.35.17767_amd64.deb
Other installation procedures are described here.
Quality expectations
| Platform | OpenCL | Level Zero |
|---|---|---|
| Broadwell | 2.1 - Production | - |
| Skylake | 2.1 - Production | 1.0 - Pre-Release |
| Kaby Lake | 2.1 - Production | 1.0 - Pre-Release |
| Coffee Lake | 2.1 - Production | 1.0 - Pre-Release |
| Ice Lake | 2.1 - Production | 1.0 - Pre-Release |
| Tiger Lake | 3.0* - Production | 1.0 - Early support |
| Apollo Lake | 1.2 - Production | - |
| Gemini Lake | 1.2 - Production | - |
(*) Product is based on a published Khronos specification and is expected to pass the Khronos Conformance Process when available. Current conformance status can be found at https://www.khronos.org/conformance.
All platforms were validated on Ubuntu 20.04 LTS with stock kernel, with the following exceptions:
- Tigerlake and Icelake platforms were tested with kernel from drm-tip
5.6.0-rc7 commit 257af0ddcea3a234dcb79579600f971edd47353f 2020-03-23_15-07-40 drm-tip: 2020y-03m-23d-15h-06m-46s UTC integration manifest - Geminilake was tested on Ubuntu 18.04.1 LTS with stock kernel
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
Issues & regressions of note
- OpenCL and Level Zero packages provided in this release were compiled with DG1 support disabled
20.34.17727
Packages included in the release
- intel-gmmlib (https://github.com/intel/gmmlib)
- intel-igc-core and intel-igc-opencl (https://github.com/intel/intel-graphics-compiler)
- intel-opencl, intel-ocloc, intel-level-zero-gpu (https://github.com/intel/compute-runtime)
Components revisions included in the release
- intel/compute-runtime@20.34.17727
- intel/gmmlib@intel-gmmlib-20.2.4
- intel/intel-graphics-compiler@igc-1.0.4756
Additional components revisions used in build
- intel/libva@c9bb65b (Compatible with va_api_major_version = 1)
- intel/llvm-patches@c4a0345
- intel/opencl-clang@6a9cd2c
- KhronosGroup/SPIRV-LLVM-Translator@424e375 (for opencl-clang)
- intel/vc-intrinsics@d7c5f99
- KhronosGroup/SPIRV-LLVM-Translator@e87b59a (for vector compiler)
- llvm/llvm-project@llvmorg-10.0.0
- oneapi-src/level-zero@v1.0 (Compatible with oneAPI Level Zero API Spec v1.0.4)
Installation procedure on Ubuntu 18.04
- Create temporary directory
Example:
mkdir neo
- Download all *.deb packages
Example:
cd neo
wget https://github.com/intel/compute-runtime/releases/download/20.34.17727/intel-gmmlib_20.2.4_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/20.34.17727/intel-igc-core_1.0.4756_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/20.34.17727/intel-igc-opencl_1.0.4756_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/20.34.17727/intel-opencl_20.34.17727_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/20.34.17727/intel-ocloc_20.34.17727_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/20.34.17727/intel-level-zero-gpu_1.0.17727_amd64.deb
- Verify sha256 sums for packages
Example:
wget https://github.com/intel/compute-runtime/releases/download/20.34.17727/ww34.sum
sha256sum -c ww34.sum
- Install all packages as root
Example:
sudo dpkg -i *.deb
sha256 sums for packages
5a905bf71ca375f704d7b341d9d17882244850e2d8acf9c36864d9567e375935 intel-gmmlib_20.2.4_amd64.deb
fe0e4da0ddd1920d738e1b62e40e99ab2881ac8d71fdf851eb8e2fba6cc2b404 intel-igc-core_1.0.4756_amd64.deb
29fd6cd16553673940b0150b5bd8e7bbd212ccd87bb7aaa82c49653819cec076 intel-igc-opencl_1.0.4756_amd64.deb
5a95c4c87cbc446e1660d5e3c1d60c6ac635a95c7e96ad55149d1fbedaa4bffe intel-level-zero-gpu_1.0.17727_amd64.deb
e83801afddda87c6390753f5e9648828605a12abf9ddeda2be0d80f3fbba4d51 intel-ocloc_20.34.17727_amd64.deb
29f01b40c50e1fa9721af71ef9cd7799043aade00056cd8eb48f4dd821431285 intel-opencl_20.34.17727_amd64.deb
Other installation procedures are described here.
Quality expectations
| Platform | OpenCL | Level Zero |
|---|---|---|
| Broadwell | 2.1 - Production | - |
| Skylake | 2.1 - Production | 1.0 - Pre-Release |
| Kaby Lake | 2.1 - Production | 1.0 - Pre-Release |
| Coffee Lake | 2.1 - Production | 1.0 - Pre-Release |
| Ice Lake | 2.1 - Production | 1.0 - Pre-Release |
| Tiger Lake | 3.0* - Production | 1.0 - Early support |
| Apollo Lake | 1.2 - Production | - |
| Gemini Lake | 1.2 - Production | - |
(*) Product is based on a published Khronos specification and is expected to pass the Khronos Conformance Process when available. Current conformance status can be found at https://www.khronos.org/conformance.
All platforms were validated on Ubuntu 20.04 LTS with stock kernel, with the following exceptions:
- Tigerlake and Icelake platforms were tested with kernel from drm-tip
5.6.0-rc7 commit 257af0ddcea3a234dcb79579600f971edd47353f 2020-03-23_15-07-40 drm-tip: 2020y-03m-23d-15h-06m-46s UTC integration manifest - Geminilake was tested on Ubuntu 18.04.1 LTS with stock kernel
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
Issues & regressions of note
- OpenCL and Level Zero packages provided in this release were compiled with DG1 support disabled
Important changes
- Updated IGC
- Updated gmmlib
20.33.17675
Packages included in the release
- intel-gmmlib (https://github.com/intel/gmmlib)
- intel-igc-core and intel-igc-opencl (https://github.com/intel/intel-graphics-compiler)
- intel-opencl, intel-ocloc, intel-level-zero-gpu (https://github.com/intel/compute-runtime)
Components revisions included in the release
- intel/compute-runtime@20.33.17675
- intel/gmmlib@intel-gmmlib-20.2.3
- intel/intel-graphics-compiler@igc-1.0.4594
Additional components revisions used in build
- intel/libva@c9bb65b (Compatible with va_api_major_version = 1)
- intel/llvm-patches@c4a0345
- intel/opencl-clang@6a9cd2c
- KhronosGroup/SPIRV-LLVM-Translator@424e375 (for opencl-clang)
- intel/vc-intrinsics@d7c5f99
- KhronosGroup/SPIRV-LLVM-Translator@e87b59a (for vector compiler)
- llvm/llvm-project@llvmorg-10.0.0
- oneapi-src/level-zero@v1.0 (Compatible with oneAPI Level Zero API Spec v1.0.4)
Installation procedure on Ubuntu 18.04
- Create temporary directory
Example:
mkdir neo
- Download all *.deb packages
Example:
cd neo
wget https://github.com/intel/compute-runtime/releases/download/20.33.17675/intel-gmmlib_20.2.3_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/20.33.17675/intel-igc-core_1.0.4594_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/20.33.17675/intel-igc-opencl_1.0.4594_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/20.33.17675/intel-opencl_20.33.17675_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/20.33.17675/intel-ocloc_20.33.17675_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/20.33.17675/intel-level-zero-gpu_1.0.17675_amd64.deb
- Verify sha256 sums for packages
Example:
wget https://github.com/intel/compute-runtime/releases/download/20.33.17675/ww33.sum
sha256sum -c ww33.sum
- Install all packages as root
Example:
sudo dpkg -i *.deb
sha256 sums for packages
1e1babf9e235fb62dfe434a7537e7766fc6732ec3dd8229fd12b8f7d946cdd91 intel-gmmlib_20.2.3_amd64.deb
4a7c1f350a1d09cf9ab06a0d5feab86c5f9d75b49f0f3787e038522ced586385 intel-igc-core_1.0.4594_amd64.deb
c24e3e13ce677f1c2d924a2c65fc5e13dee3d7090e00518f71af2cfaf55621a9 intel-igc-opencl_1.0.4594_amd64.deb
3853fd16a498658cfc498447616618d179faeda925557ccfed6807a5bd5ff698 intel-level-zero-gpu_1.0.17675_amd64.deb
a43d6d54f87d4d01162530d1250d3a719c6f636c0e37bc89a02dbc43d3789b09 intel-ocloc_20.33.17675_amd64.deb
468e096f18e8eb23a98df6669001c4d36d97862a518f0dd1e268172f9a3d946f intel-opencl_20.33.17675_amd64.deb
Other installation procedures are described here.
Quality expectations
| Platform | OpenCL | Level Zero |
|---|---|---|
| Broadwell | 2.1 - Production | - |
| Skylake | 2.1 - Production | 1.0 - Pre-Release |
| Kaby Lake | 2.1 - Production | 1.0 - Pre-Release |
| Coffee Lake | 2.1 - Production | 1.0 - Pre-Release |
| Ice Lake | 2.1 - Production | 1.0 - Pre-Release |
| Tiger Lake | 3.0* - Production | 1.0 - Early support |
| Apollo Lake | 1.2 - Production | - |
| Gemini Lake | 1.2 - Production | - |
(*) Product is based on a published Khronos specification and is expected to pass the Khronos Conformance Process when available. Current conformance status can be found at https://www.khronos.org/conformance.
All platforms were validated on Ubuntu 20.04 LTS with stock kernel, with the following exceptions:
- Tigerlake and Icelake platforms were tested with kernel from drm-tip
5.6.0-rc7 commit 257af0ddcea3a234dcb79579600f971edd47353f 2020-03-23_15-07-40 drm-tip: 2020y-03m-23d-15h-06m-46s UTC integration manifest - Geminilake was tested on Ubuntu 18.04.1 LTS with stock kernel
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
Issues & regressions of note
- OpenCL and Level Zero packages provided in this release were compiled with DG1 support disabled
Important changes
- Updated IGC
- Added clSetContextDestructorCallback API function
20.32.17625
Packages included in the release
- intel-gmmlib (https://github.com/intel/gmmlib)
- intel-igc-core and intel-igc-opencl (https://github.com/intel/intel-graphics-compiler)
- intel-opencl, intel-ocloc, intel-level-zero-gpu (https://github.com/intel/compute-runtime)
Components revisions included in the release
- intel/compute-runtime@20.32.17625
- intel/gmmlib@intel-gmmlib-20.2.3
- intel/intel-graphics-compiler@igc-1.0.4560
Additional components revisions used in build
- intel/libva@c9bb65b (Compatible with va_api_major_version = 1)
- intel/llvm-patches@c4a0345
- intel/opencl-clang@6a9cd2c
- KhronosGroup/SPIRV-LLVM-Translator@424e375 (for opencl-clang)
- intel/vc-intrinsics@d7c5f99
- KhronosGroup/SPIRV-LLVM-Translator@e87b59a (for vector compiler)
- llvm/llvm-project@llvmorg-10.0.0
- oneapi-src/level-zero@v1.0 (Compatible with oneAPI Level Zero API Spec v1.0.4)
Installation procedure on Ubuntu 18.04
- Create temporary directory
Example:
mkdir neo
- Download all *.deb packages
Example:
cd neo
wget https://github.com/intel/compute-runtime/releases/download/20.32.17625/intel-gmmlib_20.2.3_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/20.32.17625/intel-igc-core_1.0.4560_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/20.32.17625/intel-igc-opencl_1.0.4560_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/20.32.17625/intel-opencl_20.32.17625_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/20.32.17625/intel-ocloc_20.32.17625_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/20.32.17625/intel-level-zero-gpu_1.0.17625_amd64.deb
- Verify sha256 sums for packages
Example:
wget https://github.com/intel/compute-runtime/releases/download/20.32.17625/ww32.sum
sha256sum -c ww32.sum
- Install all packages as root
Example:
sudo dpkg -i *.deb
sha256 sums for packages
1e264ce0f8b6dd84291bfc3f7abce5a04bec2af1aee5230517d1ed6338f61bd4 intel-gmmlib_20.2.3_amd64.deb
cc40ab5251d02ff293614f094690431d323745031d2b84213ddcb58651d45082 intel-igc-core_1.0.4560_amd64.deb
7099c00481d512d86b8fcd1d9b7db0666b1ef1b17a5c726a3d324f8f15f123a9 intel-igc-opencl_1.0.4560_amd64.deb
3b4db5b7924c4e9446cb80a43afae05b19cd36cdc3a43bded4f9489fbd2c2978 intel-level-zero-gpu_1.0.17625_amd64.deb
94b261c41a1fb76f7a4abecc7b98fff6d1eb5f71e8a30d016f499c08f7de2abd intel-ocloc_20.32.17625_amd64.deb
a74d30999a1fee03c9f5270ee729829b5272b88d5cca5bd488b47edead2287fd intel-opencl_20.32.17625_amd64.deb
Other installation procedures are described here.
Quality expectations
| Platform | OpenCL | Level Zero |
|---|---|---|
| Broadwell | 2.1 - Production | - |
| Skylake | 2.1 - Production | 1.0 - Pre-Release |
| Kaby Lake | 2.1 - Production | 1.0 - Pre-Release |
| Coffee Lake | 2.1 - Production | 1.0 - Pre-Release |
| Ice Lake | 2.1 - Production | 1.0 - Pre-Release |
| Tiger Lake | 3.0* - Production | 1.0 - Early support |
| Apollo Lake | 1.2 - Production | - |
| Gemini Lake | 1.2 - Production | - |
(*) Product is based on a published Khronos specification and is expected to pass the Khronos Conformance Process when available. Current conformance status can be found at https://www.khronos.org/conformance.
All platforms were validated on Ubuntu 20.04 LTS with stock kernel, with the following exceptions:
- Tigerlake and Icelake platforms were tested with kernel from drm-tip
5.6.0-rc7 commit 257af0ddcea3a234dcb79579600f971edd47353f 2020-03-23_15-07-40 drm-tip: 2020y-03m-23d-15h-06m-46s UTC integration manifest - Geminilake was tested on Ubuntu 18.04.1 LTS with stock kernel
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
Issues & regressions of note
- OpenCL and Level Zero packages provided in this release were compiled with DG1 support disabled
Important changes
- Updated Level Zero to v1.0
- Updated IGC
- Updated llvm-patches
20.31.17495
Packages included in the release
- intel-gmmlib (https://github.com/intel/gmmlib)
- intel-igc-core and intel-igc-opencl (https://github.com/intel/intel-graphics-compiler)
- intel-opencl, intel-ocloc, intel-level-zero-gpu (https://github.com/intel/compute-runtime)
Components revisions included in the release
- intel/compute-runtime@20.31.17495
- intel/gmmlib@intel-gmmlib-20.2.3
- intel/intel-graphics-compiler@igc-1.0.4479
Additional components revisions used in build
- intel/libva@c9bb65b (Compatible with va_api_major_version = 1)
- intel/llvm-patches@5005890
- intel/opencl-clang@6a9cd2c
- KhronosGroup/SPIRV-LLVM-Translator@424e375 (for opencl-clang)
- intel/vc-intrinsics@d7c5f99
- KhronosGroup/SPIRV-LLVM-Translator@e87b59a (for vector compiler)
- llvm/llvm-project@llvmorg-10.0.0
- oneapi-src/level-zero@v0.91.10 (Compatible with oneAPI Level Zero API Spec v0.91)
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/20.31.17495/intel-gmmlib_20.2.3_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/20.31.17495/intel-igc-core_1.0.4479_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/20.31.17495/intel-igc-opencl_1.0.4479_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/20.31.17495/intel-opencl_20.31.17495_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/20.31.17495/intel-ocloc_20.31.17495_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/20.31.17495/intel-level-zero-gpu_0.8.17495_amd64.deb
- Verify sha256 sums for packages
Example:
wget https://github.com/intel/compute-runtime/releases/download/20.31.17495/ww31.sum
sha256sum -c ww31.sum
- Install all packages as root
Example:
sudo dpkg -i *.deb
sha256 sums for packages
731cf23771ec69800fe1208a0c429a9aea860c2431750c5210375f2c7366a8d9 intel-gmmlib_20.2.3_amd64.deb
88f5c7d4d79a75d96e5fa005f6c4b10173230e7a07ec6fa617f9c60adeecd17c intel-igc-core_1.0.4479_amd64.deb
79877a91c4b02a792cf89e2e129376edad60311798d78f0003a2e08aea01c374 intel-igc-opencl_1.0.4479_amd64.deb
280cbba22d3837259d9c56798ecce80e4f2fd262378a80677b784a467709d3d3 intel-level-zero-gpu_0.8.17495_amd64.deb
41dc8e3403a5fdc929944bb72384721449d5dcc561a26d27140a04dca4c3d629 intel-ocloc_20.31.17495_amd64.deb
4bbf69250b4875881b0c4c3ff02526bde15e00002b160c1bbaf2889f956a03c9 intel-opencl_20.31.17495_amd64.deb
Other installation procedures are described here.
Quality expectations on Linux distributions with kernel 5.2 or newer
| Platform | OpenCL | Level Zero |
|---|---|---|
| Broadwell | 2.1 - Production | - |
| Skylake | 2.1 - Production | 0.8 - Pre-Release |
| Kaby Lake | 2.1 - Production | 0.8 - Pre-Release |
| Coffee Lake | 2.1 - Production | 0.8 - Pre-Release |
| Ice Lake | 2.1 - Production | 0.8 - Pre-Release |
| Tiger Lake | 3.0* - Production | 0.8 - Early support |
| Apollo Lake | 1.2 - Production | - |
| Gemini Lake | 1.2 - Beta | - |
(*) Product is based on a published Khronos specification and is expected to pass the Khronos Conformance Process when available. Current conformance status can be found at https://www.khronos.org/conformance.
All platforms were validated on Ubuntu 20.04 LTS with stock kernel, with the following exceptions:
- Tigerlake and Icelake platforms were tested on Ubuntu 20.04 with kernel from drm-tip
5.6.0-rc7 commit 257af0ddcea3a234dcb79579600f971edd47353f 2020-03-23_15-07-40 drm-tip: 2020y-03m-23d-15h-06m-46s UTC integration manifest
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
Issues & regressions of note
- This release will work on Linux distributions with Linux kernel 5.2 or newer. It will NOT work with older kernels, fix is in progress.
- OpenCL and Level Zero packages provided in this release were compiled with DG1 support disabled
- Gemini Lake platform downgraded to Beta, because of regression in cert tests.
Important changes
- Updated IGC
- Updated gmmlib
- Added new Gen11 devices
20.30.17454
Packages included in the release
- intel-gmmlib (https://github.com/intel/gmmlib)
- intel-igc-core and intel-igc-opencl (https://github.com/intel/intel-graphics-compiler)
- intel-opencl, intel-ocloc, intel-level-zero-gpu (https://github.com/intel/compute-runtime)
Components revisions included in the release
- intel/compute-runtime@20.30.17454
- intel/gmmlib@intel-gmmlib-20.2.2
- intel/intel-graphics-compiler@igc-1.0.4427
Additional components revisions used in build
- intel/libva@c9bb65b (Compatible with va_api_major_version = 1)
- intel/llvm-patches@5005890
- intel/opencl-clang@6a9cd2c
- KhronosGroup/SPIRV-LLVM-Translator@424e375 (for opencl-clang)
- intel/vc-intrinsics@d7c5f99
- KhronosGroup/SPIRV-LLVM-Translator@e87b59a (for vector compiler)
- llvm/llvm-project@llvmorg-10.0.0
- oneapi-src/level-zero@v0.91.10 (Compatible with oneAPI Level Zero API Spec v0.91)
Installation procedure on Ubuntu 18.04
- Create temporary directory
Example:
mkdir neo
- Download all *.deb packages
Example:
cd neo
wget https://github.com/intel/compute-runtime/releases/download/20.30.17454/intel-gmmlib_20.2.2_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/20.30.17454/intel-igc-core_1.0.4427_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/20.30.17454/intel-igc-opencl_1.0.4427_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/20.30.17454/intel-opencl_20.30.17454_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/20.30.17454/intel-ocloc_20.30.17454_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/20.30.17454/intel-level-zero-gpu_0.8.17454_amd64.deb
- Verify sha256 sums for packages
Example:
wget https://github.com/intel/compute-runtime/releases/download/20.30.17454/ww30.sum
sha256sum -c ww30.sum
- Install all packages as root
Example:
sudo dpkg -i *.deb
sha256 sums for packages
4748775dc2bfe7519cbc915d39847ecd9a0b3860f7b9fd9ed1b87c052a70c757 intel-gmmlib_20.2.2_amd64.deb
d27de76550a35514a90bcdd41f344214ed5650083fc58189f66e618fde1394db intel-igc-core_1.0.4427_amd64.deb
a400e08b39603a7c47de624861dd9b170f1bc8d93a80378d51ccac9bd17604b6 intel-igc-opencl_1.0.4427_amd64.deb
0c967b36e37fa7bbda41efe1b2f0a12458b768202484760b9d61f3ab21a8148f intel-level-zero-gpu_0.8.17454_amd64.deb
fd3793471fce27aea24a86b8ff4f12f722c67f334bbee5de347cd9eaff642de9 intel-ocloc_20.30.17454_amd64.deb
0c578ca5368c6ff3d16075b93aa964c45bbc6bd1bc32b23ab8ebc94bc640b673 intel-opencl_20.30.17454_amd64.deb
Other installation procedures are described here or on https://dgpu-docs.intel.com.
Quality expectations
| Platform | OpenCL | Level Zero |
|---|---|---|
| Broadwell | 2.1 - Production | - |
| Skylake | 2.1 - Production | 0.8 - Pre-Release |
| Kaby Lake | 2.1 - Production | 0.8 - Pre-Release |
| Coffee Lake | 2.1 - Production | 0.8 - Pre-Release |
| Ice Lake | 2.1 - Production | 0.8 - Pre-Release |
| Tiger Lake | 3.0* - Production | 0.8 - Early support |
| Apollo Lake | 1.2 - Production | - |
| Gemini Lake | 1.2 - Production | - |
(*) Product is based on a published Khronos specification and is expected to pass the Khronos Conformance Process when available. Current conformance status can be found at https://www.khronos.org/conformance.
All platforms were validated on Ubuntu 20.04 LTS with stock kernel, with the following exceptions:
- Tigerlake and Icelake platforms were tested on Ubuntu 20.04 with kernel from drm-tip
5.6.0-rc7 commit 257af0ddcea3a234dcb79579600f971edd47353f 2020-03-23_15-07-40 drm-tip: 2020y-03m-23d-15h-06m-46s UTC integration manifest - Geminilake was tested on Ubuntu 18.04.1 LTS with stock kernel
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
Issues & regressions of note
- For ICL platform i915.alpha_support=1 kernel parameter is required for kernel before 5.2
- OpenCL and Level Zero packages provided in this release were compiled with DG1 support disabled
Important changes
- Updated IGC
20.29.17408
Packages included in the release
- intel-gmmlib (https://github.com/intel/gmmlib)
- intel-igc-core and intel-igc-opencl (https://github.com/intel/intel-graphics-compiler)
- intel-opencl, intel-ocloc, intel-level-zero-gpu (https://github.com/intel/compute-runtime)
Components revisions included in the release
- intel/compute-runtime@20.29.17408
- intel/gmmlib@intel-gmmlib-20.2.2
- intel/intel-graphics-compiler@igc-1.0.4361
Additional components revisions used in build
- intel/libva@c9bb65b (Compatible with va_api_major_version = 1)
- intel/llvm-patches@5005890
- intel/opencl-clang@6a9cd2c
- KhronosGroup/SPIRV-LLVM-Translator@424e375 (for opencl-clang)
- intel/vc-intrinsics@d7c5f99
- KhronosGroup/SPIRV-LLVM-Translator@e87b59a (for vc-intrinsics)
- llvm/llvm-project@llvmorg-10.0.0
- oneapi-src/level-zero@v0.91.10 (Compatible with oneAPI Level Zero API Spec v0.91)
Installation procedure on Ubuntu 18.04
- Create temporary directory
Example:
mkdir neo
- Download all *.deb packages
Example:
cd neo
wget https://github.com/intel/compute-runtime/releases/download/20.29.17408/intel-gmmlib_20.2.2_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/20.29.17408/intel-igc-core_1.0.4361_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/20.29.17408/intel-igc-opencl_1.0.4361_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/20.29.17408/intel-opencl_20.29.17408_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/20.29.17408/intel-ocloc_20.29.17408_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/20.29.17408/intel-level-zero-gpu_0.8.17408_amd64.deb
- Verify sha256 sums for packages
Example:
wget https://github.com/intel/compute-runtime/releases/download/20.29.17408/ww29.sum
sha256sum -c ww29.sum
- Install all packages as root
Example:
sudo dpkg -i *.deb
sha256 sums for packages
0a150a52ea9b4a7e9f6a126e6cb274ccf21010dfcc9ac847dbb13a47125df943 intel-gmmlib_20.2.2_amd64.deb
c8b03e3f06263cca0a4a3f4fed72951e16a0fe72b624e7c66a2a970d34ca2e25 intel-igc-core_1.0.4361_amd64.deb
44dc4ba19692c7a86851c62b9556ac9e4ed72cc127b767e938e9e64a5cda03cf intel-igc-opencl_1.0.4361_amd64.deb
03536a566ebd5843ff758260acd65c438050ca2cef048e4ee48e9fc75961dfb7 intel-level-zero-gpu_0.8.17408_amd64.deb
fa08479169cc32ea480b9a7b6d43aea07d7f180f948343599371e2b49da64cd5 intel-ocloc_20.29.17408_amd64.deb
65678ba4c1c3262018f451dde42d9d70fac3b558cee994e2c22869bec29c22e8 intel-opencl_20.29.17408_amd64.deb
Other installation procedures are described here.
Quality expectations
| Platform | OpenCL | Level Zero |
|---|---|---|
| Broadwell | 2.1 - Production | - |
| Skylake | 2.1 - Production | 0.8 - Pre-Release |
| Kaby Lake | 2.1 - Production | 0.8 - Pre-Release |
| Coffee Lake | 2.1 - Production | 0.8 - Pre-Release |
| Ice Lake | 2.1 - Production | 0.8 - Pre-Release |
| Tiger Lake | 3.0* - Production | 0.8 - Early support |
| Apollo Lake | 1.2 - Production | - |
| Gemini Lake | 1.2 - Production | - |
(*) Product is based on a published Khronos specification and is expected to pass the Khronos Conformance Process when available. Current conformance status can be found at https://www.khronos.org/conformance.
All platforms were validated on Ubuntu 20.04 LTS with stock kernel, with the following exceptions:
- Tigerlake and Icelake platforms were tested on Ubuntu 20.04 with kernel from drm-tip
5.6.0-rc7 commit 257af0ddcea3a234dcb79579600f971edd47353f 2020-03-23_15-07-40 drm-tip: 2020y-03m-23d-15h-06m-46s UTC integration manifest - Geminilake was tested on Ubuntu 18.04.1 LTS with stock kernel
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
Issues & regressions of note
- For ICL platform i915.alpha_support=1 kernel parameter is required for kernel before 5.2
- OpenCL and Level Zero packages provided in this release were compiled with DG1 support disabled
Important changes
- Enabled cl_khr_il_program on all platforms
- Updated IGC with new vc-intrinsics component
- Updated llvm-patches
- Updated opencl-clang
- Updated spirv-llvm-translator
20.28.17293
Packages included in the release
- intel-gmmlib (https://github.com/intel/gmmlib)
- intel-igc-core and intel-igc-opencl (https://github.com/intel/intel-graphics-compiler)
- intel-opencl, intel-ocloc, intel-level-zero-gpu (https://github.com/intel/compute-runtime)
Components revisions included in the release
- intel/compute-runtime@20.28.17293
- intel/gmmlib@intel-gmmlib-20.2.2
- intel/intel-graphics-compiler@igc-1.0.4241
Additional components revisions used in build
- intel/libva@c9bb65b (Compatible with va_api_major_version = 1)
- intel/llvm-patches@0e35a4a
- intel/opencl-clang@v10.0.0-2
- KhronosGroup/SPIRV-LLVM-Translator@4d43f68
- llvm/llvm-project@llvmorg-10.0.0
- oneapi-src/level-zero@v0.91.10 (Compatible with oneAPI Level Zero API Spec v0.91)
Installation procedure on Ubuntu 18.04
- Create temporary directory
Example:
mkdir neo
- Download all *.deb packages
Example:
cd neo
wget https://github.com/intel/compute-runtime/releases/download/20.28.17293/intel-gmmlib_20.2.2_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/20.28.17293/intel-igc-core_1.0.4241_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/20.28.17293/intel-igc-opencl_1.0.4241_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/20.28.17293/intel-opencl_20.28.17293_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/20.28.17293/intel-ocloc_20.28.17293_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/20.28.17293/intel-level-zero-gpu_0.8.17293_amd64.deb
- Verify sha256 sums for packages
Example:
wget https://github.com/intel/compute-runtime/releases/download/20.28.17293/ww28.sum
sha256sum -c ww28.sum
- Install all packages as root
Example:
sudo dpkg -i *.deb
sha256 sums for packages
8ad964a4dfaef0a9b4bb443e6c17755c12851742248aba1030fcabefdfe4b38c intel-gmmlib_20.2.2_amd64.deb
c192c4138715408c4a59ff5794932914941ac98c33d6352fdd91a0e57f925c29 intel-igc-core_1.0.4241_amd64.deb
22e79dbc6ff7ba08edbdfc5bf1f6a61611fbd5ef57ff66c96ad427edffe06e30 intel-igc-opencl_1.0.4241_amd64.deb
bdc45302236757bebf1c079ccb7a618d1e478cd26108d7894c3ffee3727e277d intel-level-zero-gpu_0.8.17293_amd64.deb
4276a3f316d4dbd25d4d692d3a244f04e0c216c0935e98994ae8d5d475cfd497 intel-ocloc_20.28.17293_amd64.deb
847bbb2224a687d0854f0bb48d51cd41bc77d7fcfa1b1d61e7df4da0e8f66066 intel-opencl_20.28.17293_amd64.deb
Other installation procedures are described here.
Quality expectations
| Platform | OpenCL | Level Zero |
|---|---|---|
| Broadwell | 2.1 - Production | - |
| Skylake | 2.1 - Production | 0.8 - Pre-Release |
| Kaby Lake | 2.1 - Production | 0.8 - Pre-Release |
| Coffee Lake | 2.1 - Production | 0.8 - Pre-Release |
| Ice Lake | 2.1 - Production | 0.8 - Pre-Release |
| Tiger Lake | 3.0* - Early support | 0.8 - Early support |
| Apollo Lake | 1.2 - Production | - |
| Gemini Lake | 1.2 - Production | - |
(*) Product is based on a published Khronos specification and is expected to pass the Khronos Conformance Process when available. Current conformance status can be found at https://www.khronos.org/conformance.
All platforms were validated on Ubuntu 20.04 LTS with stock kernel, with the following exceptions:
- Tiger Lake and Ice Lake platforms were tested on Ubuntu 20.04 with kernel from drm-tip:
5.6.0-rc7 commit 257af0ddcea3a234dcb79579600f971edd47353f 2020-03-23_15-07-40 drm-tip: 2020y-03m-23d-15h-06m-46s UTC integration manifest - Gemini Lake was tested on Ubuntu 18.04.1 LTS with stock kernel
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
Issues & regressions of note
- For ICL platform i915.alpha_support=1 kernel parameter is required for kernel before 5.2
- OpenCL and Level Zero packages provided in this release were compiled with DG1 support disabled