Skip to content

Releases: intel/compute-runtime

19.17.12918

07 May 14:12
Compare
Choose a tag to compare
19.17.12918 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.17.12918/intel-gmmlib_19.1.1_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.17.12918/intel-igc-core_1.0.3-1844_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.17.12918/intel-igc-opencl_1.0.3-1844_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.17.12918/intel-opencl_19.17.12918_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.17.12918/intel-ocloc_19.17.12918_amd64.deb
  1. Verify sha256 sums for packages

Example:

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

Example:

sudo dpkg -i *.deb

sha256 sums for packages

57de008acb583702c1879bea9f43006dbc5c957f63ea6d7e9039c4b82145b49f  intel-gmmlib_19.1.1_amd64.deb
387285e4bfe580202ee1fc35ce37a58a9bf251b62495eea4f9d90b5b379e7f40  intel-igc-core_1.0.3-1844_amd64.deb
1644c07a4e47a1f37457c34edfc522e72e267a9f3cc87a5badfbfb644961f853  intel-igc-opencl_1.0.3-1844_amd64.deb
e78c4b2bada869734e5a319142c2ec5b08329f396029c7b4b3dde498b3b7598a  intel-ocloc_19.17.12918_amd64.deb
66b2df415f4e4d05be7ad8d5d01ebc25534bb9367628bf52f03f012b04d13943  intel-opencl_19.17.12918_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.3
  • Disable Gen 10 in build
  • Report SPIRV 1.2 as supported

19.16.12873

26 Apr 14:01
Compare
Choose a tag to compare
19.16.12873 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.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.

19.15.12831

19 Apr 13:16
Compare
Choose a tag to compare
19.15.12831 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.15.12831/intel-gmmlib_19.1.1_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.15.12831/intel-igc-core_1.0.2-1787_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.15.12831/intel-igc-opencl_1.0.2-1787_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.15.12831/intel-opencl_19.15.12831_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.15.12831/intel-ocloc_19.15.12831_amd64.deb
  1. Verify sha256 sums for packages

Example:

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

Example:

sudo dpkg -i *.deb

sha256 sums for packages

e7bc4e7799c352050dd56d79ab7b2061e4ef6b7c0bf7a1c09a98ce44c31d4e83  intel-gmmlib_19.1.1_amd64.deb
c104f50089a8c4c8b161b6845de215b9647c3c290bd936bfb84409ee611eed96  intel-igc-core_1.0.2-1787_amd64.deb
428af3900d600c619f12b6d32675805b09cc4eb5642eb5d8b13d396ab86d62ec  intel-igc-opencl_1.0.2-1787_amd64.deb
e964a9c88a3fc83ff1d9c3f172d2aa81547cd89565fd042c9356f11008879887  intel-ocloc_19.15.12831_amd64.deb
300b5703e5d2df275e8a686f6a01a575aaa380963111f3136d4f57930d8ddcf7  intel-opencl_19.15.12831_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.

Important changes

  • Updated Intel Graphic Compiler to 1.0.2
  • Added support for Gen11 platform

19.14.12751

12 Apr 13:20
Compare
Choose a tag to compare
19.14.12751 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.14.12751/intel-gmmlib_19.1.1_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.14.12751/intel-igc-core_19.11.1622_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.14.12751/intel-igc-opencl_19.11.1622_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.14.12751/intel-opencl_19.14.12751_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.14.12751/intel-ocloc_19.14.12751_amd64.deb
  1. Verify sha256 sums for packages

Example:

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

Example:

sudo dpkg -i *.deb

sha256 sums for packages

03c447a4fe49693de6f4ed23aab1864b0a119b11e83341cb331165114f64497a  intel-gmmlib_19.1.1_amd64.deb
ee9c1efc2fbf5cb16dc0717401e497cc4c64ef18906a471451fcc51c0e402a55  intel-igc-core_19.11.1622_amd64.deb
4589a387c7c7dddd5f572c4e6b9dcbc58e8fcd5e4b3997047f60b34d83dd0683  intel-igc-opencl_19.11.1622_amd64.deb
5569a147a8fe3869c6afbeb5dd4461221c9f43734fcdcaf8724260807249085f  intel-ocloc_19.14.12751_amd64.deb
f3e2dc984810bc3eb1b4a9cea06e2d4781627fc9a2d91edf67eae11acfc58b11  intel-opencl_19.14.12751_amd64.deb

Quality expectations

