Skip to content

Releases: intel/compute-runtime

23.26.26690.22

13 Sep 14:38
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 22.04

  1. Create temporary directory

Example:

mkdir neo
  1. Download all *.deb packages

Example:

cd neo
wget https://github.com/intel/intel-graphics-compiler/releases/download/igc-1.0.14508.16/intel-igc-core_1.0.14508.16_amd64.deb
wget https://github.com/intel/intel-graphics-compiler/releases/download/igc-1.0.14508.16/intel-igc-opencl_1.0.14508.16_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/23.26.26690.22/intel-level-zero-gpu-dbgsym_1.3.26690.22_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/23.26.26690.22/intel-level-zero-gpu_1.3.26690.22_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/23.26.26690.22/intel-opencl-icd-dbgsym_23.26.26690.22_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/23.26.26690.22/intel-opencl-icd_23.26.26690.22_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/23.26.26690.22/libigdgmm12_22.3.0_amd64.deb
  1. Verify sha256 sums for packages

Example:

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

Example:

sudo dpkg -i *.deb

In case of installation problems, please install required dependencies, for example:

apt install ocl-icd-libopencl1

sha256 sums for packages

5fd0a7c4b94c982de0751d4aca5a48947bc35b710c176c4d6d6be144711daf29 intel-igc-core_1.0.14508.16_amd64.deb
bf8d8412640033035f17958c1a41ca4a9317cae75737e34a2be98f8834d05021 intel-igc-opencl_1.0.14508.16_amd64.deb
b954d0db254d9affaac3de0fb05cbf1710e3331b05cb1c7283ab0528e62296f2 intel-level-zero-gpu-dbgsym_1.3.26690.22_amd64.ddeb
3e2dea9253953547f19dc7cbd4e18d1fcefcc99408e853278e66c5df3aff3dd3 intel-level-zero-gpu_1.3.26690.22_amd64.deb
11dea17e095987a7d0107bb4d7d107ed7aed1ceda1705df557ab116ff6aab600 intel-opencl-icd-dbgsym_23.26.26690.22_amd64.ddeb
b232315a9950876b4ee870fc0ab4a52129ed6eb4a2aa86c4e780373f172e855c intel-opencl-icd_23.26.26690.22_amd64.deb
de6ed9333a74506de43993eb14c8e0e0eb23314c42b03af66fe9c3df24a8973d libigdgmm12_22.3.0_amd64.deb

Quality expectations

Platform Quality OpenCL Level Zero WSL
DG1 Production 3.0 1.3 Yes
DG2 Production 3.0 1.3 Yes
Skylake Production 3.0 1.3 --
Kaby Lake Production 3.0 1.3 --
Coffee Lake Production 3.0 1.3 Yes
Ice Lake Production 3.0 1.3 Yes
Tiger Lake Production 3.0 1.3 Yes
Rocket Lake Production 3.0 1.3 Yes
Alder Lake Production 3.0 1.3 Yes
Elkhart Lake Production 3.0 -- Yes
Raptor Lake Production 3.0 1.3 Yes
Broadwell Maintenance 3.0 -- --
Apollo Lake Maintenance 3.0 -- --
Gemini Lake Maintenance 3.0 -- --

All platforms were validated on Ubuntu 22.04 LTS with stock kernel, unless noted otherwise.

  • DG1 and DG2 were tested with kernel 6.3.1-060301-generic

WSL support was tested with Windows host driver 101.4672, or 101.2114 (ICL, EHL, CFL)

Quality levels

  • Experimental - no quality expectations
  • Early support - platform may not be available on the market yet
  • Pre-Release - suitable for integration and testing, gathering customer feedback
  • Beta - suitable for integration and broad testing
  • Production - Beta + meets API-specific conformance requirements; suitable for production
  • Maintenance - Reduced test frequency compared to Production, no longer recommended for new deployments. Reactive support for customers.

Additional information

  • packages were built with custom flags NEO_ENABLE_i915_PRELIM_DETECTION=1

Changelog

23.22.26516.18...23.26.26690.22

23.22.26516.18

13 Jul 08:11
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 22.04

  1. Create temporary directory

Example:

mkdir neo
  1. Download all *.deb packages

Example:

cd neo
wget https://github.com/intel/intel-graphics-compiler/releases/download/igc-1.0.14062.11/intel-igc-core_1.0.14062.11_amd64.deb
wget https://github.com/intel/intel-graphics-compiler/releases/download/igc-1.0.14062.11/intel-igc-opencl_1.0.14062.11_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/23.22.26516.18/intel-level-zero-gpu-dbgsym_1.3.26516.18_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/23.22.26516.18/intel-level-zero-gpu_1.3.26516.18_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/23.22.26516.18/intel-opencl-icd-dbgsym_23.22.26516.18_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/23.22.26516.18/intel-opencl-icd_23.22.26516.18_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/23.22.26516.18/libigdgmm12_22.3.0_amd64.deb
  1. Verify sha256 sums for packages

