github intel/compute-runtime 19.40.14409

latest releases: 24.22.29735.20, 24.22.29735.21, 24.22.29735.19...
4 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.40.14409/intel-gmmlib_19.3.2_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.40.14409/intel-igc-core_1.0.2597_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.40.14409/intel-igc-opencl_1.0.2597_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.40.14409/intel-opencl_19.40.14409_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.40.14409/intel-ocloc_19.40.14409_amd64.deb
  1. Verify sha256 sums for packages

Example:

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

Example:

sudo dpkg -i *.deb

sha256 sums for packages

26b8b2b7ee627dc6cddf10b317ede813e0c099c45b6c2eb3e9dc9b96a42b67d6  intel-gmmlib_19.3.2_amd64.deb
3244db4552bac341eab0fb3d1e7933be7eb6e768abb4f6518102513b32ddc9f1  intel-igc-core_1.0.2597_amd64.deb
dfe96be7f266fe75f565fd21084464e93e157b740ea87e64d94fb8759242d74f  intel-igc-opencl_1.0.2597_amd64.deb
11fd5d39a5e53c244aeb1affe663b8874950ec5c6d16db239b9dcc4ad46c3f01  intel-ocloc_19.40.14409_amd64.deb
77669334737e750ca3438e3b8596e65278e7228bb9ed7e60672adc7178143939  intel-opencl_19.40.14409_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 Production
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 ccd2c9cb3fd35f9654cdf6743bdecfb489fba70a 2019-09-19_19-07-08 drm-tip: 2019y-09m-19d-18h-52m-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

Important changes

  • Added support for TGLLP
  • Added support for ICL device id: 0x8A58

Don't miss a new compute-runtime release

NewReleases is sending notifications on new releases.