github intel/compute-runtime 22.40.24364

latest releases: 24.35.30872.22, 24.35.30872.20, 24.35.30872.19...
pre-release23 months ago

This is a pre-release due to regressions (see Known Issues below)

Packages included in the release

Components revisions included in the release

Additional components revisions used in build

Installation procedure on Ubuntu 22.04

  1. Create temporary directory

Example:

mkdir neo
  1. Download all *.deb packages

Example:

cd neo
wget https://github.com/intel/intel-graphics-compiler/releases/download/igc-1.0.12260/intel-igc-core_1.0.12260_amd64.deb
wget https://github.com/intel/intel-graphics-compiler/releases/download/igc-1.0.12260/intel-igc-opencl_1.0.12260_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/22.40.24364/intel-level-zero-gpu-dbgsym_1.3.24364_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/22.40.24364/intel-level-zero-gpu_1.3.24364_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/22.40.24364/intel-opencl-icd-dbgsym_22.40.24364_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/22.40.24364/intel-opencl-icd_22.40.24364_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/22.40.24364/libigdgmm12_22.2.0_amd64.deb
  1. Verify sha256 sums for packages

Example:

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

Example:

sudo dpkg -i *.deb

sha256 sums for packages

0c8d92cfec75eb2f0ce5de16639bdf50325f8859d5528618feb327444585e2e8 intel-igc-core_1.0.12260_amd64.deb
904292f15f2a6abbd09f889c66448f8d13d4827c9ccdbd10d938f433666f6513 intel-igc-opencl_1.0.12260_amd64.deb
e8e17ad7dcc9ea6ff9c1caf9797f6e7781958c9da3dbdb78d311e732eec50238 intel-level-zero-gpu-dbgsym_1.3.24364_amd64.ddeb
00a5e9d30fab3df82af927450558a5529ff0031a128b7d23ae2b0575fa679e5c intel-level-zero-gpu_1.3.24364_amd64.deb
56379aac88d6a524be9b88ade2784f2ba1595474d92163f5b333319baa027110 intel-opencl-icd-dbgsym_22.40.24364_amd64.ddeb
1d7b8df77b1d6a7eeb534ed14ea9ba69880a0fc99b017a703b023761ef1f9d19 intel-opencl-icd_22.40.24364_amd64.deb
e4c548316eca7cd5a987ca1059acfd21ed7ab59163df9821209c76eb5271269a libigdgmm12_22.2.0_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 - Maintenance -
Gemini Lake 3.0 - Maintenance -

All other platforms were validated on Ubuntu 22.04 LTS with stock kernel, unless noted otherwise. (Elkhart Lake on Ubuntu 20.04)
DG1 was tested with drm-tip kernel v.5.18.0

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

  • Compiler regression: starting with commit 6d2e0ce, causing crash in selected ISPC workloads on Intel® Arc™ GPU. Fixed with f5a2985
  • Changes introduced in af3dd28 revealed failures in higher level libraries, causing segmentation fault in oneDAL & ispc due to incorrect initialization of the ze_device_properties_t datastructures. ISPC fixed with c12c708. OneDAL – fix pending

Additional information

  • packages were built with custom flag NEO_ENABLE_i915_PRELIM_DETECTION=1

Important changes

Don't miss a new compute-runtime release

NewReleases is sending notifications on new releases.