github intel/compute-runtime 19.45.14764

latest releases: 24.35.30872.25, 24.35.30872.24, 24.35.30872.22...
pre-release4 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/19.45.14764/intel-gmmlib_19.3.4_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.45.14764/intel-igc-core_1.0.2805_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.45.14764/intel-igc-opencl_1.0.2805_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.45.14764/intel-opencl_19.45.14764_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.45.14764/intel-ocloc_19.45.14764_amd64.deb
  1. Verify sha256 sums for packages

Example:

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

Example:

sudo dpkg -i *.deb

sha256 sums for packages

dd3d39a24d167451190bb3450637af131690ff4c6b5bf7f5048955f35c641c37  intel-gmmlib_19.3.4_amd64.deb
6283b30992a33ae463aa1cf06365e3d7e16001812449e4ff73e4557d6f9b2422  intel-igc-core_1.0.2805_amd64.deb
1e253cb9ed126362941c28a7213ac73fdba8d52b43a9994123fa07d21dc75c54  intel-igc-opencl_1.0.2805_amd64.deb
cb667b4c6d8f7b18b0fc1df4c94921b856a42f24397477ed3b67bf9f41ca0f2c  intel-ocloc_19.45.14764_amd64.deb
3890c5a81d22469703f266792dc9d7ed4e0fd8fddec8dc163b502a06d19290f7  intel-opencl_19.45.14764_amd64.deb

Other installation procedures are described here.

Quality expectations

Platform OCL Quality
Broadwell 2.1 Production
Skylake 2.1 Production
Kaby Lake 2.1 Production
Coffee Lake 2.1 Production
Ice Lake* 2.1 Beta
Tiger Lake 2.1 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 platform kernel from drm-tip repository was used at
commit 7536bf946d840e2afaa028c281b7ecfcf333951e 2019-10-14_17-52-25 drm-tip: 2019y-10m-14d-17h-51m-24s UTC integration manifest

Quality levels

  • Experimental - no quality expectations
  • Early support - platform may not be available on the market yet
  • Beta - suitable for integration and broad testing
  • Production - Beta + meets Khronos certification requirements; suitable for production

Issues & regressions of note

  • Fine grained SVM is not supported in this release. Please see issue #34 for details.
  • For ICL platform i915.alpha_support=1 kernel parameter is required for kernel before 5.2
  • Ice Lake platforms downgraded to Beta quality due to regression in certification tests. Fix is in progress.

Important changes

  • Updated Intel Graphics Compiler
  • Updated gmmlib
  • Enabled 64 atomics on ICL and TGL
  • Enabled thread-group preemption for GEN12LP
  • Use newer GMM API

Don't miss a new compute-runtime release

NewReleases is sending notifications on new releases.