Skip to content

Releases: intel/compute-runtime

19.29.13530

26 Jul 12:21

Choose a tag to compare

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.29.13530/intel-gmmlib_19.2.3_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.29.13530/intel-igc-core_1.0.10-2306_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.29.13530/intel-igc-opencl_1.0.10-2306_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.29.13530/intel-opencl_19.29.13530_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.29.13530/intel-ocloc_19.29.13530_amd64.deb
  1. Verify sha256 sums for packages

Example:

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

Example:

sudo dpkg -i *.deb

sha256 sums for packages

c9abed2033bffa419f8d4d14aab8f29582b3ce76800a43420d4fa0afdd30637a  intel-gmmlib_19.2.3_amd64.deb
4a05011a003542e5eaa9e386a8acba63e1cc4ba74029dfa4f9be812ba311e180  intel-igc-core_1.0.10-2306_amd64.deb
21b871dced89a259c1e1bc35ac5858a15f3aeb3b6376661b6e8db9ce28100eb2  intel-igc-opencl_1.0.10-2306_amd64.deb
eb4a19bf4ecaa95ed238447861942295d8b03144abeb98377b20334b7b2a1c2f  intel-ocloc_19.29.13530_amd64.deb
a7484b379f35fc61d393ca5fa2f56a8fc9aaf297d70558493027cec70e624792  intel-opencl_19.29.13530_amd64.deb

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
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 c8c778558fd52abd3303d8ea324df788062adc97 2019-05-14_07-38-40 drm-tip: 2019y-05m-14d-07h-37m-46s 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 CFL platform i915.alpha_support=1 kernel parameter is required under Ubuntu 16.04.4 with default kernel 4.13
  • For ICL platform i915.alpha_support=1 kernel parameter is required for kernel before 5.2

19.28.13502

19 Jul 10:29

Choose a tag to compare

19.28.13502 Pre-release
Pre-release

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.28.13502/intel-gmmlib_19.2.3_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.28.13502/intel-igc-core_1.0.10-2306_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.28.13502/intel-igc-opencl_1.0.10-2306_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.28.13502/intel-opencl_19.28.13502_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.28.13502/intel-ocloc_19.28.13502_amd64.deb
  1. Verify sha256 sums for packages

Example:

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

Example:

sudo dpkg -i *.deb

sha256 sums for packages

7bd417b594639a2799d3b2c190b4cf1ef4a949352333c4fe8f9386fb9bf647ff  intel-gmmlib_19.2.3_amd64.deb
3cdf1f66437bc44ab7d5a5bd05318fbe37bd4061982c86e858cee407c1fdc8ba  intel-igc-core_1.0.10-2306_amd64.deb
c05b330831790aff269716ec16eb0f2873c2ebef1fff58fb4e89bfb6958b5785  intel-igc-opencl_1.0.10-2306_amd64.deb
5daabd1adb45701c7c20b229782bc2047bacc1dcd03da1dc71c07195786f669b  intel-ocloc_19.28.13502_amd64.deb
a0f6f3130882ee49b5a087cbf1fee6444b5dd2143a7b292b67d18d84b4ebcdea  intel-opencl_19.28.13502_amd64.deb

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
Apollo Lake 1.2 Beta
Gemini Lake 1.2 Beta

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 c8c778558fd52abd3303d8ea324df788062adc97 2019-05-14_07-38-40 drm-tip: 2019y-05m-14d-07h-37m-46s UTC integration manifest

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
  • For ICL platform i915.alpha_support=1 kernel parameter is required for kernel before 5.2
  • APL and GLK platforms downgraded to Beta quality due to regression in certification tests. Fix is in progress.
  • ICL platform upgraded to Beta quality.

Important changes

  • Updated Intel Graphic Compiler to 1.0.10-2306
  • Updated gmmlib to 19.2.3
  • Metrics Library Performance Counters implementation

19.27.13361

15 Jul 13:27

Choose a tag to compare

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.27.13361/intel-gmmlib_19.2.1_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.27.13361/intel-igc-core_1.0.10-2273_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.27.13361/intel-igc-opencl_1.0.10-2273_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.27.13361/intel-opencl_19.27.13361_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.27.13361/intel-ocloc_19.27.13361_amd64.deb
  1. Verify sha256 sums for packages

Example:

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

Example:

sudo dpkg -i *.deb

sha256 sums for packages