Example:

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

Example:

sudo dpkg -i *.deb

In case of installation problems, please install required dependencies, for example:

apt install ocl-icd-libopencl1

sha256 sums for packages

1d4fe6af4ab61abe7966aaf6d43825760cfcf13307e90e8e99e6ed2c4b5ddc84 intel-igc-core_1.0.14062.9_amd64.deb
11af3779c8e361728f33a2bcce663d33c3ba2f91f1b99800de0b9c6e0c6bba0f intel-igc-opencl_1.0.14062.9_amd64.deb
362f5f624f0d735e86d129e37cf63de58ae4fefe28a1aa97c6ae9ec8471ccd9c intel-level-zero-gpu-dbgsym_1.3.26516.8_amd64.ddeb
dbf6235ba918dbdd590a9f2bcf49ef0f99e7fafbd4f105abafa50c735d4db917 intel-level-zero-gpu_1.3.26516.8_amd64.deb
aaf289efa11077df44cc4a08977ffc38c57769fa32feba7e61cb8f9d4ca09955 intel-opencl-icd-dbgsym_23.22.26516.8_amd64.ddeb
27a331f389b63cc8334a65ed40da6fbc298c7474dd929b83a6f7b8bb19f9b316 intel-opencl-icd_23.22.26516.8_amd64.deb
de6ed9333a74506de43993eb14c8e0e0eb23314c42b03af66fe9c3df24a8973d libigdgmm12_22.3.0_amd64.deb

Quality expectations

Platform Quality OpenCL Level Zero WSL
DG1 Production 3.0 1.3 Yes
DG2 Production 3.0 1.3 Yes
Skylake Production 3.0 1.3 --
Kaby Lake Production 3.0 1.3 --
Coffee Lake Production 3.0 1.3 Yes
Ice Lake Production 3.0 1.3 Yes
Tiger Lake Production 3.0 1.3 Yes
Rocket Lake Production 3.0 1.3 Yes
Alder Lake Production 3.0 1.3 Yes
Elkhart Lake Production 3.0 -- Yes
Raptor Lake Production 3.0 1.3 Yes
Broadwell Maintenance 3.0 -- --
Apollo Lake Maintenance 3.0 -- --
Gemini Lake Maintenance 3.0 -- --

All platforms were validated on Ubuntu 22.04 LTS with stock kernel, unless noted otherwise.

  • DG1 and DG2 were tested with kernel 6.3.1-060301-generic

WSL support was tested with Windows host driver 101.4369, or 101.2114 (ICL, EHL, CFL)

Quality levels

  • Experimental - no quality expectations
  • Early support - platform may not be available on the market yet
  • Pre-Release - suitable for integration and testing, gathering customer feedback
  • Beta - suitable for integration and broad testing
  • Production - Beta + meets API-specific conformance requirements; suitable for production
  • Maintenance - Reduced test frequency compared to Production, no longer recommended for new deployments. Reactive support for customers.

Additional information

  • packages were built with custom flags NEO_ENABLE_i915_PRELIM_DETECTION=1

Important changes

Compute changes:

  • c401011 Enable RelaxedOrdering of commands submitted to GPU
  • 6de77db Added initial support for zeCommandListHostSynchronize
  • e8ac22c Increase size of reported global memory available to 98%
  • 364c2da Added support for zeMemPutIpcHandle and zeMemGet IPC Handle converters
  • 14c3777 Added experimental support of immediate cmd list in-order execution
  • 26ca64b Added process safety to cl_cache on Linux
  • 9a73fa1 Added support for CL_DEVICE_HANDLE_LIST_KHR
  • 9e44344 Support for creating image with external memory (CL_EXTERNAL_MEMORY_HANDLE_DMA_BUF_KHR, CL_EXTERNAL_MEMORY_HANDLE_OPAQUE_WIN32_KHR)
  • bbf23df Support for new API functions for external memory sharing (clEnqueueAcquireExternalMemObjectsKHR, clEnqueueReleaseExternalMemObjectsKHR)

Sysman changes

  • d0d5a03 Added support for Experimental zexSysmanMemoryGetBandwidth
  • f9703f2 Added support for PCI APIs
  • af2c61c Added support for Performance APIs
  • e8e2bdc Added support for Engine APIs with zesinit
  • 826abf3 Added support for RAS module
  • 46919d3 Added support frequency APIs with zesinit
  • 4647564 Added support for Temperature APIs

Changelog

23.17.26241.22...23.22.26516.18

23.17.26241.22

23 Jun 11:04
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 22.04

  1. Create temporary directory

Example:

mkdir neo
  1. Download all *.deb packages

Example:

