Skip to content

Releases: intel/compute-runtime

19.46.14807

22 Nov 07:38
Compare
Choose a tag to compare
19.46.14807 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 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.46.14807/intel-gmmlib_19.3.4_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.46.14807/intel-igc-core_1.0.2878_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.46.14807/intel-igc-opencl_1.0.2878_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.46.14807/intel-opencl_19.46.14807_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.46.14807/intel-ocloc_19.46.14807_amd64.deb
  1. Verify sha256 sums for packages

Example:

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

Example:

sudo dpkg -i *.deb

sha256 sums for packages

77e93185f68c298e0428a09a40e8aa45bd88a184fc9f32fae04b7dca8a8768ea  intel-gmmlib_19.3.4_amd64.deb
fe5e003da1c9bbff4f198f49780cb43bfff15df8239e7848c7f69f9357a0680d  intel-igc-core_1.0.2878_amd64.deb
b39fcbb5cfcb9eb5f109cc789a896f7ba613ceaf5f2943edb342764a131adb07  intel-igc-opencl_1.0.2878_amd64.deb
e124f802611b23332121b4af2228442786a71e0c1f407b44627361984fd21382  intel-ocloc_19.46.14807_amd64.deb
598d20ccf14fe29c7743fd28f0fc297185cfccfc58f7067d6faaf6230a5b6dab  intel-opencl_19.46.14807_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 Beta
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 7536bf946d840e2afaa028c281b7ecfcf333951e 2019-10-14_17-52-25 drm-tip: 2019y-10m-14d-17h-51m-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
  • Ice Lake platforms downgraded to Beta quality due to regression in certification tests. Fix is in progress.

Important changes

  • Updated Intel Graphics Compiler
  • Added clGetExecutionInfoIntel API

19.45.14764

15 Nov 11:35
Compare
Choose a tag to compare
19.45.14764 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 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.45.14764/intel-gmmlib_19.3.4_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.45.14764/intel-igc-core_1.0.2805_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.45.14764/intel-igc-opencl_1.0.2805_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.45.14764/intel-opencl_19.45.14764_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.45.14764/intel-ocloc_19.45.14764_amd64.deb
  1. Verify sha256 sums for packages

Example:

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

Example:

sudo dpkg -i *.deb

sha256 sums for packages

dd3d39a24d167451190bb3450637af131690ff4c6b5bf7f5048955f35c641c37  intel-gmmlib_19.3.4_amd64.deb
6283b30992a33ae463aa1cf06365e3d7e16001812449e4ff73e4557d6f9b2422  intel-igc-core_1.0.2805_amd64.deb
1e253cb9ed126362941c28a7213ac73fdba8d52b43a9994123fa07d21dc75c54  intel-igc-opencl_1.0.2805_amd64.deb
cb667b4c6d8f7b18b0fc1df4c94921b856a42f24397477ed3b67bf9f41ca0f2c  intel-ocloc_19.45.14764_amd64.deb
3890c5a81d22469703f266792dc9d7ed4e0fd8fddec8dc163b502a06d19290f7  intel-opencl_19.45.14764_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 Beta
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 7536bf946d840e2afaa028c281b7ecfcf333951e 2019-10-14_17-52-25 drm-tip: 2019y-10m-14d-17h-51m-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
  • Ice Lake platforms downgraded to Beta quality due to regression in certification tests. Fix is in progress.

Important changes

  • Updated Intel Graphics Compiler
  • Updated gmmlib
  • Enabled 64 atomics on ICL and TGL
  • Enabled thread-group preemption for GEN12LP
  • Use newer GMM API

19.44.14658

12 Nov 11:46
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 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.44.14658/intel-gmmlib_19.3.2_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.44.14658/intel-igc-core_1.0.2714.1_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.44.14658/intel-igc-opencl_1.0.2714.1_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.44.14658/intel-opencl_19.44.14658_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.44.14658/intel-ocloc_19.44.14658_amd64.deb
  1. Verify sha256 sums for packages

Example:

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

Example:

sudo dpkg -i *.deb

sha256 sums for packages

