github intel/compute-runtime 19.19.12968

latest releases: 24.13.29138.25, 24.13.29138.22, 24.17.29377.8...
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

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

Example:

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

Example:

sudo dpkg -i *.deb

sha256 sums for packages

886f1e595df0ef6b9b3399abe6bde8e3e6c07db28457152148473a3db6a0fac4  intel-gmmlib_19.1.1_amd64.deb
13f90ce101d46513ba4b8c6d50aa5b56abe123dfffb3ed94f908ae12bb0a67a8  intel-igc-core_1.0.4-1880_amd64.deb
d9a0386ff4c1237ef5953234489d1ad2a6b6265f777f21ef1714a098b3f66c0f  intel-igc-opencl_1.0.4-1880_amd64.deb
03285ca4e0e4e9cbf69c5088b1fdd59088f62490ef42f7f78737440611b3320d  intel-ocloc_19.19.12968_amd64.deb
c1e7dcea0c5faf6b43e9f539011b69a817a1311b8787b60db2b99aae82957775  intel-opencl_19.19.12968_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
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.

Important changes

  • Updated Intel Graphic Compiler to 1.0.4

Don't miss a new compute-runtime release

NewReleases is sending notifications on new releases.