cd neo
wget https://github.com/intel/intel-graphics-compiler/releases/download/igc-1.0.13822.6/intel-igc-core_1.0.13822.6_amd64.deb
wget https://github.com/intel/intel-graphics-compiler/releases/download/igc-1.0.13822.6/intel-igc-opencl_1.0.13822.6_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/23.17.26241.22/intel-level-zero-gpu-dbgsym_1.3.26241.22_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/23.17.26241.22/intel-level-zero-gpu_1.3.26241.22_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/23.17.26241.22/intel-opencl-icd-dbgsym_23.17.26241.22_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/23.17.26241.22/intel-opencl-icd_23.17.26241.22_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/23.17.26241.22/libigdgmm12_22.3.0_amd64.deb
  1. Verify sha256 sums for packages

Example:

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

Example:

sudo dpkg -i *.deb

In case of installation problems, please install required dependencies, for example:

apt install ocl-icd-libopencl1

sha256 sums for packages

3c07a353105e8b00f82d5117a9872a771f69fe5e9ed79aa4fd5c590ce169ec9c intel-igc-core_1.0.13822.6_amd64.deb
8bfebea29723903b1873b2f0da8b8c997ae0d15d240df09912e95cf804fc7862 intel-igc-opencl_1.0.13822.6_amd64.deb
7772470810eabb6637da463deae12f851a3675045f9d931f6600dfbae4a03e14 intel-level-zero-gpu-dbgsym_1.3.26241.22_amd64.ddeb
d674eec26571390b7c1ecd360cf3157e7fc7ca940a5096e15d97b36dcc2dd97b intel-level-zero-gpu_1.3.26241.22_amd64.deb
dff6fc8239db51b1ef2bf6bc90be0d8bd28483dfe5e8b40005931f547c24ec47 intel-opencl-icd-dbgsym_23.17.26241.22_amd64.ddeb
89d448d13dc22546b691de892f066f8b57b82609c8c956a07ceb4b0388472961 intel-opencl-icd_23.17.26241.22_amd64.deb
de6ed9333a74506de43993eb14c8e0e0eb23314c42b03af66fe9c3df24a8973d libigdgmm12_22.3.0_amd64.deb

Quality expectations

Platform Quality OpenCL Level Zero WSL
DG1 Production 3.0 1.3 Yes
DG2 Production 3.0 1.3 Yes
Skylake Production 3.0 1.3 --
Kaby Lake Production 3.0 1.3 --
Coffee Lake Production 3.0 1.3 Yes
Ice Lake Production 3.0 1.3 Yes
Tiger Lake Production 3.0 1.3 Yes
Rocket Lake Production 3.0 1.3 --
Alder Lake Production 3.0 1.3 Yes
Elkhart Lake Production 3.0 -- Yes
Broadwell Maintenance 3.0 -- --
Apollo Lake Maintenance 3.0 -- --
Gemini Lake Maintenance 3.0 -- --

All platforms were validated on Ubuntu 22.04 LTS with stock kernel, unless noted otherwise.

  • DG1 and DG2 was tested with kernel 6.3.1-060301-generic

WSL support was tested with Windows host driver 101.4255, or 101.3790 and 101.2114 (ICL, EHL, CFL)

Quality levels

  • Experimental - no quality expectations
  • Early support - platform may not be available on the market yet
  • Pre-Release - suitable for integration and testing, gathering customer feedback
  • Beta - suitable for integration and broad testing
  • Production - Beta + meets API-specific conformance requirements; suitable for production
  • Maintenance - Reduced test frequency compared to Production, no longer recommended for new deployments. Reactive support for customers.

Additional information

  • packages were built with custom flags NEO_ENABLE_i915_PRELIM_DETECTION=1

Changelog

23.13.26032.30...23.17.26241.22

19.32.13826.1: Change task count type to uint64_t

22 May 11:09
Compare
Choose a tag to compare

This is an incremental hotfix release, applicable for existing deployments that shipped with 19.32.13826 version.
It contains a backport of c39cd23.

23.13.26032.30

17 May 08:00
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 22.04

  1. Create temporary directory

Example:

mkdir neo
  1. Download all *.deb packages

Example:

cd neo
wget https://github.com/intel/intel-graphics-compiler/releases/download/igc-1.0.13700.14/intel-igc-core_1.0.13700.14_amd64.deb
wget https://github.com/intel/intel-graphics-compiler/releases/download/igc-1.0.13700.14/intel-igc-opencl_1.0.13700.14_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/23.13.26032.30/intel-level-zero-gpu-dbgsym_1.3.26032.30_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/23.13.26032.30/intel-level-zero-gpu_1.3.26032.30_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/23.13.26032.30/intel-opencl-icd-dbgsym_23.13.26032.30_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/23.13.26032.30/intel-opencl-icd_23.13.26032.30_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/23.13.26032.30/libigdgmm12_22.3.0_amd64.deb
  1. Verify sha256 sums for packages

Example:

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

Example:

sudo dpkg -i *.deb

sha256 sums for packages

