github intel/compute-runtime 20.11.16158

latest releases: 24.13.29138.14, 24.13.29138.13, 24.13.29138.12...
4 years ago

Packages included in the release

Components revisions included in the release

Additional components revisions used in build

Installation procedure on Ubuntu 18.04

  1. Create temporary directory

Example:

mkdir neo
  1. Download all *.deb packages

Example:

cd neo
wget https://github.com/intel/compute-runtime/releases/download/20.11.16158/intel-gmmlib_19.4.1_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/20.11.16158/intel-igc-core_1.0.3529_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/20.11.16158/intel-igc-opencl_1.0.3529_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/20.11.16158/intel-opencl_20.11.16158_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/20.11.16158/intel-ocloc_20.11.16158_amd64.deb
  1. Verify sha256 sums for packages

Example:

wget https://github.com/intel/compute-runtime/releases/download/20.11.16158/ww11.sum
sha256sum -c ww11.sum
  1. Install all packages as root

Example:

sudo dpkg -i *.deb

sha256 sums for packages

5d465471ea5b327411cb70eb5a0a3dabc2cabb996879d58b404981d6c63ea31f  intel-gmmlib_19.4.1_amd64.deb
b10fadd9fdc051be25f869823740414acb9638e865bb6ee3beef4f7bb7459d57  intel-igc-core_1.0.3529_amd64.deb
72193093cae2d4d815a31a28934630427466a8339842e29fd831760845434439  intel-igc-opencl_1.0.3529_amd64.deb
97c26b7787b3e4ad46c2df38f528607a930fd56f286c66d7212606ab4e7d7ebe  intel-ocloc_20.11.16158_amd64.deb
4dc01a413339c51e36379400590c6415e93a95c4d10b35862f3ff1a44be74968  intel-opencl_20.11.16158_amd64.deb

Other installation procedures are described here.

Quality expectations

Platform OCL Quality
Broadwell 2.1 Production
Skylake 2.1 Production
Kaby Lake 2.1 Production
Coffee Lake 2.1 Production
Ice Lake* 2.1 Production
Tiger Lake 2.1 Early support
Apollo Lake 1.2 Production
Gemini Lake 1.2 Production

Unless noted otherwise, the driver was validated on Ubuntu 18.04 LTS with stock kernel.
For ICL and TGL platforms kernels from drm-tip repository were used:

  • ICL: 5.5.0-rc5 commit b57ea8cadecd3444690439b4703d964afca476e1 2020-01-09_08-56-21 drm-tip: 2020y-01m-09d-08h-55m-33s UTC integration manifest
  • TGL: 5.5.0-rc1 commit 7d2f0517f7b15f3631388d72fafae167d75016ec 2019-12-13_23-07-14 drm-tip: 2019y-12m-13d-23h-06m-51s UTC integration manifest

Quality levels

  • Experimental - no quality expectations
  • Early support - platform may not be available on the market yet
  • Beta - suitable for integration and broad testing
  • Production - Beta + meets Khronos certification requirements; suitable for production

Issues & regressions of note

  • For ICL platform i915.alpha_support=1 kernel parameter is required for kernel before 5.2
  • Level Zero binaries are not yet part of this release as we are finalizing the packaging scheme.

Important changes

  • Updated IGC and opencl-clang
  • Removed ocloc_lib from make install

Don't miss a new compute-runtime release

NewReleases is sending notifications on new releases.