e14ec78b7f2db75ed0e820feba1ea8759634c09da0301d91990a0137855e1314  intel-gmmlib_19.2.1_amd64.deb
400c78d071b4a79b5b992b33d1f635676275c7c434559dcad9436407464c7bd9  intel-igc-core_1.0.10-2273_amd64.deb
8ba143505716efa4a162e0f336a811f655d7dbc04951f41a85c5706d73a1388d  intel-igc-opencl_1.0.10-2273_amd64.deb
b690b3ca1343ac2a28f21983f5ffda6d8d73b3595969e235b97b8899e578b37f  intel-ocloc_19.27.13361_amd64.deb
a6373e82e4617947bd407025ae3d6fe670dc0bf730ef78da4451ec173965d935  intel-opencl_19.27.13361_amd64.deb

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 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

Important changes

  • Updated Intel Graphic Compiler to 1.0.10-2273
  • Adding support for kernel disasm using IGA
  • Add clGetMemAllocInfoIntel
  • Add clSetProgramSpecializationConstant

19.26.13286

05 Jul 09:34

Choose a tag to compare

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.26.13286/intel-gmmlib_19.2.1_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.26.13286/intel-igc-core_1.0.9-2211_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.26.13286/intel-igc-opencl_1.0.9-2211_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.26.13286/intel-opencl_19.26.13286_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.26.13286/intel-ocloc_19.26.13286_amd64.deb
  1. Verify sha256 sums for packages

Example:

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

Example:

sudo dpkg -i *.deb

sha256 sums for packages

e0ca356c474eda4a95a7d4d64b73e3f8d43b840f4d8c8a09b7c52b4cea7ecafc  intel-gmmlib_19.2.1_amd64.deb
a5beeb99725428acc94e0c0659dc443f1a80ef8363cb70c5d69c1986c422bba1  intel-igc-core_1.0.9-2211_amd64.deb
77bb334c8ebb55676941b06b3537b9571ef0c73a9757d0456b5da520c3de51c1  intel-igc-opencl_1.0.9-2211_amd64.deb
a053b8c24315423aa006565030a662c25df5883fda45312bbeaf8f199a651b58  intel-ocloc_19.26.13286_amd64.deb
8fcae0ebf7700896037d2d9416bfdb5c89a67edba51922c8fab94af71e8294fd  intel-opencl_19.26.13286_amd64.deb

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 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

Important changes

  • Updated Intel Graphic Compiler to 1.0.9-2211
  • Add clCreateImageWithPropertiesINTEL API

19.25.13237

28 Jun 12:39

Choose a tag to compare

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.25.13237/intel-gmmlib_19.2.1_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.25.13237/intel-igc-core_1.0.9-2190_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.25.13237/intel-igc-opencl_1.0.9-2190_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.25.13237/intel-opencl_19.25.13237_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.25.13237/intel-ocloc_19.25.13237_amd64.deb
  1. Verify sha256 sums for packages

Example:

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

Example:

sudo dpkg -i *.deb

sha256 sums for packages

1e671432df4136f763523328a88dc40b66572113f6130e2c4577368d9a3e3edb  intel-gmmlib_19.2.1_amd64.deb
0dd6a421094d361a15fb96ffdc09330727fe2f45c1f22256fc1a33592537e622  intel-igc-core_1.0.9-2190_amd64.deb
f435795f000923ff5904e36fe27791bb152f64d9383de657361ddc0c9556456e  intel-igc-opencl_1.0.9-2190_amd64.deb
47e869a68b983d410225a8132d301285da6fba9e29c77e0d16aa457a9ae4eeab  intel-ocloc_19.25.13237_amd64.deb
5a7e9c57b6ffe5eb0189f97baf5be3873cb451d2ef0a781c9b4a080c76baa886  intel-opencl_19.25.13237_amd64.deb

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 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

Important changes

  • Updated Intel Graphic Compiler to 1.0.9-2190

19.24.13171

24 Jun 11:39

Choose a tag to compare

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.24.13171/intel-gmmlib_19.2.1_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.24.13171/intel-igc-core_1.0.8-2114_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.24.13171/intel-igc-opencl_1.0.8-2114_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.24.13171/intel-opencl_19.24.13171_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.24.13171/intel-ocloc_19.24.13171_amd64.deb
  1. Verify sha256 sums for packages

Example:

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

Example:

sudo dpkg -i *.deb

sha256 sums for packages

bbabcc10f1cab8074133855f68f08d5e8439af737e9577c9353d64517cca40dd  intel-gmmlib_19.2.1_amd64.deb
72b8406ad888534752b001ca00bf706465c48bc37364bf91fd42bc5bd84eb28a  intel-igc-core_1.0.8-2114_amd64.deb
82f195f6b9fb4b95204212827bd5cec7728172df69b74e67c816be56a0cab3b5  intel-igc-opencl_1.0.8-2114_amd64.deb
a4aed27c0911f5613153060d983ad0620a835872c1782cf776ba322ffd3e6453  intel-ocloc_19.24.13171_amd64.deb
a56ee3837409e8d0cbead93397325dd12269b8527cf732832e1f6552b6729ce3  intel-opencl_19.24.13171_amd64.deb

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 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