4f89ff18e51743d20a72245b6745b969a7335328a6ceec9199efd62a612aa75e intel-igc-core_1.0.13700.14_amd64.deb
3857a2453c644b18a0982338fa5f04181fb18b933681b467b5504e4d2ba589e1 intel-igc-opencl_1.0.13700.14_amd64.deb
e98c85dfe3d773f48488bf4024eb63e596caf7a528b6e9a50b8599039c703d14 intel-level-zero-gpu-dbgsym_1.3.26032.30_amd64.ddeb
72282803f4c9d1deb3ef393361c4ede25ccd018467a01e823d3e7d7922e3892b intel-level-zero-gpu_1.3.26032.30_amd64.deb
e8b6eb96400b85ec12f92f06b2445a6612547819b6e03171284fd1e57f85937d intel-opencl-icd-dbgsym_23.13.26032.30_amd64.ddeb
ad8e7e2203190af9acd95212c678d476d3a57c833c2b28096de83c4b13a6d133 intel-opencl-icd_23.13.26032.30_amd64.deb
de6ed9333a74506de43993eb14c8e0e0eb23314c42b03af66fe9c3df24a8973d libigdgmm12_22.3.0_amd64.deb

Quality expectations

Platform Quality OpenCL Level Zero WSL
DG1 Production 3.0 1.3 Yes
DG2 Production 3.0 1.3 Yes
Skylake Production 3.0 1.3 --
Kaby Lake Production 3.0 1.3 --
Coffee Lake Production 3.0 1.3 Yes
Ice Lake Production 3.0 1.3 Yes
Tiger Lake Production 3.0 1.3 Yes
Rocket Lake Production 3.0 1.3 --
Alder Lake Production 3.0 1.3 Yes
Elkhart Lake Production 3.0 -- Yes
Broadwell Maintenance 3.0 -- --
Apollo Lake Maintenance 3.0 -- --
Gemini Lake Maintenance 3.0 -- --

All platforms were validated on Ubuntu 22.04 LTS with stock kernel, unless noted otherwise.

  • Elkhart Lake was tested on Ubuntu 20.04 LTS with stock kernel v.5.8.5
  • DG1 was tested with drm-tip kernel v.6.1.0-rc1
  • DG2 was tested with ubuntu kernel 6.2.8

WSL support was tested with Windows host driver 101.4255, or 101.3790 and 101.2114 (ICL, EHL, CFL)

Quality levels

  • Experimental - no quality expectations
  • Early support - platform may not be available on the market yet
  • Pre-Release - suitable for integration and testing, gathering customer feedback
  • Beta - suitable for integration and broad testing
  • Production - Beta + meets API-specific conformance requirements; suitable for production
  • Maintenance - Reduced test frequency compared to Production, no longer recommended for new deployments. Reactive support for customers.

Additional information

  • packages were built with custom flags NEO_ENABLE_i915_PRELIM_DETECTION=1
  • CHANGED custom flag NEO_ENABLE_XE_DRM_DETECTION was not set - binaries posted with this release are not compatible with Xe DRM.
    • To work with Xe DRM, a rebuild is required
    • NEO_ENABLE_XE_PRELIM_DETECTION will become a default setting once Xe DRM is accepted in upstream kernel

Changelog

23.09.25812.14...23.13.26032.30

23.09.25812.14

24 Apr 07:19
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 22.04

  1. Create temporary directory

Example:

mkdir neo
  1. Download all *.deb packages

Example:

cd neo
wget https://github.com/intel/intel-graphics-compiler/releases/download/igc-1.0.13463.18/intel-igc-core_1.0.13463.18_amd64.deb
wget https://github.com/intel/intel-graphics-compiler/releases/download/igc-1.0.13463.18/intel-igc-opencl_1.0.13463.18_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/23.09.25812.14/intel-level-zero-gpu-dbgsym_1.3.25812.14_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/23.09.25812.14/intel-level-zero-gpu_1.3.25812.14_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/23.09.25812.14/intel-opencl-icd-dbgsym_23.09.25812.14_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/23.09.25812.14/intel-opencl-icd_23.09.25812.14_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/23.09.25812.14/libigdgmm12_22.3.0_amd64.deb
  1. Verify sha256 sums for packages

Example:

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

Example:

sudo dpkg -i *.deb

sha256 sums for packages

4612de24099fd2f7d5e045a836efb4dbabba1166bb27d68dd8f5b48ec93e410c intel-igc-core_1.0.13463.18_amd64.deb
bfde6a612a260b158210b99ff1fcb7870e4304620c0a997bc40aef6c54f4fdec intel-igc-opencl_1.0.13463.18_amd64.deb
020b604f7768a7b9af3d97001d237ba56b5db5cc281a017a2f6d5c56e34fca60 intel-level-zero-gpu-dbgsym_1.3.25812.14_amd64.ddeb
1a7b533a11fe21146964bfaba99276dc35a387897619c26a750cb8d735043b38 intel-level-zero-gpu_1.3.25812.14_amd64.deb
65bd286bcf379eaaf4e375007713129c46d3ce393048d79f87671416f07b36c8 intel-opencl-icd-dbgsym_23.09.25812.14_amd64.ddeb
a1c23ceabe4db028ba2f1ae1a5dfc79b0a52a2e29215b6098e9d998664944f47 intel-opencl-icd_23.09.25812.14_amd64.deb
de6ed9333a74506de43993eb14c8e0e0eb23314c42b03af66fe9c3df24a8973d libigdgmm12_22.3.0_amd64.deb

