github intel/compute-runtime 22.07.22465

latest releases: 24.39.31294.12, 24.39.31294.11, 24.35.30872.32...
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.07.22465/intel-gmmlib_22.0.2_amd64.deb
wget https://github.com/intel/intel-graphics-compiler/releases/download/igc-1.0.10200/intel-igc-core_1.0.10200_amd64.deb
wget https://github.com/intel/intel-graphics-compiler/releases/download/igc-1.0.10200/intel-igc-opencl_1.0.10200_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/22.07.22465/intel-opencl-icd_22.07.22465_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/22.07.22465/intel-level-zero-gpu_1.3.22465_amd64.deb
  1. Verify sha256 sums for packages

Example:

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

Example:

sudo dpkg -i *.deb

sha256 sums for packages

a94459dda576f5b39b4deb942cfee7077700cb6fb9ea05119d509013f7f9a21b intel-gmmlib_22.0.2_amd64.deb
66c2193cf7b070b562ece13deda57a5b597a866f83e8b93006084370a956fcd8 intel-igc-core_1.0.10200_amd64.deb
d37308307081f7156b8ed28b766c0131a14475d55593c03510f174baf5fc2e13 intel-igc-opencl_1.0.10200_amd64.deb
b1b73858161ddad8d23895a24567dfafef606648cedf2af5df78c0994b8612ab intel-level-zero-gpu_1.3.22465_amd64.deb
984cc19fb37242a393b46f4f3de594b711416c4a1e9cb8bcc5dc42155c196390 intel-opencl-icd_22.07.22465_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
Broadwell 3.0 - Maintenance -
Elkhart Lake 3.0 - Early support -
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

  • igc revision update

Don't miss a new compute-runtime release

NewReleases is sending notifications on new releases.