Important changes

  • Updated Intel Graphic Compiler to 1.0.8-2114, built with llvm/clang 8

19.23.13131

14 Jun 13:50

Choose a tag to compare

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.23.13131/intel-gmmlib_19.2.1_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.23.13131/intel-igc-core_1.0.8-2084_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.23.13131/intel-igc-opencl_1.0.8-2084_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.23.13131/intel-opencl_19.23.13131_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.23.13131/intel-ocloc_19.23.13131_amd64.deb
  1. Verify sha256 sums for packages

Example:

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

Example:

sudo dpkg -i *.deb

sha256 sums for packages


ac80d7e867d507302de8a9486361214fbbd15de5230bc75cb332d368071e11a6  intel-gmmlib_19.2.1_amd64.deb
00fba8114dde94111ff8f447c9d3a8ed6025164e9382551ef34bae66f43a1aef  intel-igc-core_1.0.8-2084_amd64.deb
d316ea88a9fabef62d19e626f789b031cf30f8879f45a11cddbd379b8e097603  intel-igc-opencl_1.0.8-2084_amd64.deb
495adc431022a44b1fb959ecf4bc46d80d78d325ba71dfaa2b60bb2e12f254a0  intel-ocloc_19.23.13131_amd64.deb
4b2e845feaee0067faa5fbfa99c59820aeb283bcbd330280c1c65ab2c1cb3289  intel-opencl_19.23.13131_amd64.deb

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 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

Important changes

  • Updated Intel Graphic Compiler to 1.0.8-2084
  • Updated gmmlib to 19.2.1
  • Add new CML and ICL device IDs

19.22.13062

07 Jun 11:57

Choose a tag to compare

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

Example:

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

Example:

sudo dpkg -i *.deb

sha256 sums for packages

ea5f305daf3e1102876f14377e7e242c2569eb777e728ac1cea2140d9dd22cfe  intel-gmmlib_19.1.1_amd64.deb
8b649493b22656b36f5e9575830dadb5f9a8fd1f6a4b02f88343d6c0082d9b97  intel-igc-core_1.0.6-2018_amd64.deb
686e95d2ed76e44c638ac2faa14457edab13cfec442bb5d358e03621a6146e63  intel-igc-opencl_1.0.6-2018_amd64.deb
4bdc74d67e4a106c4a8888d733bd07f0909afe4d6f6b87a40d9018c8a4072914  intel-ocloc_19.22.13062_amd64.deb
2faf044e3de2b1d32f85328dc0dc873693c22c76b8d0a43cc3686ed0b3628c85  intel-opencl_19.22.13062_amd64.deb

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 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

19.21.13045

31 May 14:01

Choose a tag to compare

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

Example:

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

Example:

sudo dpkg -i *.deb

sha256 sums for packages

be14e6a123434d5f98cb39b62e78e31816a093e8aad1bed60d3e234e47524f05  intel-gmmlib_19.1.1_amd64.deb
9c79f2be825a29f3ef2e19178ce56a7a6d823236e128be81bc2daef96afd4c3a  intel-igc-core_1.0.6-2018_amd64.deb
a75afa86051dd23d6948859e5257cdf63ad2d9cddd24c50919dc19113cc9b7eb  intel-igc-opencl_1.0.6-2018_amd64.deb
ee0c5d1dc59ff743a4dc5af203c3bf419c22e3c562324882e77b1997872fc456  intel-ocloc_19.21.13045_amd64.deb
5c3b6d15e7ce718996f5abf9816148ff2d745679abe382ca24c6adf042bc25f4  intel-opencl_19.21.13045_amd64.deb

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 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

Important changes

  • Updated Intel Graphic Compiler to 1.0.6

19.20.13008

24 May 13:57

Choose a tag to compare

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

Example:

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

Example:

sudo dpkg -i *.deb

sha256 sums for packages

6815dbfce09a87f24d9169809bceb8ea2998b4c1b18c8d11c7f2e922bc6c24cc  intel-gmmlib_19.1.1_amd64.deb
4ba4b7daf62403f6607aee69845d22416a69e9442d05524811625e8a1ac19c9f  intel-igc-core_1.0.4-1880_amd64.deb
06c03751ece294df420bb1e5a2ccafc1f8f510c3bd34b3144f5e0dab716c0912  intel-igc-opencl_1.0.4-1880_amd64.deb
9340b92ce8f376ff71c5fb079adcbab986fe31fc7458d17a9601410ebc9d8633  intel-ocloc_19.20.13008_amd64.deb
e48b8333ee092e9dceefba6e07390ad125ada6379bb4f8067b5bbcd1cd0dae1e  intel-opencl_19.20.13008_amd64.deb

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 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