github intel/compute-runtime 21.27.20266

latest releases: 24.17.29377.6, 24.17.29377.5, 24.13.29138.18...
2 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/20.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/21.27.20266/intel-gmmlib_21.2.1_amd64.deb
wget https://github.com/intel/intel-graphics-compiler/releases/download/igc-1.0.7862/intel-igc-core_1.0.7862_amd64.deb
wget https://github.com/intel/intel-graphics-compiler/releases/download/igc-1.0.7862/intel-igc-opencl_1.0.7862_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/21.27.20266/intel-opencl_21.27.20266_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/21.27.20266/intel-ocloc_21.27.20266_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/21.27.20266/intel-level-zero-gpu_1.1.20266_amd64.deb
  1. Verify sha256 sums for packages

Example:

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

Example:

sudo dpkg -i *.deb

sha256 sums for packages

ae661e8e5f55e17908dcb1fb4528cacfe4f6c11e84925fed8365ef180ee00c24  intel-gmmlib_21.2.1_amd64.deb
739951a64d035c16b4a1c25e6c8e961c86f0db4350bf033b962c4fd502882ff9  intel-igc-core_1.0.7862_amd64.deb
ad3b23945dc549537dd3aba78aa886195e3df50ab3a3d90e62454363b5574f73  intel-igc-opencl_1.0.7862_amd64.deb
f814b8e05c07eb88ada6b31369620d75b2db9ccf2f6862fcacda5e607546340a  intel-level-zero-gpu_1.1.20266_amd64.deb
421a98306baa112aad9dbbe58bbaca2ac01359907e92fb1f88cfe91ce1dfe89c  intel-ocloc_21.27.20266_amd64.deb
68a07c1eb97bab9ec7f572c4f440ebc0a1d400b3e2b6eccd74181cbdc895401e  intel-opencl_21.27.20266_amd64.deb

Other installation procedures are described here.

Quality expectations

Platform OpenCL Level Zero
Skylake 3.0 - Production 1.1 - Pre-Release
Kaby Lake 3.0 - Production 1.1 - Pre-Release
Coffee Lake 3.0 - Production 1.1 - Pre-Release
Ice Lake 3.0 - Production 1.1 - Pre-Release
Tiger Lake 3.0 - Production 1.1 - Pre-Release
Broadwell 3.0 - Maintenance -
Apollo Lake 3.0 - Maintenance -
Gemini Lake 3.0 - Maintenance -
Elkhart Lake 3.0 - Early support -

All platforms were validated on Ubuntu 20.04 LTS with stock kernel, with the following exceptions:

  • Tiger Lake was tested with kernel from drm-tip
    5.8.0-rc7 commit ebef75fc1a3f0abebf46d7270128553f82361bc8 2020-08-02_07-12-33 drm-tip: 2020y-08m-02d-07h-11m-48s 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
  • Maintenance - Reduced test frequency compared to Production, no longer recommended for new deployments. Reactive support for customers.

Issues & regressions of note

  • OpenCL and Level Zero packages provided in this release were compiled with DG1 support disabled
  • Unit tests compilation failed with gcc 11, fix in progress

Important changes

  • Updated IGC
  • Updated gmmlib
  • New libigsc component used in build

Don't miss a new compute-runtime release

NewReleases is sending notifications on new releases.