github intel/compute-runtime 20.09.15980

latest releases: 24.13.29138.25, 24.13.29138.22, 24.17.29377.8...
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.09.15980/intel-gmmlib_19.4.1_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/20.09.15980/intel-igc-core_1.0.3445_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/20.09.15980/intel-igc-opencl_1.0.3445_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/20.09.15980/intel-opencl_20.09.15980_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/20.09.15980/intel-ocloc_20.09.15980_amd64.deb
  1. Verify sha256 sums for packages

Example:

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

Example:

sudo dpkg -i *.deb

sha256 sums for packages

f1b4b72e3af135a597522cba8959e5a1092de7f5dc4b2d68eb01058acae81e7a  intel-gmmlib_19.4.1_amd64.deb
312a7f4fbb3969bc3a9730a24f4afb7ca4aab3104b0d52bf8b464488bda4d563  intel-igc-core_1.0.3445_amd64.deb
f2c521cfbec9f7e7cf96514ced26f7fc98bf300fb8019684a047254659fe76df  intel-igc-opencl_1.0.3445_amd64.deb
eb7e6e7b2ab8655f34e3680171d2014124a1b4e5859668c17fbaf956b8acc3eb  intel-ocloc_20.09.15980_amd64.deb
6da2910759c22fa142d3f92ca23d5ec33818c2e6d4052d5e9ac7418f548908f9  intel-opencl_20.09.15980_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

  • Fine grained SVM is not supported in this release. Please see issue #34 for details.
  • For ICL platform i915.alpha_support=1 kernel parameter is required for kernel before 5.2
  • Because of regression introduced in commit 697848f, intel-ocloc package has been repackaged manually, to set executable bits on ocloc binary. Fix in progress.

Important changes

  • Updated IGC

Don't miss a new compute-runtime release

NewReleases is sending notifications on new releases.