Quality expectations

Platform Quality OpenCL Level Zero WSL
DG1 Production 3.0 1.3 Yes
DG2 Production 3.0 1.3 Yes
Skylake Production 3.0 1.3 --
Kaby Lake Production 3.0 1.3 --
Coffee Lake Production 3.0 1.3 Yes
Ice Lake Production 3.0 1.3 Yes
Tiger Lake Production 3.0 1.3 Yes
Rocket Lake Production 3.0 1.3 --
Alder Lake Production 3.0 1.3 Yes
Elkhart Lake Production 3.0 -- Yes
Broadwell Maintenance 3.0 -- --
Apollo Lake Maintenance 3.0 -- --
Gemini Lake Maintenance 3.0 -- --

All platforms were validated on Ubuntu 22.04 LTS with stock kernel, unless noted otherwise.

  • Elkhart Lake was tested on Ubuntu 20.04 LTS with stock kernel v.5.8.5
  • DG1 was tested with drm-tip kernel v.6.1.0-rc1
  • DG2 was tested with ubuntu kernel 6.2.8

WSL support was tested with Windows host driver 101.4255, or 101.3790 and 101.2114 (ICL, EHL, CFL)

Quality levels

  • Experimental - no quality expectations
  • Early support - platform may not be available on the market yet
  • Pre-Release - suitable for integration and testing, gathering customer feedback
  • Beta - suitable for integration and broad testing
  • Production - Beta + meets API-specific conformance requirements; suitable for production
  • Maintenance - Reduced test frequency compared to Production, no longer recommended for new deployments. Reactive support for customers.

Additional information

  • packages were built with custom flags NEO_ENABLE_i915_PRELIM_DETECTION=1 & NEO_ENABLE_XE_DRM_DETECTION=1

Changelog

22.53.25242.13...23.09.25812.14

23.05.25593.11

20 Mar 09:34
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 22.04

  1. Create temporary directory

Example:

mkdir neo
  1. Download all *.deb packages

Example:

cd neo
wget https://github.com/intel/intel-graphics-compiler/releases/download/igc-1.0.13230.7/intel-igc-core_1.0.13230.7_amd64.deb
wget https://github.com/intel/intel-graphics-compiler/releases/download/igc-1.0.13230.7/intel-igc-opencl_1.0.13230.7_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/23.05.25593.11/intel-level-zero-gpu-dbgsym_1.3.25593.11_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/23.05.25593.11/intel-level-zero-gpu_1.3.25593.11_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/23.05.25593.11/intel-opencl-icd-dbgsym_23.05.25593.11_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/23.05.25593.11/intel-opencl-icd_23.05.25593.11_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/23.05.25593.11/libigdgmm12_22.3.0_amd64.deb
  1. Verify sha256 sums for packages

Example:

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

Example:

sudo dpkg -i *.deb

sha256 sums for packages

512ef5881b32bf1bbb0bd98fe643bd4df4eab95b61cbc85039c855705fd8ba14 intel-igc-core_1.0.13230.7_amd64.deb
355fab9655d3d4411b4b54f000ba805ba720507fdf26e89f3a1db9b77e9945d4 intel-igc-opencl_1.0.13230.7_amd64.deb
4bfea8f8ca25605dd55b8cff4da3a2f402b737a7f60ef732d6dffc7673864f51 intel-level-zero-gpu-dbgsym_1.3.25593.11_amd64.ddeb
b821ba52f752b4c10efb12cac3d117c52978c76b20894a6b70c235e1e92406ec intel-level-zero-gpu_1.3.25593.11_amd64.deb
3ca1ae3acb7d92b08c7ab6dc6aecabc1c6ebcb80d00e1186ad2eb8f4882a0c05 intel-opencl-icd-dbgsym_23.05.25593.11_amd64.ddeb
4a988cba96f3c964ed23a0173b5c4fa3017986aec96b6463f1d6fda37dbcd195 intel-opencl-icd_23.05.25593.11_amd64.deb
de6ed9333a74506de43993eb14c8e0e0eb23314c42b03af66fe9c3df24a8973d libigdgmm12_22.3.0_amd64.deb

Quality expectations

