github intel/compute-runtime 20.14.16441

latest releases: 23.43.27642.67, 24.39.31294.21, 24.39.31294.20...
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.14.16441/intel-gmmlib_20.1.1_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/20.14.16441/intel-igc-core_1.0.3698_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/20.14.16441/intel-igc-opencl_1.0.3698_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/20.14.16441/intel-opencl_20.14.16441_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/20.14.16441/intel-ocloc_20.14.16441_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/20.14.16441/intel-level-zero-gpu_0.8.16441_amd64.deb
  1. Verify sha256 sums for packages

Example:

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

Example:

sudo dpkg -i *.deb

sha256 sums for packages

c37d00a4eb894f67da6588a9746993d72806d68edceecadb036cc420cccb1f8a  intel-gmmlib_20.1.1_amd64.deb
3d5b668a98233285af9511512604bac88bc66c5772c4e0d784f5038bccd6c0e4  intel-igc-core_1.0.3698_amd64.deb
036e5b63a01d6f0d5385bb102216bd5ac93dcda64f0738b2c304b8a9b011ba1f  intel-igc-opencl_1.0.3698_amd64.deb
052f6e9d3d8e620cf8d0c74ce25eb1f6824131a00c061dd97ef943b2eca7a8c1  intel-level-zero-gpu_0.8.16441_amd64.deb
db59f6ac73857d85e80d4b1ef0dccdae33ca5059d8758bd1cd410fa716e90b63  intel-ocloc_20.14.16441_amd64.deb
bdc52e963e3f904aff4a403abf6cd0a56b27044a41e6e0cf265f67c107df8154  intel-opencl_20.14.16441_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 2.1 - Early support 0.8 - 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 kernel from drm-tip repository were used:

  • 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

  • For ICL platform i915.alpha_support=1 kernel parameter is required for kernel before 5.2
  • Level Zero loader is required to use the intel-level-zero-gpu library. v0.91.10 is the recommended version

Important changes

  • Updated IGC built with llvm/clang 10
  • Enabled Performance Counters for OCL and L0
  • Disabled cl_khr_subgroups extension on gen12

Don't miss a new compute-runtime release

NewReleases is sending notifications on new releases.