Platform OCL Quality
Broadwell 2.1 Production
Skylake 2.1 Beta
Kaby Lake 2.1 Beta
Coffee Lake 2.1 Beta
Cannon Lake 2.1 Experimental
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
  • Skylake, Kaby Lake, Coffee Lake platforms downgraded to Beta quality due to regression in certification tests. Fix is in progress.

19.13.12717

05 Apr 14:00
Compare
Choose a tag to compare
19.13.12717 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.13.12717/intel-gmmlib_19.1.1_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.13.12717/intel-igc-core_19.11.1622_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.13.12717/intel-igc-opencl_19.11.1622_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.13.12717/intel-opencl_19.13.12717_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.13.12717/intel-ocloc_19.13.12717_amd64.deb
  1. Verify sha256 sums for packages

Example:

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

Example:

sudo dpkg -i *.deb

sha256 sums for packages

c06e56c585550500f641f65c9b3a974cab833c8f19fbc70955e13b3c31ee0018  intel-gmmlib_19.1.1_amd64.deb
a4df96888048d3f28e87b862de0c557d63ac5802d43661c27628a95ce9c773d5  intel-igc-core_19.11.1622_amd64.deb
65a26e6912c4d3228f4f55364e31ed2feb1f66414bc7329856a8cc97e21b3529  intel-igc-opencl_19.11.1622_amd64.deb
f5f4f496ae992d97deda4e101040ee4d12d63e3d4f7059fdfc13c6d62edf00a1  intel-ocloc_19.13.12717_amd64.deb
a7131c934f87bd936b052ecf2dbf61b94f04c7ab25f91baf3dcf5241fbf17e67  intel-opencl_19.13.12717_amd64.deb

Quality expectations

Platform OCL Quality
Broadwell 2.1 Production
Skylake 2.1 Beta
Kaby Lake 2.1 Beta
Coffee Lake 2.1 Beta
Cannon Lake 2.1 Experimental
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
  • Skylake, Kaby Lake, Coffee Lake platforms downgraded to Beta quality due to regression in certification tests. Fix is in progress.

Important changes

  • New Intel(R) Graphics Memory Management Library (gmmlib) ver. 19.1.1
  • Install shared library into intel-opencl subfolder
  • Add support of GPU preemption
  • Expose cl_khr_spirv_no_integer_wrap_decoration extension

19.12.12612

29 Mar 15:21
Compare
Choose a tag to compare
19.12.12612 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.12.12612/intel-gmmlib_18.4.1_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.12.12612/intel-igc-core_19.11.1622_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.12.12612/intel-igc-opencl_19.11.1622_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.12.12612/intel-opencl_19.12.12612_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.12.12612/intel-ocloc_19.12.12612_amd64.deb
  1. Verify sha256 sums for packages

Example:

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

Example:

sudo dpkg -i *.deb

sha256 sums for packages

8da97f718d0685368141f31f5c0a00d353e9ada32d5655ddbad2e0b6004ed311 intel-gmmlib_18.4.1_amd64.deb
c62a3614cfac465f5872ea3a529cddd960d25167a4fd61228aacefdde8b3fee7 intel-igc-core_19.11.1622_amd64.deb
e12ffc005775f8d15ee60c15be86f4b9f1e75d69c0526cc3a9e0e2c7e5f901ac intel-igc-opencl_19.11.1622_amd64.deb
a47e64c2e03758ec0d575bc7d594e52aa0b5a808394349dccbfcf239a36c9bee intel-ocloc_19.12.12612_amd64.deb
1a0096ab0637b719d3449a4000bfc0ae874e7891aff0ee5f18884e8195c80460 intel-opencl_19.12.12612_amd64.deb

Quality expectations

Platform OCL Quality
Broadwell 2.1 Production
Skylake 2.1 Beta
Kaby Lake 2.1 Beta
Coffee Lake 2.1 Beta
Cannon Lake 2.1 Experimental
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
  • Skylake, Kaby Lake, Coffee Lake platforms downgraded to Beta quality due to regression in certification tests. Fix is in progress.

19.11.12599

22 Mar 18:21
Compare
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.11.12599/intel-gmmlib_18.4.1_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.11.12599/intel-igc-core_19.11.1622_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.11.12599/intel-igc-opencl_19.11.1622_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.11.12599/intel-opencl_19.11.12599_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.11.12599/intel-ocloc_19.11.12599_amd64.deb
  1. Verify sha256 sums for packages