Platform Quality OpenCL Level Zero WSL
DG1 Production 3.0 1.3 Yes
DG2 * 3.0 1.3 Yes
Skylake Production 3.0 1.3 --
Kaby Lake Production 3.0 1.3 --
Coffee Lake Production 3.0 1.3 Yes
Ice Lake Production 3.0 1.3 Yes
Tiger Lake Production 3.0 1.3 Yes
Rocket Lake Production 3.0 1.3 --
Alder Lake Production 3.0 1.3 Yes
Elkhart Lake Production 3.0 -- Yes
Broadwell Maintenance 3.0 -- --
Apollo Lake Maintenance 3.0 -- --
Gemini Lake Maintenance 3.0 -- --

All platforms were validated on Ubuntu 22.04 LTS with stock kernel, unless noted otherwise.

  • Elkhart Lake was tested on Ubuntu 20.04 LTS with stock kernel v.5.8.5
  • DG1 was tested with drm-tip kernel v.6.1.0-rc1

WSL support was tested with Windows host driver 101.4091 (DG2), or 101.3790 and 101.2114 (all other platforms)

* DG2 is at production quality, when combined with an out-of-tree kernel mode driver distributed separately.

Quality levels

  • Experimental - no quality expectations
  • Early support - platform may not be available on the market yet
  • Pre-Release - suitable for integration and testing, gathering customer feedback
  • Beta - suitable for integration and broad testing
  • Production - Beta + meets API-specific conformance requirements; suitable for production
  • Maintenance - Reduced test frequency compared to Production, no longer recommended for new deployments. Reactive support for customers.

Additional information

Changelog

22.53.25242.13...23.05.25593.11

Important changes

50b8069 experimental support for Xe DRM driver

22.53.25242.13

01 Mar 08:37
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 22.04

  1. Create temporary directory

Example:

mkdir neo
  1. Download all *.deb packages

Example:

cd neo
wget https://github.com/intel/intel-graphics-compiler/releases/download/igc-1.0.12812.26/intel-igc-core_1.0.12812.26_amd64.deb
wget https://github.com/intel/intel-graphics-compiler/releases/download/igc-1.0.12812.26/intel-igc-opencl_1.0.12812.26_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/22.53.25242.13/intel-level-zero-gpu-dbgsym_1.3.25242.13_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/22.53.25242.13/intel-level-zero-gpu_1.3.25242.13_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/22.53.25242.13/intel-opencl-icd-dbgsym_22.53.25242.13_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/22.53.25242.13/intel-opencl-icd_22.53.25242.13_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/22.53.25242.13/libigdgmm12_22.3.0_amd64.deb
  1. Verify sha256 sums for packages

Example:

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

Example:

sudo dpkg -i *.deb

sha256 sums for packages

d8e6e66817cfe67fd802e8545ca5a70c623c15ad5e5d98e2f1bc77b4547ccdf9 intel-igc-core_1.0.12812.26_amd64.deb
80300b748281468eb0e9cc7bc3e815358720dca5193c9795b3575e4d6dddd783 intel-igc-opencl_1.0.12812.26_amd64.deb
f7583163a50f7c61c2589cd727c737aed1c2111a90a4afc3e2d2a42bec5905a3 intel-level-zero-gpu-dbgsym_1.3.25242.13_amd64.ddeb
a438884049dc665de0fc7c126a7fe5a95954ce2b6478b4fcd9be43f2e51d7109 intel-level-zero-gpu_1.3.25242.13_amd64.deb
edf8f44bdeaa24ddb3a42ebf262dc05290481970e77dac0469269beb341c7dc1 intel-opencl-icd-dbgsym_22.53.25242.13_amd64.ddeb
7d23e7c1aa2e589ed24bcbe2c60bb389d1f9d26fef97de8415d0169f9c1a619f intel-opencl-icd_22.53.25242.13_amd64.deb
de6ed9333a74506de43993eb14c8e0e0eb23314c42b03af66fe9c3df24a8973d libigdgmm12_22.3.0_amd64.deb

Quality expectations

Platform Quality OpenCL Level Zero WSL
DG1 Production 3.0 1.3 Yes
DG2 * 3.0 1.3 Yes
Skylake Production 3.0 1.3 --
Kaby Lake Production 3.0 1.3 --
Coffee Lake Production 3.0 1.3 Yes
Ice Lake Production 3.0 1.3 Yes
Tiger Lake Production 3.0 1.3 Yes
Rocket Lake Production 3.0 1.3 --
Alder Lake Production 3.0 1.3 Yes
Elkhart Lake Production 3.0 -- Yes
Broadwell Maintenance 3.0 -- --
Apollo Lake Maintenance 3.0 -- --
Gemini Lake Maintenance 3.0 -- --

All platforms were validated on Ubuntu 22.04 LTS with stock kernel, unless noted otherwise.

  • Elkhart Lake was tested on Ubuntu 20.04 LTS with stock kernel v.5.8.5
  • DG1 was tested with drm-tip kernel v.6.1.0-rc1

WSL support was tested with Windows host driver 101.3959 (DG2), or 101.3790 and 101.2114 (all other platforms)

* DG2 is at production quality, when combined with an out-of-tree kernel mode driver distributed separately.

