github intel/compute-runtime 19.42.14504

latest releases: 24.17.29377.6, 24.17.29377.5, 24.13.29138.18...
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.42.14504/intel-gmmlib_19.3.2_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.42.14504/intel-igc-core_1.0.2714_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.42.14504/intel-igc-opencl_1.0.2714_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.42.14504/intel-opencl_19.42.14504_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.42.14504/intel-ocloc_19.42.14504_amd64.deb
  1. Verify sha256 sums for packages

Example:

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

Example:

sudo dpkg -i *.deb

sha256 sums for packages

5f99f45b0ad4b257fcb926618f0ca2c4689f380749a265bb95e09dce4b3b8832  intel-gmmlib_19.3.2_amd64.deb
ceee201ba21bc1d9424c0d096189fb944e40362c03d5d00742d555e02aa5b966  intel-igc-core_1.0.2714_amd64.deb
70aa840cc72c421f724ef33a9a0f26ea4cc10d3656ff6fab5164d00a7a5fb15e  intel-igc-opencl_1.0.2714_amd64.deb
32060c2ac0b1530740491ca74de264932be891f6efd6b1572a6389e8b202bbea  intel-ocloc_19.42.14504_amd64.deb
3f9cf9578f0ccd209bd60729b4cea1e4e988e493a1a0a35bcd366e86d5050f99  intel-opencl_19.42.14504_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

  • Updated Intel Graphics Compiler
  • Updated llvm/clang
  • Updated SPIRV-LLVM-Translator

Don't miss a new compute-runtime release

NewReleases is sending notifications on new releases.