b0bfda4d0a1586edeb3c8f735b87a3d26e9354d2ed8a5915327083d89f602354  intel-gmmlib_19.3.2_amd64.deb
d7478179d3443b3528abee302feff78eab4a86d0b751ede4daf338ecbaf5fb23  intel-igc-core_1.0.2714.1_amd64.deb
1a2bbac6c7fbadc362936b72ad133cdfc8cd04404117e922bc7b48041ff81828  intel-igc-opencl_1.0.2714.1_amd64.deb
39fd4d44a1d37c39a2a8405f1388125aab8e170979788f0f17d3cb407af40bca  intel-ocloc_19.44.14658_amd64.deb
6105a0b799bfd13181fba8a323a3fdf4065f4d7ac6aeb021789ae6752fd7db22  intel-opencl_19.44.14658_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

19.43.14583

28 Oct 10:07
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 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.43.14583/intel-gmmlib_19.3.2_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.43.14583/intel-igc-core_1.0.2714.1_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.43.14583/intel-igc-opencl_1.0.2714.1_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.43.14583/intel-opencl_19.43.14583_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.43.14583/intel-ocloc_19.43.14583_amd64.deb
  1. Verify sha256 sums for packages

Example:

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

Example:

sudo dpkg -i *.deb

sha256 sums for packages

c857b35af62da377d2656e6a9733abac8389c28774376f2221d28fdaab41f34b  intel-gmmlib_19.3.2_amd64.deb
43129a5279eb451738c0514ab7964233d740edea0bf8934a01c316df7519b06a  intel-igc-core_1.0.2714.1_amd64.deb
eb8b16a26ca094b8a832b93f7d2eb35db0985e729954c178b779fe17fee0eb67  intel-igc-opencl_1.0.2714.1_amd64.deb
9c959ae05e02803318d0b586474f0c0ccd96a93431e025489f7674eb391fa393  intel-ocloc_19.43.14583_amd64.deb
3ad770489a2a9652e2237cd71acfc88d2f8c2c33787c1a613e89862541e19e14  intel-opencl_19.43.14583_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 SPIRV-LLVM-Translator
  • Updated intel-opencl-clang

19.42.14504

25 Oct 12:25
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 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

19.41.14441

21 Oct 09:20
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 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.41.14441/intel-gmmlib_19.3.2_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.41.14441/intel-igc-core_1.0.2597_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.41.14441/intel-igc-opencl_1.0.2597_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.41.14441/intel-opencl_19.41.14441_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.41.14441/intel-ocloc_19.41.14441_amd64.deb
  1. Verify sha256 sums for packages

Example:

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

Example:

sudo dpkg -i *.deb

sha256 sums for packages

aa978b54eac464c14fd32e3489fdb0fa80e9cdf5895edb568425e294debe893d  intel-gmmlib_19.3.2_amd64.deb
cd4a3cae3d4305e6dd322bacdc47037b4e8b614aea73d8f75364affd94644ff3  intel-igc-core_1.0.2597_amd64.deb
39c34ee549751e9894090c6f81e91b8eec10b7f17bff5215fb1ed6ac64cace41  intel-igc-opencl_1.0.2597_amd64.deb
931c1ad0c94d9d8c5db0e951496d68d5fbcce7f27993213c05026471cd997b5f  intel-ocloc_19.41.14441_amd64.deb
020ea4e277458228c9947aec1ba656d74e822b23530c8f465df0e004dd309681  intel-opencl_19.41.14441_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

19.40.14409

11 Oct 11:10
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 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.40.14409/intel-gmmlib_19.3.2_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.40.14409/intel-igc-core_1.0.2597_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.40.14409/intel-igc-opencl_1.0.2597_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.40.14409/intel-opencl_19.40.14409_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.40.14409/intel-ocloc_19.40.14409_amd64.deb
  1. Verify sha256 sums for packages

Example:

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

Example:

sudo dpkg -i *.deb

sha256 sums for packages

26b8b2b7ee627dc6cddf10b317ede813e0c099c45b6c2eb3e9dc9b96a42b67d6  intel-gmmlib_19.3.2_amd64.deb
3244db4552bac341eab0fb3d1e7933be7eb6e768abb4f6518102513b32ddc9f1  intel-igc-core_1.0.2597_amd64.deb
dfe96be7f266fe75f565fd21084464e93e157b740ea87e64d94fb8759242d74f  intel-igc-opencl_1.0.2597_amd64.deb
11fd5d39a5e53c244aeb1affe663b8874950ec5c6d16db239b9dcc4ad46c3f01  intel-ocloc_19.40.14409_amd64.deb
77669334737e750ca3438e3b8596e65278e7228bb9ed7e60672adc7178143939  intel-opencl_19.40.14409_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

  • Added support for TGLLP
  • Added support for ICL device id: 0x8A58