Quality levels

  • Experimental - no quality expectations
  • Early support - platform may not be available on the market yet
  • Pre-Release - suitable for integration and testing, gathering customer feedback
  • Beta - suitable for integration and broad testing
  • Production - Beta + meets API-specific conformance requirements; suitable for production
  • Maintenance - Reduced test frequency compared to Production, no longer recommended for new deployments. Reactive support for customers.

Additional information

Changelog

22.43.24558...22.53.25242.13

Important changes

22.49.25018.24...22.53.25242.13

22.49.25018.24

23 Feb 10:57
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 22.04

  1. Create temporary directory

Example:

mkdir neo
  1. Download all *.deb packages

Example:

cd neo
wget https://github.com/intel/intel-graphics-compiler/releases/download/igc-1.0.12812.24/intel-igc-core_1.0.12812.24_amd64.deb
wget https://github.com/intel/intel-graphics-compiler/releases/download/igc-1.0.12812.24/intel-igc-opencl_1.0.12812.24_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/22.49.25018.24/intel-level-zero-gpu-dbgsym_1.3.25018.24_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/22.49.25018.24/intel-level-zero-gpu_1.3.25018.24_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/22.49.25018.24/intel-opencl-icd-dbgsym_22.49.25018.24_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/22.49.25018.24/intel-opencl-icd_22.49.25018.24_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/22.49.25018.24/libigdgmm12_22.3.0_amd64.deb
  1. Verify sha256 sums for packages

Example:

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

Example:

sudo dpkg -i *.deb

sha256 sums for packages

3518dc0156a2d861d395b36a9872de06352a493b8ff3f64f459ff7dab0ad88a8 intel-igc-core_1.0.12812.24_amd64.deb
fa872f80f8ca2afee60672dbbb0c614e26d0b16644e673900f679785221c569f intel-igc-opencl_1.0.12812.24_amd64.deb
3952b4447c25f53402740eca1d8c5880755475b79f4d1a9f5fc751ac08b64543 intel-level-zero-gpu-dbgsym_1.3.25018.24_amd64.ddeb
016b8b7c8e7397e2ecf25aad8ca02cc5bf8c338c675ffb1ebd0d7680fed01e9e intel-level-zero-gpu_1.3.25018.24_amd64.deb
00184189d7ab1149e3ab5f3b27e2c135d131be830bf705abdd4fc31fca29d102 intel-opencl-icd-dbgsym_22.49.25018.24_amd64.ddeb
3001378162a93f9016f21947477496c3183df0608d4638337ed98780355944d2 intel-opencl-icd_22.49.25018.24_amd64.deb
de6ed9333a74506de43993eb14c8e0e0eb23314c42b03af66fe9c3df24a8973d libigdgmm12_22.3.0_amd64.deb

Quality expectations

Platform Quality OpenCL Level Zero WSL
DG1 Production 3.0 1.3 Yes
DG2 * 3.0 1.3 Yes
Skylake Production 3.0 1.3 --
Kaby Lake Production 3.0 1.3 --
Coffee Lake Production 3.0 1.3 Yes
Ice Lake Production 3.0 1.3 Yes
Tiger Lake Production 3.0 1.3 Yes
Rocket Lake Production 3.0 1.3 --
Alder Lake Production 3.0 1.3 Yes
Elkhart Lake Production 3.0 -- Yes
Broadwell Maintenance 3.0 -- --
Apollo Lake Maintenance 3.0 -- --
Gemini Lake Maintenance 3.0 -- --

All platforms were validated on Ubuntu 22.04 LTS with stock kernel, unless noted otherwise.

  • Elkhart Lake was tested on Ubuntu 20.04 LTS with stock kernel v.5.8.5
  • DG1 was tested with drm-tip kernel v.6.1.0-rc1

WSL support was tested with Windows host driver 101.3959 (DG2), or 101.3790 and 101.2114 (all other platforms)

* DG2 is at production quality, when combined with an out-of-tree kernel mode driver distributed separately.

Quality levels

  • Experimental - no quality expectations
  • Early support - platform may not be available on the market yet
  • Pre-Release - suitable for integration and testing, gathering customer feedback
  • Beta - suitable for integration and broad testing
  • Production - Beta + meets API-specific conformance requirements; suitable for production
  • Maintenance - Reduced test frequency compared to Production, no longer recommended for new deployments. Reactive support for customers.