Example:

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

Example:

sudo dpkg -i *.deb

sha256 sums for packages

3da00700cd9fee8b526c5a24761359a6b536227fb448a877457fa6f45c3b34cc  intel-gmmlib_18.4.1_amd64.deb
6ed64329e0816e23ca7aed8c8a54b98c9bcfbdf4b9b78f254407cdac10fa17a4  intel-igc-core_19.11.1622_amd64.deb
a1c3e3c8848e8cf52790c558ec310ab72a20865a8c6473046c3a29052b08c273  intel-igc-opencl_19.11.1622_amd64.deb
0517638adc6a35328851230898af4fa79693eec04ffef8363401a62e2c0cea37  intel-ocloc_19.11.12599_amd64.deb
1d6b197d1341545a570d6b2f8722163db7c1cf2d369ba4160d4081e39922c95b  intel-opencl_19.11.12599_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
Cannon Lake 2.1 Experimental
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

19.10.12542

15 Mar 16:31
Compare
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.10.12542/intel-gmmlib_18.4.1_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.10.12542/intel-igc-core_19.07.1542_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.10.12542/intel-igc-opencl_19.07.1542_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.10.12542/intel-opencl_19.10.12542_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.10.12542/intel-ocloc_19.10.12542_amd64.deb
  1. Verify sha256 sums for packages

Example:

wget https://github.com/intel/compute-runtime/releases/download/19.10.12542/ww10.sums
sha256sum -c ww10.sums
  1. Install all packages as root

Example:

sudo dpkg -i *.deb

sha256 sums for packages

e76eca40a109a4033a54ff90f6f86496d738efb840e927c0f266a3abacba137b  intel-gmmlib_18.4.1_amd64.deb
63204463ad129f638f96db60e49867a0deb9367e53881fe49905243f1c852534  intel-igc-core_19.07.1542_amd64.deb
9d2cf756c1a8e561a1347f49baa09d54f4a1792125741fcf7ccf44145c1e0861  intel-igc-opencl_19.07.1542_amd64.deb
30bced8efb444d0955a515283272f6cb6157b9417eddd13ac0098fb46ce2e722  intel-ocloc_19.10.12542_amd64.deb
f0a040fdc36081d0d24a9c3a9a27722fe2fa4e3abc56a00a52f3eab3cae4b54f  intel-opencl_19.10.12542_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
Cannon Lake 2.1 Experimental
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.09.12487

08 Mar 15:28
Compare
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.09.12487/intel-gmmlib_18.4.1_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.09.12487/intel-igc-core_19.07.1542_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.09.12487/intel-igc-opencl_19.07.1542_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.09.12487/intel-opencl_19.09.12487_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.09.12487/intel-ocloc_19.09.12487_amd64.deb
  1. Verify sha256 sums for packages

Example:

wget https://github.com/intel/compute-runtime/releases/download/19.09.12487/ww09.sums
sha256sum -c ww09.sums
  1. Install all packages as root

Example:

sudo dpkg -i *.deb

sha256 sums for packages

610a9fad2c6a2aca4679267c6605ca598ad7e663249368783f75eac52f0936e5  intel-gmmlib_18.4.1_amd64.deb
9e5c130df7fe95b860f4c761620bf6fd5f814930df3f06c5e698aa846cadece5  intel-igc-core_19.07.1542_amd64.deb
964e714899347564af99fe2a3619e7e630e52b74a88d96f183a27a934bbe79ca  intel-igc-opencl_19.07.1542_amd64.deb
30968f31a783ad0ffb93104e142c43fe7d6c2a26bab45487b5faa4fc8ea4b795  intel-ocloc_19.09.12487_amd64.deb
a3af770dca72e2c46666716fab6076e6f6b320eb223d1a14d341ab58e4f14a71  intel-opencl_19.09.12487_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
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 at Beta quality due to regression in certification tests. The most recent production build for Broadwell is 18.49.11968

Important changes

19.08.12439

01 Mar 14:45
Compare
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.08.12439/intel-gmmlib_18.4.1_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.08.12439/intel-igc-core_18.50.1270_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.08.12439/intel-igc-opencl_18.50.1270_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.08.12439/intel-opencl_19.08.12439_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.08.12439/intel-ocloc_19.08.12439_amd64.deb
  1. Install all packages as root

Example:

sudo dpkg -i *.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
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 at Beta quality due to regression in certification tests. The most recent production build for Broadwell is 18.49.11968