github intel/compute-runtime 19.16.12873

latest releases: 24.17.29377.17, 24.17.29377.16, 24.17.29377.15...
pre-release5 years ago

Packages included in the release:

Components revisions included in the release:

Additional components revisions used in build:

Installation procedure on Ubuntu

  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.16.12873/intel-gmmlib_19.1.1_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.16.12873/intel-igc-core_1.0.2-1787_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.16.12873/intel-igc-opencl_1.0.2-1787_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.16.12873/intel-opencl_19.16.12873_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.16.12873/intel-ocloc_19.16.12873_amd64.deb
  1. Verify sha256 sums for packages

Example:

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

Example:

sudo dpkg -i *.deb

sha256 sums for packages

a94f63e808e2d0a2bd3208af4c73e4aa113e152585cec3dc8d81d3e5a13a57a3  intel-gmmlib_19.1.1_amd64.deb
75d134d01fdd2e947382dd382ad995ae9f55ac65ccf3a9feb68453b89491fd3e  intel-igc-core_1.0.2-1787_amd64.deb
a75acd0e2b7bc57590d5d0e91b271e6aa45042dbfbd5c2142558a27729512ae6  intel-igc-opencl_1.0.2-1787_amd64.deb
15a8aaafebe4721be65b2de88e1bc72c1f8d84ddcac9d3c1df4f2f3e41eb3f33  intel-ocloc_19.16.12873_amd64.deb
62a50131898a8d6ff0d1aeffc6eea9d8b245f3ff10833a927847a669a0682964  intel-opencl_19.16.12873_amd64.deb

Quality expectations

Platform OCL Quality
Broadwell 2.1 Beta
Skylake 2.1 Production
Kaby Lake 2.1 Production
Coffee Lake 2.1 Production
Cannon Lake 2.1 Experimental
Ice Lake 2.1 Pre-Release
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.

Quality levels:

  • Experimental - no quality expectations
  • Pre-Release - major issues or regressions; suitable for preliminary checkout
  • Beta - no known major issues or regressions; 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 CFL platform i915.alpha_support=1 kernel parameter is required under Ubuntu 16.04.4 with default kernel 4.13
  • Broadwell platform downgraded to Beta quality due to regression in certification tests. Fix is in progress.

Don't miss a new compute-runtime release

NewReleases is sending notifications on new releases.