Additional information

  • To maintain better Runtime-Compiler compatibility, Intel changed default graphics compute binary format to new portable ELF based ZE Binary format. Legacy patch-token based approach required JIT recompilations to maintain compatibility in case of interface changes, leading to longer application start up time.
  • Existing legacy binaries will be supported by OpenCL and Level Zero GPU runtimes by end of 2023.
  • To ensure smooth transition to new format ‘-ze-disable-zebin’/’-cl-disable-zebin’ graphics backend options are provided to fallback to legacy binary format for either offline or online compilation. New ZE Binary format is generated by default
    Examples to disable zebin (force legacy binary):
    AOT: ocloc –options –cl-disable-zebin; cmc -binary-format=ocl; dpcpp test.cpp -fsycl -fsycl-targets=spir64_gen,spir64 -Xs '-options -ze-disable-zebin'
    JIT: dpcpp test.cpp -fsycl -Xs '-options -ze-disable-zebin'
  • Legacy format support by OpenCL and Level Zero GPU runtimes will be deprecated starting 2024.
  • Intel encourages ISVs/OEMs/ODMs to adjust plans accordingly
  • packages were built with custom flag NEO_ENABLE_i915_PRELIM_DETECTION=1
  • For a validated gfx driver stack supporting Intel® Arc™ on Ubuntu 22.04, please refer to the following:
    https://www.intel.com/content/www/us/en/download/747008/intel-arc-graphics-driver-ubuntu.html

Changelog

22.43.24558...22.49.25018.24

Important changes

22.43.24595.30...22.49.25018.24

22.43.24595.30

06 Dec 09:32
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 22.04

  1. Create temporary directory

Example:

mkdir neo
  1. Download all *.deb packages

Example:

cd neo
wget https://github.com/intel/intel-graphics-compiler/releases/download/igc-1.0.12504.5/intel-igc-core_1.0.12504.5_amd64.deb
wget https://github.com/intel/intel-graphics-compiler/releases/download/igc-1.0.12504.5/intel-igc-opencl_1.0.12504.5_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/22.43.24595.30/intel-level-zero-gpu-dbgsym_1.3.24595.30_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/22.43.24595.30/intel-level-zero-gpu_1.3.24595.30_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/22.43.24595.30/intel-opencl-icd-dbgsym_22.43.24595.30_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/22.43.24595.30/intel-opencl-icd_22.43.24595.30_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/22.43.24595.30/libigdgmm12_22.3.0_amd64.deb
  1. Verify sha256 sums for packages

Example:

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

Example:

sudo dpkg -i *.deb

sha256 sums for packages

36485a98340c6eb33e0f39a19e5fd1b459de8c4305be63e109e6cdcec5542666 intel-igc-core_1.0.12504.5_amd64.deb
a1f631d2efee50e46c8a8f8b39623954af8cb48e80a7611174937277321f2d79 intel-igc-opencl_1.0.12504.5_amd64.deb
8995b8dacfc260f0fe177fe9b5386ff493aa8899278a7f87e9ad55cf6dd23d64 intel-level-zero-gpu-dbgsym_1.3.24595.30_amd64.ddeb
5bd5193d31c43acc4b2f034006e2dbb6519688d6f73c1692a9f14c122fc8ed19 intel-level-zero-gpu_1.3.24595.30_amd64.deb
010760df2757dd45f8d27c0c82f36a5385922b7d86e2fa6ef26ae070500c388a intel-opencl-icd-dbgsym_22.43.24595.30_amd64.ddeb
f5e8acdb9f302c064662766e52f11082686eb962fea26570a106ee1afe6f3c89 intel-opencl-icd_22.43.24595.30_amd64.deb
de6ed9333a74506de43993eb14c8e0e0eb23314c42b03af66fe9c3df24a8973d libigdgmm12_22.3.0_amd64.deb

Quality expectations

Platform Quality OpenCL Level Zero WSL
DG1 Production 3.0 1.3 Yes
DG2 * 3.0 1.3 Yes
Skylake Production 3.0 1.3 --
Kaby Lake Production 3.0 1.3 --
Coffee Lake Production 3.0 1.3 Yes
Ice Lake Production 3.0 1.3 Yes
Tiger Lake Production 3.0 1.3 Yes
Rocket Lake Production 3.0 1.3 --
Alder Lake Production 3.0 1.3 Yes
Elkhart Lake Production 3.0 -- Yes
Broadwell Maintenance 3.0 -- --
Apollo Lake Maintenance 3.0 -- --
Gemini Lake Maintenance 3.0 -- --

All platforms were validated on Ubuntu 22.04 LTS with stock kernel, unless noted otherwise.

  • Elkhart Lake was tested on Ubuntu 20.04 LTS with stock kernel
  • DG1 was tested with drm-tip kernel v.5.18.0

WSL support was tested with Windows host driver 101.3490 (DG2), or 101.3790 and 101.2114 (all other platforms)

* DG2 is at production quality, when combined with an out-of-tree kernel mode driver distributed separately.

Quality levels

  • Experimental - no quality expectations
  • Early support - platform may not be available on the market yet
  • Pre-Release - suitable for integration and testing, gathering customer feedback
  • Beta - suitable for integration and broad testing
  • Production - Beta + meets API-specific conformance requirements; suitable for production
  • Maintenance - Reduced test frequency compared to Production, no longer recommended for new deployments. Reactive support for customers.

Additional information

Changelog

22.43.24558...22.43.24595.30