19.39.14278

04 Oct 13:59
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 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.39.14278/intel-gmmlib_19.3.2_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.39.14278/intel-igc-core_1.0.2597_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.39.14278/intel-igc-opencl_1.0.2597_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.39.14278/intel-opencl_19.39.14278_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.39.14278/intel-ocloc_19.39.14278_amd64.deb
  1. Verify sha256 sums for packages

Example:

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

Example:

sudo dpkg -i *.deb

sha256 sums for packages

30d619aaa32883d98e24f775701a66fe57f460b2ccc871964d310c695e1439bc  intel-gmmlib_19.3.2_amd64.deb
2c84d21aae39f6aa62ebe54fe009537989599c10a815e80450078f4025bf0a69  intel-igc-core_1.0.2597_amd64.deb
76e15751e3a365662f010dbc272d6ea8da0876f30f882d44b0f223188bc034ea  intel-igc-opencl_1.0.2597_amd64.deb
a01e50aa26ea687a206089a5bdd0e465a5c193de6e219931063114d7e1afba15  intel-ocloc_19.39.14278_amd64.deb
ba7f1040557d12c36afe2f3f37545350bc77cd199e91e3dd77ac9c3a863e2cf9  intel-opencl_19.39.14278_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
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

19.38.14237

27 Sep 09:54
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 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.38.14237/intel-gmmlib_19.2.4_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.38.14237/intel-igc-core_1.0.11-2500_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.38.14237/intel-igc-opencl_1.0.11-2500_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.38.14237/intel-opencl_19.38.14237_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.38.14237/intel-ocloc_19.38.14237_amd64.deb
  1. Verify sha256 sums for packages

Example:

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

Example:

sudo dpkg -i *.deb

sha256 sums for packages

4e9a0830cd0954ff39aee7f812985384b393b1be6a736621259512b81a44e887  intel-gmmlib_19.2.4_amd64.deb
f28747d43e40e65353db690577825e254d50f56cccf2198cb70acfa7e3ca6401  intel-igc-core_1.0.11-2500_amd64.deb
ee688daab9cd83f62af9747e6cb9858532b3bfb34d0947822f9c7507ff80e0ec  intel-igc-opencl_1.0.11-2500_amd64.deb
d6a5365ac5a1ba58d87720bd871ef9383491c90bf0e7b3698c27a9820003f99a  intel-ocloc_19.38.14237_amd64.deb
c2a2481f22c23ad032a02f10d0b83dda0830b3f25813f1bfd3d51313075fed99  intel-opencl_19.38.14237_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
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 ICL platform i915.alpha_support=1 kernel parameter is required for kernel before 5.2

Important changes

  • Updated gmmlib to 19.2.4
  • Disabled VME on BDW

19.37.14191

20 Sep 13:24
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.37.14191/intel-gmmlib_19.2.3_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.37.14191/intel-igc-core_1.0.11-2500_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.37.14191/intel-igc-opencl_1.0.11-2500_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.37.14191/intel-opencl_19.37.14191_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/19.37.14191/intel-ocloc_19.37.14191_amd64.deb
  1. Verify sha256 sums for packages

Example:

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

Example:

sudo dpkg -i *.deb

sha256 sums for packages

73e936264c9b2871357132a56c0fd53486cd1ac9b27e179d7bf7b3632eb659ff  intel-gmmlib_19.2.3_amd64.deb
f28747d43e40e65353db690577825e254d50f56cccf2198cb70acfa7e3ca6401  intel-igc-core_1.0.11-2500_amd64.deb
ee688daab9cd83f62af9747e6cb9858532b3bfb34d0947822f9c7507ff80e0ec  intel-igc-opencl_1.0.11-2500_amd64.deb
fce91c2995be48a94cc834bd0b04220d03fa90241622d06fd591a5b7cae66e32  intel-ocloc_19.37.14191_amd64.deb
a8a07ce33945aaab60b1b4eacd10a50db5f38631a86d7b44c2bbb7d2b7e786f7  intel-opencl_19.37.14191_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 Production
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 ICL platform i915.alpha_support=1 kernel parameter is required for kernel before 5.2