github intel/compute-runtime 22.06.22433

latest releases: 24.35.30872.24, 24.35.30872.22, 24.35.30872.20...
pre-release2 years ago

Release notes

Marked as prerelease due to major compiler regression on Apollo Lake and Gemini Lake. Other platforms are unaffected.

Packages included in the release

Components revisions included in the release

Additional components revisions used in build

Installation procedure on Ubuntu 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/22.06.22433/intel-gmmlib_22.0.2_amd64.deb
wget https://github.com/intel/intel-graphics-compiler/releases/download/igc-1.0.10183/intel-igc-core_1.0.10183_amd64.deb
wget https://github.com/intel/intel-graphics-compiler/releases/download/igc-1.0.10183/intel-igc-opencl_1.0.10183_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/22.06.22433/intel-opencl-icd_22.06.22433_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/22.06.22433/intel-level-zero-gpu_1.3.22433_amd64.deb
  1. Verify sha256 sums for packages

Example:

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

Example:

sudo dpkg -i *.deb

sha256 sums for packages

a94459dda576f5b39b4deb942cfee7077700cb6fb9ea05119d509013f7f9a21b intel-gmmlib_22.0.2_amd64.deb
730b886d960ca8f05de8a59e910014a8163bbeabb6304d2cad8da0d9b898b3eb intel-igc-core_1.0.10183_amd64.deb
e221fb5298040f655ce0c18c194ffe9fb171ce01cd410de9d7eafe3da51ad744 intel-igc-opencl_1.0.10183_amd64.deb
13f39e8d7d791c86bb81842d6965fc19ca1ea290627491346f98bf7f558a6e90 intel-level-zero-gpu_1.3.22433_amd64.deb
c6da36aceed67c70a3e779368ce3d1c62606c38322d97fa55767f19d60833b3c intel-opencl-icd_22.06.22433_amd64.deb

Other installation procedures are described here.

Quality expectations

Platform OpenCL Level Zero
DG1 3.0 - Production 1.3 - Pre-Release
Skylake 3.0 - Production 1.3 - Pre-Release
Kaby Lake 3.0 - Production 1.3 - Pre-Release
Coffee Lake 3.0 - Production 1.3 - Pre-Release
Ice Lake 3.0 - Production 1.3 - Pre-Release
Tiger Lake 3.0 - Production 1.3 - Pre-Release
Rocket Lake 3.0 - Production 1.3 - Pre-Release
Alder Lake 3.0 - Production 1.3 - Pre-Release
Elkhart Lake 3.0 - Production -
Broadwell 3.0 - Maintenance -
Apollo Lake 3.0 - Regression (see known issues) -
Gemini Lake 3.0 - Regression (see known issues) -

All other platforms were validated on Ubuntu 20.04 LTS with stock kernel, unless noted otherwise.
DG1 was tested with drm-tip kernel v.5.16 rc3.

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.

Known issues

  • Opencl-clang bug: Invalid headers due to missing declaration of atomic_double impacting Atom-based platforms. Fix

Important changes

  • Implement GPU hang detection
  • igc revision update

Don't miss a new compute-runtime release

NewReleases is sending notifications on new releases.