Releases: intel/compute-runtime
22.40.24364
This is a pre-release due to regressions (see Known Issues below)
Packages included in the release
- intel-gmmlib (https://github.com/intel/gmmlib)
- intel-opencl-icd, intel-level-zero-gpu (https://github.com/intel/compute-runtime)
Components revisions included in the release
Additional components revisions used in build
- Used for building runtime
- intel/libva@2.2.0 (Compatible with va_api_major_version = 1)
- oneapi-src/level-zero@v1.8.5 (Compatible with oneAPI Level Zero API Spec v1.3.7)
- intel/intel-graphics-compiler@igc-1.0.12260
- intel/igsc@V0.8.4
Installation procedure on Ubuntu 22.04
- Create temporary directory
Example:
mkdir neo
- Download all *.deb packages
Example:
cd neo
wget https://github.com/intel/intel-graphics-compiler/releases/download/igc-1.0.12260/intel-igc-core_1.0.12260_amd64.deb
wget https://github.com/intel/intel-graphics-compiler/releases/download/igc-1.0.12260/intel-igc-opencl_1.0.12260_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/22.40.24364/intel-level-zero-gpu-dbgsym_1.3.24364_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/22.40.24364/intel-level-zero-gpu_1.3.24364_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/22.40.24364/intel-opencl-icd-dbgsym_22.40.24364_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/22.40.24364/intel-opencl-icd_22.40.24364_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/22.40.24364/libigdgmm12_22.2.0_amd64.deb
- Verify sha256 sums for packages
Example:
wget https://github.com/intel/compute-runtime/releases/download/22.40.24364/ww40.sum
sha256sum -c ww40.sum
- Install all packages as root
Example:
sudo dpkg -i *.deb
sha256 sums for packages
0c8d92cfec75eb2f0ce5de16639bdf50325f8859d5528618feb327444585e2e8 intel-igc-core_1.0.12260_amd64.deb
904292f15f2a6abbd09f889c66448f8d13d4827c9ccdbd10d938f433666f6513 intel-igc-opencl_1.0.12260_amd64.deb
e8e17ad7dcc9ea6ff9c1caf9797f6e7781958c9da3dbdb78d311e732eec50238 intel-level-zero-gpu-dbgsym_1.3.24364_amd64.ddeb
00a5e9d30fab3df82af927450558a5529ff0031a128b7d23ae2b0575fa679e5c intel-level-zero-gpu_1.3.24364_amd64.deb
56379aac88d6a524be9b88ade2784f2ba1595474d92163f5b333319baa027110 intel-opencl-icd-dbgsym_22.40.24364_amd64.ddeb
1d7b8df77b1d6a7eeb534ed14ea9ba69880a0fc99b017a703b023761ef1f9d19 intel-opencl-icd_22.40.24364_amd64.deb
e4c548316eca7cd5a987ca1059acfd21ed7ab59163df9821209c76eb5271269a libigdgmm12_22.2.0_amd64.deb
Quality expectations
Platform | OpenCL | Level Zero |
---|---|---|
DG1 | 3.0 - Production | 1.3 - Pre-Release |
Skylake | 3.0 - Production | 1.3 - Pre-Release |
Kaby Lake | 3.0 - Production | 1.3 - Pre-Release |
Coffee Lake | 3.0 - Production | 1.3 - Pre-Release |
Ice Lake | 3.0 - Production | 1.3 - Pre-Release |
Tiger Lake | 3.0 - Production | 1.3 - Pre-Release |
Rocket Lake | 3.0 - Production | 1.3 - Pre-Release |
Alder Lake | 3.0 - Production | 1.3 - Pre-Release |
Elkhart Lake | 3.0 - Production | - |
Broadwell | 3.0 - Maintenance | - |
Apollo Lake | 3.0 - Maintenance | - |
Gemini Lake | 3.0 - Maintenance | - |
All other platforms were validated on Ubuntu 22.04 LTS with stock kernel, unless noted otherwise. (Elkhart Lake on Ubuntu 20.04)
DG1 was tested with drm-tip kernel v.5.18.0
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.
Known issues
- Compiler regression: starting with commit 6d2e0ce, causing crash in selected ISPC workloads on Intel® Arc™ GPU. Fixed with f5a2985
- Changes introduced in af3dd28 revealed failures in higher level libraries, causing segmentation fault in oneDAL & ispc due to incorrect initialization of the ze_device_properties_t datastructures. ISPC fixed with c12c708. OneDAL – fix pending
Additional information
- packages were built with custom flag NEO_ENABLE_i915_PRELIM_DETECTION=1
Important changes
- 6c1504a igc revision update
22.39.24347
Packages included in the release
- intel-gmmlib (https://github.com/intel/gmmlib)
- intel-opencl-icd, intel-level-zero-gpu (https://github.com/intel/compute-runtime)
Components revisions included in the release
Additional components revisions used in build
- Used for building runtime
- intel/libva@2.2.0 (Compatible with va_api_major_version = 1)
- oneapi-src/level-zero@v1.8.5 (Compatible with oneAPI Level Zero API Spec v1.3.7)
- intel/intel-graphics-compiler@igc-1.0.12149.1
- intel/igsc@V0.8.4
Installation procedure on Ubuntu 22.04
- Create temporary directory
Example:
mkdir neo
- Download all *.deb packages
Example:
cd neo
wget https://github.com/intel/intel-graphics-compiler/releases/download/igc-1.0.12149.1/intel-igc-core_1.0.12149.1_amd64.deb
wget https://github.com/intel/intel-graphics-compiler/releases/download/igc-1.0.12149.1/intel-igc-opencl_1.0.12149.1_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/22.39.24347/intel-level-zero-gpu-dbgsym_1.3.24347_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/22.39.24347/intel-level-zero-gpu_1.3.24347_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/22.39.24347/intel-opencl-icd-dbgsym_22.39.24347_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/22.39.24347/intel-opencl-icd_22.39.24347_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/22.39.24347/libigdgmm12_22.2.0_amd64.deb
- Verify sha256 sums for packages
Example:
wget https://github.com/intel/compute-runtime/releases/download/22.39.24347/ww39.sum
sha256sum -c ww39.sum
- Install all packages as root
Example:
sudo dpkg -i *.deb
sha256 sums for packages
b30b82b26b5830b6a131dd00abe4491496f511c4b2b8a64bfc547c78ed0b3600 intel-igc-core_1.0.12149.1_amd64.deb
cfad784be1035a145bb14d1d3d9856f5fc8ae7a1f6aea73f36b9e5618b07871a intel-igc-opencl_1.0.12149.1_amd64.deb
185bb38bdd599ad1a542f338ed755dc1519958e0929b8f236bd23741a4e81316 intel-level-zero-gpu-dbgsym_1.3.24347_amd64.ddeb
167bf6fb9ea1a040474fc0a87ed7f89f72832b8b5e85f2ca8eb54e06b1a9a139 intel-level-zero-gpu_1.3.24347_amd64.deb
1d66fb97944f2fc28cc71f5e759964a457a6f055120f090ab92d596c2d549c3e intel-opencl-icd-dbgsym_22.39.24347_amd64.ddeb
5077abb119c7e10eb169ee3ed3e45933c1a9d416c6668994944f2a6392e74f5a intel-opencl-icd_22.39.24347_amd64.deb
e4c548316eca7cd5a987ca1059acfd21ed7ab59163df9821209c76eb5271269a libigdgmm12_22.2.0_amd64.deb
Quality expectations
Platform | OpenCL | Level Zero |
---|---|---|
DG1 | 3.0 - Production | 1.3 - Pre-Release |
Skylake | 3.0 - Production | 1.3 - Pre-Release |
Kaby Lake | 3.0 - Production | 1.3 - Pre-Release |
Coffee Lake | 3.0 - Production | 1.3 - Pre-Release |
Ice Lake | 3.0 - Production | 1.3 - Pre-Release |
Tiger Lake | 3.0 - Production | 1.3 - Pre-Release |
Rocket Lake | 3.0 - Production | 1.3 - Pre-Release |
Alder Lake | 3.0 - Production | 1.3 - Pre-Release |
Elkhart Lake | 3.0 - Production | - |
Broadwell | 3.0 - Maintenance | - |
Apollo Lake | 3.0 - Maintenance | - |
Gemini Lake | 3.0 - Maintenance | - |
All other platforms were validated on Ubuntu 22.04 LTS with stock kernel, unless noted otherwise. (Elkhart Lake on Ubuntu 20.04)
DG1 was tested with drm-tip kernel v.5.18.0
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 flag NEO_ENABLE_i915_PRELIM_DETECTION=1
Important changes
- gmmlib revision update
- aub_stream revision update
22.38.24278
Packages included in the release
- intel-gmmlib (https://github.com/intel/gmmlib)
- intel-opencl-icd, intel-level-zero-gpu (https://github.com/intel/compute-runtime)
Components revisions included in the release
Additional components revisions used in build
- Used for building runtime
- intel/libva@2.2.0 (Compatible with va_api_major_version = 1)
- oneapi-src/level-zero@v1.8.5 (Compatible with oneAPI Level Zero API Spec v1.3.7)
- intel/intel-graphics-compiler@igc-1.0.12149.1
- intel/igsc@V0.8.4
Installation procedure on Ubuntu 22.04
- Create temporary directory
Example:
mkdir neo
- Download all *.deb packages
Example:
cd neo
wget https://github.com/intel/intel-graphics-compiler/releases/download/igc-1.0.12149.1/intel-igc-core_1.0.12149.1_amd64.deb
wget https://github.com/intel/intel-graphics-compiler/releases/download/igc-1.0.12149.1/intel-igc-opencl_1.0.12149.1_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/22.38.24278/intel-level-zero-gpu-dbgsym_1.3.24278_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/22.38.24278/intel-level-zero-gpu_1.3.24278_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/22.38.24278/intel-opencl-icd-dbgsym_22.38.24278_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/22.38.24278/intel-opencl-icd_22.38.24278_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/22.38.24278/libigdgmm12_22.1.8_amd64.deb
- Verify sha256 sums for packages
Example:
wget https://github.com/intel/compute-runtime/releases/download/22.38.24278/ww38.sum
sha256sum -c ww38.sum
- Install all packages as root
Example:
sudo dpkg -i *.deb
sha256 sums for packages
b30b82b26b5830b6a131dd00abe4491496f511c4b2b8a64bfc547c78ed0b3600 intel-igc-core_1.0.12149.1_amd64.deb
cfad784be1035a145bb14d1d3d9856f5fc8ae7a1f6aea73f36b9e5618b07871a intel-igc-opencl_1.0.12149.1_amd64.deb
7cefedabf0f1bb8dd9fadbbfe136c6cb74d92b5c1ff85f2f4292994d9cf720fc intel-level-zero-gpu-dbgsym_1.3.24278_amd64.ddeb
fd92b332e1643ccb650ae5e6df6d188b44022f82bf3915b662059e673987efdb intel-level-zero-gpu_1.3.24278_amd64.deb
f2046edcea55fc9ca6c55b7c6124cdebf38cef70a85760b4d4518f6724384cc0 intel-opencl-icd-dbgsym_22.38.24278_amd64.ddeb
fc46e6b3bb42122061d5c90f098d201fde915303c038fb281212f0d1884e4d1a intel-opencl-icd_22.38.24278_amd64.deb
42621a230e3261018bebc4badf1fbf47a0abf4ef0d55bea613a3fe1d2d111e0f libigdgmm12_22.1.8_amd64.deb
Quality expectations
Platform | OpenCL | Level Zero |
---|---|---|
DG1 | 3.0 - Production | 1.3 - Pre-Release |
Skylake | 3.0 - Production | 1.3 - Pre-Release |
Kaby Lake | 3.0 - Production | 1.3 - Pre-Release |
Coffee Lake | 3.0 - Production | 1.3 - Pre-Release |
Ice Lake | 3.0 - Production | 1.3 - Pre-Release |
Tiger Lake | 3.0 - Production | 1.3 - Pre-Release |
Rocket Lake | 3.0 - Production | 1.3 - Pre-Release |
Alder Lake | 3.0 - Production | 1.3 - Pre-Release |
Elkhart Lake | 3.0 - Production | - |
Broadwell | 3.0 - Maintenance | - |
Apollo Lake | 3.0 - Maintenance | - |
Gemini Lake | 3.0 - Maintenance | - |
All other platforms were validated on Ubuntu 22.04 LTS with stock kernel, unless noted otherwise. (Elkhart Lake on Ubuntu 20.04)
DG1 was tested with drm-tip kernel v.5.18.0
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 flag NEO_ENABLE_i915_PRELIM_DETECTION=1
Important changes
- igc revision update
- igsc revision update
- lint revision update
- aub_stream revision update
22.37.24175
This is a pre-release due to compiler regressions (see Known Issues below)
Packages included in the release
- intel-gmmlib (https://github.com/intel/gmmlib)
- intel-opencl-icd, intel-level-zero-gpu (https://github.com/intel/compute-runtime)
Components revisions included in the release
Additional components revisions used in build
- Used for building runtime
- intel/libva@2.2.0 (Compatible with va_api_major_version = 1)
- oneapi-src/level-zero@v1.8.5 (Compatible with oneAPI Level Zero API Spec v1.3.7)
- intel/intel-graphics-compiler@igc-1.0.12037.1
- intel/igsc@V0.8.4
Installation procedure on Ubuntu 22.04
- Create temporary directory
Example:
mkdir neo
- Download all *.deb packages
Example:
cd neo
wget https://github.com/intel/intel-graphics-compiler/releases/download/igc-1.0.12037.1/intel-igc-core_1.0.12037.1_amd64.deb
wget https://github.com/intel/intel-graphics-compiler/releases/download/igc-1.0.12037.1/intel-igc-opencl_1.0.12037.1_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/22.37.24175/intel-level-zero-gpu-dbgsym_1.3.24175_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/22.37.24175/intel-level-zero-gpu_1.3.24175_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/22.37.24175/intel-opencl-icd-dbgsym_22.37.24175_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/22.37.24175/intel-opencl-icd_22.37.24175_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/22.37.24175/libigdgmm12_22.1.8_amd64.deb
- Verify sha256 sums for packages
Example:
wget https://github.com/intel/compute-runtime/releases/download/22.37.24175/ww37.sum
sha256sum -c ww37.sum
- Install all packages as root
Example:
sudo dpkg -i *.deb
sha256 sums for packages
229e63846c7516736226153daf4e637f0ac24277625287d1d7f75c75934eaec6 intel-igc-core_1.0.12037.1_amd64.deb
6c0464918aa1e04b479baa52af094c82beb0f870a2760ec4b376b4726101bc94 intel-igc-opencl_1.0.12037.1_amd64.deb
444bb73c40c8dfd54253acc996f80a99fe138d3b946f2acab87b25e46a87d58a intel-level-zero-gpu-dbgsym_1.3.24175_amd64.ddeb
e1ebb5d189e58ad319928a6238796bff2e058de69aea339422abeeb24107bf85 intel-level-zero-gpu_1.3.24175_amd64.deb
5da43de26a639181a9bd0019d87e062a7619d33e1411f1380a29a13582bcef7d intel-opencl-icd-dbgsym_22.37.24175_amd64.ddeb
353fe12d29af7d06bc5253316658c44329b964fea7dec8caad6c5a20982608e1 intel-opencl-icd_22.37.24175_amd64.deb
42621a230e3261018bebc4badf1fbf47a0abf4ef0d55bea613a3fe1d2d111e0f libigdgmm12_22.1.8_amd64.deb
Quality expectations
Platform | OpenCL | Level Zero |
---|---|---|
DG1 | 3.0 - Production | 1.3 - Pre-Release |
Skylake | 3.0 - Production | 1.3 - Pre-Release |
Kaby Lake | 3.0 - Regression (see known issues) | 1.3 - Pre-Release |
Coffee Lake | 3.0 - Regression (see known issues) | 1.3 - Pre-Release |
Ice Lake | 3.0 - Production | 1.3 - Pre-Release |
Tiger Lake | 3.0 - Regression (see known issues) | 1.3 - Pre-Release |
Rocket Lake | 3.0 - Production | 1.3 - Pre-Release |
Alder Lake | 3.0 - Production | 1.3 - Pre-Release |
Elkhart Lake | 3.0 - Production | - |
Broadwell | 3.0 - Maintenance | - |
Apollo Lake | 3.0 - Maintenance | - |
Gemini Lake | 3.0 - Maintenance | - |
All other platforms were validated on Ubuntu 20.04 LTS with stock kernel, unless noted otherwise.
DG1 was tested with drm-tip kernel v.5.18.0
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.
Known issues
- Compiler regression: starting with commit
5971afe3
, there is a minor performance degradation (~3%) in a subset of OpenCV workloads. Fixed withb7c6f9f8d
- Compiler regression: starting with commit
13eeaaf6
, causing hang in Level Zero CTS cooperative kernel test across all platforms. Fixed with136f7f62
- Compiler regression: starting with commit
9d9b8243
, causing hang in exclusive_scan_by_segment algorithm in oneDPL. Fixed with6e09e0d9
Additional information
- packages were built with custom flag NEO_ENABLE_i915_PRELIM_DETECTION=1
Important changes
22.35.24055
Packages included in the release
- intel-gmmlib (https://github.com/intel/gmmlib)
- intel-opencl-icd, intel-level-zero-gpu (https://github.com/intel/compute-runtime)
Components revisions included in the release
Additional components revisions used in build
- Used for building runtime
- intel/libva@c9bb65b (Compatible with va_api_major_version = 1)
- oneapi-src/level-zero@v1.8.5 (Compatible with oneAPI Level Zero API Spec v1.3.7)
- intel/intel-graphics-compiler@igc-1.0.11702.1
- intel/igsc@V0.8.4
Installation procedure on Ubuntu 22.04
- Create temporary directory
Example:
mkdir neo
- Download all *.deb packages
Example:
cd neo
wget https://github.com/intel/intel-graphics-compiler/releases/download/igc-1.0.11702.1/intel-igc-core_1.0.11702.1_amd64.1.deb
wget https://github.com/intel/intel-graphics-compiler/releases/download/igc-1.0.11702.1/intel-igc-opencl_1.0.11702.1_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/22.35.24055/intel-level-zero-gpu-dbgsym_1.3.24055_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/22.35.24055/intel-level-zero-gpu_1.3.24055_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/22.35.24055/intel-opencl-icd-dbgsym_22.35.24055_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/22.35.24055/intel-opencl-icd_22.35.24055_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/22.35.24055/libigdgmm12_22.1.3_amd64.deb
- Verify sha256 sums for packages
Example:
wget https://github.com/intel/compute-runtime/releases/download/22.35.24055/ww35.sum
sha256sum -c ww35.sum
- Install all packages as root
Example:
sudo dpkg -i *.deb
sha256 sums for packages
58ce46eef041a5c4b435bf3d6d9845e464931756fab78c75166167c015b6e51d intel-igc-core_1.0.11702.1_amd64.deb
3692be17a46741ccabb0320989a6e917bd1dbd1599c96c86c391540c0c7f4e70 intel-igc-opencl_1.0.11702.1_amd64.deb
4b176d0f9acb094570d2cf8ed3a330c00b837dd347a7a661d7b6edf30caf07a0 intel-level-zero-gpu-dbgsym_1.3.24055_amd64.ddeb
1ebc2938c7e9a4d0ab7407de7f76cab593a5c0ffd6f87d9ef800470321a401cf intel-level-zero-gpu_1.3.24055_amd64.deb
6dbfc9d8e17ec402eb3fe9ddca2d634edc58e68f951b3f8eac39cea1dbf1458a intel-opencl-icd-dbgsym_22.35.24055_amd64.ddeb
5df50599fa1969d14c6f564ca0fd99c28a623fa4a76a750270c0f3c4ffa6f661 intel-opencl-icd_22.35.24055_amd64.deb
7b6378d9a760b5c93e835d862047d7c7841f6b6065e9bf2103b5b4134f2af2b5 libigdgmm12_22.1.3_amd64.deb
Quality expectations
Platform | OpenCL | Level Zero |
---|---|---|
DG1 | 3.0 - Production | 1.3 - Pre-Release |
Skylake | 3.0 - Production | 1.3 - Pre-Release |
Kaby Lake | 3.0 - Production | 1.3 - Pre-Release |
Coffee Lake | 3.0 - Production | 1.3 - Pre-Release |
Ice Lake | 3.0 - Production | 1.3 - Pre-Release |
Tiger Lake | 3.0 - Production | 1.3 - Pre-Release |
Rocket Lake | 3.0 - Production | 1.3 - Pre-Release |
Alder Lake | 3.0 - Production | 1.3 - Pre-Release |
Elkhart Lake | 3.0 - Production | - |
Broadwell | 3.0 - Maintenance | - |
Apollo Lake | 3.0 - Maintenance | - |
Gemini Lake | 3.0 - Maintenance | - |
All other platforms were validated on Ubuntu 20.04 LTS with stock kernel, unless noted otherwise.
DG1 was tested with drm-tip kernel v.5.18.0
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 flag NEO_ENABLE_i915_PRELIM_DETECTION=1
Important changes
22.34.24023
Packages included in the release
- intel-gmmlib (https://github.com/intel/gmmlib)
- intel-opencl-icd, intel-level-zero-gpu (https://github.com/intel/compute-runtime)
Components revisions included in the release
Additional components revisions used in build
- Used for building runtime
- intel/libva@c9bb65b (Compatible with va_api_major_version = 1)
- oneapi-src/level-zero@v1.8.5 (Compatible with oneAPI Level Zero API Spec v1.3.7)
- intel/intel-graphics-compiler@igc-1.0.11702.1
- intel/igsc@V0.8.4
Installation procedure on Ubuntu 22.04
- Create temporary directory
Example:
mkdir neo
- Download all *.deb packages
Example:
cd neo
wget https://github.com/intel/intel-graphics-compiler/releases/download/igc-1.0.11702.1/intel-igc-core_1.0.11702.1_amd64.1.deb
wget https://github.com/intel/intel-graphics-compiler/releases/download/igc-1.0.11702.1/intel-igc-opencl_1.0.11702.1_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/22.34.24023/intel-level-zero-gpu-dbgsym_1.3.24023_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/22.34.24023/intel-level-zero-gpu_1.3.24023_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/22.34.24023/intel-opencl-icd-dbgsym_22.34.24023_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/22.34.24023/intel-opencl-icd_22.34.24023_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/22.34.24023/libigdgmm12_22.1.3_amd64.deb
- Verify sha256 sums for packages
Example:
wget https://github.com/intel/compute-runtime/releases/download/22.34.24023/ww34.sum
sha256sum -c ww34.sum
- Install all packages as root
Example:
sudo dpkg -i *.deb
sha256 sums for packages
58ce46eef041a5c4b435bf3d6d9845e464931756fab78c75166167c015b6e51d intel-igc-core_1.0.11702.1_amd64.deb
3692be17a46741ccabb0320989a6e917bd1dbd1599c96c86c391540c0c7f4e70 intel-igc-opencl_1.0.11702.1_amd64.deb
2705b9215680180e2b340f5cdf8ebe06a94efda9ee1ee8a7a1c1b16a6af1937d intel-level-zero-gpu-dbgsym_1.3.24023_amd64.ddeb
0efa0c93928e103b941ff2290ba551320392461b1969a9d72b870952850f7690 intel-level-zero-gpu_1.3.24023_amd64.deb
4018f19570f573d0cd38289115c941d1945974e1c08ceef511f728dfd3db0161 intel-opencl-icd-dbgsym_22.34.24023_amd64.ddeb
60d19a704aa8920287be2be9c05348f3fb2539ebafdbd527420085972eb69f82 intel-opencl-icd_22.34.24023_amd64.deb
7b6378d9a760b5c93e835d862047d7c7841f6b6065e9bf2103b5b4134f2af2b5 libigdgmm12_22.1.3_amd64.deb
Quality expectations
Platform | OpenCL | Level Zero |
---|---|---|
DG1 | 3.0 - Production | 1.3 - Pre-Release |
Skylake | 3.0 - Production | 1.3 - Pre-Release |
Kaby Lake | 3.0 - Production | 1.3 - Pre-Release |
Coffee Lake | 3.0 - Production | 1.3 - Pre-Release |
Ice Lake | 3.0 - Production | 1.3 - Pre-Release |
Tiger Lake | 3.0 - Production | 1.3 - Pre-Release |
Rocket Lake | 3.0 - Production | 1.3 - Pre-Release |
Alder Lake | 3.0 - Production | 1.3 - Pre-Release |
Elkhart Lake | 3.0 - Production | - |
Broadwell | 3.0 - Maintenance | - |
Apollo Lake | 3.0 - Maintenance | - |
Gemini Lake | 3.0 - Maintenance | - |
All other platforms were validated on Ubuntu 20.04 LTS with stock kernel, unless noted otherwise.
DG1 was tested with drm-tip kernel v.5.18.0
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 flag NEO_ENABLE_i915_PRELIM_DETECTION=1
Important changes
- Ocloc: Enhance platforms support for disasm option
- Add device ID for ADLS (0xA78B)
22.33.23949
Packages included in the release
- intel-gmmlib (https://github.com/intel/gmmlib)
- intel-opencl-icd, intel-level-zero-gpu (https://github.com/intel/compute-runtime)
Components revisions included in the release
Additional components revisions used in build
- Used for building runtime
- intel/libva@c9bb65b (Compatible with va_api_major_version = 1)
- oneapi-src/level-zero@v1.8.5 (Compatible with oneAPI Level Zero API Spec v1.3.7)
- intel/intel-graphics-compiler@igc-1.0.11702.1
- intel/igsc@V0.8.4
Installation procedure on Ubuntu 22.04
- Create temporary directory
Example:
mkdir neo
- Download all *.deb packages
Example:
cd neo
wget https://github.com/intel/intel-graphics-compiler/releases/download/igc-1.0.11702.1/intel-igc-core_1.0.11702.1_amd64.1.deb
wget https://github.com/intel/intel-graphics-compiler/releases/download/igc-1.0.11702.1/intel-igc-opencl_1.0.11702.1_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/22.33.23949/intel-level-zero-gpu-dbgsym_1.3.23949_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/22.33.23949/intel-level-zero-gpu_1.3.23949_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/22.33.23949/intel-opencl-icd-dbgsym_22.33.23949_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/22.33.23949/intel-opencl-icd_22.33.23949_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/22.33.23949/libigdgmm12_22.1.3_amd64.deb
- Verify sha256 sums for packages
Example:
wget https://github.com/intel/compute-runtime/releases/download/22.33.23949/ww33.sum
sha256sum -c ww33.sum
- Install all packages as root
Example:
sudo dpkg -i *.deb
sha256 sums for packages
58ce46eef041a5c4b435bf3d6d9845e464931756fab78c75166167c015b6e51d intel-igc-core_1.0.11702.1_amd64.1.deb
3692be17a46741ccabb0320989a6e917bd1dbd1599c96c86c391540c0c7f4e70 intel-igc-opencl_1.0.11702.1_amd64.deb
c9c9c72278085db43103505dd42b13d30560df40b5624979b70f318949bf984b intel-level-zero-gpu-dbgsym_1.3.23949_amd64.ddeb
374712c83693e0b2498d394b782eb77f4c0f34b8416af1d5dee5ec2bf2d8d732 intel-level-zero-gpu_1.3.23949_amd64.deb
3783c38226fa4e555b2db1863e4ab82da095ad2f0ee0e0cc446a1076f344071f intel-opencl-icd-dbgsym_22.33.23949_amd64.ddeb
51d4181efb90874276d478a00cc0a51848b0f1fffe7b31d25aa37ea3a008783d intel-opencl-icd_22.33.23949_amd64.deb
7b6378d9a760b5c93e835d862047d7c7841f6b6065e9bf2103b5b4134f2af2b5 libigdgmm12_22.1.3_amd64.deb
Other installation procedures are described here.
Quality expectations
Platform | OpenCL | Level Zero |
---|---|---|
DG1 | 3.0 - Production | 1.3 - Pre-Release |
Skylake | 3.0 - Production | 1.3 - Pre-Release |
Kaby Lake | 3.0 - Production | 1.3 - Pre-Release |
Coffee Lake | 3.0 - Production | 1.3 - Pre-Release |
Ice Lake | 3.0 - Production | 1.3 - Pre-Release |
Tiger Lake | 3.0 - Production | 1.3 - Pre-Release |
Rocket Lake | 3.0 - Production | 1.3 - Pre-Release |
Alder Lake | 3.0 - Production | 1.3 - Pre-Release |
Elkhart Lake | 3.0 - Production | - |
Broadwell | 3.0 - Maintenance | - |
Apollo Lake | 3.0 - Maintenance | - |
Gemini Lake | 3.0 - Maintenance | - |
All other platforms were validated on Ubuntu 20.04 LTS with stock kernel, unless noted otherwise.
DG1 was tested with drm-tip kernel v.5.18.0
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 flag NEO_ENABLE_i915_PRELIM_DETECTION=1
Important changes
- igsc revision update
22.32.23937
Packages included in the release
- intel-gmmlib (https://github.com/intel/gmmlib)
- intel-opencl-icd, intel-level-zero-gpu (https://github.com/intel/compute-runtime)
Components revisions included in the release
Additional components revisions used in build
- Used for building runtime
- intel/libva@c9bb65b (Compatible with va_api_major_version = 1)
- oneapi-src/level-zero@v1.8.5 (Compatible with oneAPI Level Zero API Spec v1.3.7)
- intel/intel-graphics-compiler@igc-1.0.11702.1
- intel/igsc@V0.6.0
Installation procedure on Ubuntu 22.04
- Create temporary directory
Example:
mkdir neo
- Download all *.deb packages
Example:
cd neo
wget https://github.com/intel/intel-graphics-compiler/releases/download/igc-1.0.11702.1/intel-igc-core_1.0.11702.1_amd64.1.deb
wget https://github.com/intel/intel-graphics-compiler/releases/download/igc-1.0.11702.1/intel-igc-opencl_1.0.11702.1_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/22.32.23937/intel-level-zero-gpu-dbgsym_1.3.23937_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/22.32.23937/intel-level-zero-gpu_1.3.23937_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/22.32.23937/intel-opencl-icd-dbgsym_22.32.23937_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/22.32.23937/intel-opencl-icd_22.32.23937_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/22.32.23937/libigdgmm12_22.1.3_amd64.deb
- Verify sha256 sums for packages
Example:
wget https://github.com/intel/compute-runtime/releases/download/22.32.23937/ww32.sum
sha256sum -c ww32.sum
- Install all packages as root
Example:
sudo dpkg -i *.deb
sha256 sums for packages
58ce46eef041a5c4b435bf3d6d9845e464931756fab78c75166167c015b6e51d intel-igc-core_1.0.11702.1_amd64.1.deb
3692be17a46741ccabb0320989a6e917bd1dbd1599c96c86c391540c0c7f4e70 intel-igc-opencl_1.0.11702.1_amd64.deb
d79c48ac06ed1fe4db0485e46a47fa79de3c67abe84ed9ff4c2f7ccb24d45d8a intel-level-zero-gpu-dbgsym_1.3.23937_amd64.ddeb
69604a816fc4c8c5b4273eb90f677afeb574f9804189fdd45004b65d129a19a7 intel-level-zero-gpu_1.3.23937_amd64.deb
24903851aadfd7d1f0a5fe9e59adbc136e13cb8cde4f2f393160a05b5d983339 intel-opencl-icd-dbgsym_22.32.23937_amd64.ddeb
7b24e965e9e8486fba7fd6d3d606600bfd4e3e3b4d63e181ad59392e812936a7 intel-opencl-icd_22.32.23937_amd64.deb
7b6378d9a760b5c93e835d862047d7c7841f6b6065e9bf2103b5b4134f2af2b5 libigdgmm12_22.1.3_amd64.deb
Other installation procedures are described here.
Quality expectations
Platform | OpenCL | Level Zero |
---|---|---|
DG1 | 3.0 - Production | 1.3 - Pre-Release |
Skylake | 3.0 - Production | 1.3 - Pre-Release |
Kaby Lake | 3.0 - Production | 1.3 - Pre-Release |
Coffee Lake | 3.0 - Production | 1.3 - Pre-Release |
Ice Lake | 3.0 - Production | 1.3 - Pre-Release |
Tiger Lake | 3.0 - Production | 1.3 - Pre-Release |
Rocket Lake | 3.0 - Production | 1.3 - Pre-Release |
Alder Lake | 3.0 - Production | 1.3 - Pre-Release |
Elkhart Lake | 3.0 - Production | - |
Broadwell | 3.0 - Maintenance | - |
Apollo Lake | 3.0 - Maintenance | - |
Gemini Lake | 3.0 - Maintenance | - |
All other platforms were validated on Ubuntu 20.04 LTS with stock kernel, unless noted otherwise.
DG1 was tested with drm-tip kernel v.5.18.0
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 flag NEO_ENABLE_i915_PRELIM_DETECTION=1
Important changes
- igc revision update
- Rename core family names to meet naming convention
22.31.23852
Packages included in the release
- intel-gmmlib (https://github.com/intel/gmmlib)
- intel-opencl-icd, intel-level-zero-gpu (https://github.com/intel/compute-runtime)
Components revisions included in the release
Additional components revisions used in build
- Used for building runtime
- intel/libva@c9bb65b (Compatible with va_api_major_version = 1)
- oneapi-src/level-zero@v1.8.5 (Compatible with oneAPI Level Zero API Spec v1.3.7)
- intel/intel-graphics-compiler@igc-1.0.11485
- intel/igsc@V0.6.0
Installation procedure on Ubuntu 22.04
- Create temporary directory
Example:
mkdir neo
- Download all *.deb packages
Example:
cd neo
wget https://github.com/intel/intel-graphics-compiler/releases/download/igc-1.0.11485/intel-igc-core_1.0.11485_amd64.deb
wget https://github.com/intel/intel-graphics-compiler/releases/download/igc-1.0.11485/intel-igc-opencl_1.0.11485_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/22.31.23852/intel-level-zero-gpu-dbgsym_1.3.23852_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/22.31.23852/intel-level-zero-gpu_1.3.23852_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/22.31.23852/intel-opencl-icd-dbgsym_22.31.23852_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/22.31.23852/intel-opencl-icd_22.31.23852_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/22.31.23852/libigdgmm12_22.1.3_amd64.deb
- Verify sha256 sums for packages
Example:
wget https://github.com/intel/compute-runtime/releases/download/22.31.23852/ww31.sum
sha256sum -c ww31.sum
- Install all packages as root
Example:
sudo dpkg -i *.deb
sha256 sums for packages
f31bdb21b92f4d5a21669ac7ea22dbc7ab2d1121669f6a6d72a6fc82a0b37af6 intel-igc-core_1.0.11485_amd64.deb
16c4585a25f51251196a05e6b77f086546b847417c08e090b6784024a780a304 intel-igc-opencl_1.0.11485_amd64.deb
8719875b21752617d632f7be92523ff64f15cfad3a1d194b8898a214992a90be intel-level-zero-gpu-dbgsym_1.3.23852_amd64.ddeb
d341ade00d930029b27f255288f0e298bcb2673830ffee95d546c7f6e8727907 intel-level-zero-gpu_1.3.23852_amd64.deb
312fc910cff46f3a231129d0081e3bf6df5bf34753a7a975dbae18e1328240ab intel-opencl-icd-dbgsym_22.31.23852_amd64.ddeb
9d626837ca77d2a8550333151142aac0659d4893e2bbcc9fa5da7e64aeac15a2 intel-opencl-icd_22.31.23852_amd64.deb
7b6378d9a760b5c93e835d862047d7c7841f6b6065e9bf2103b5b4134f2af2b5 libigdgmm12_22.1.3_amd64.deb
Other installation procedures are described here.
Quality expectations
Platform | OpenCL | Level Zero |
---|---|---|
DG1 | 3.0 - Production | 1.3 - Pre-Release |
Skylake | 3.0 - Production | 1.3 - Pre-Release |
Kaby Lake | 3.0 - Production | 1.3 - Pre-Release |
Coffee Lake | 3.0 - Production | 1.3 - Pre-Release |
Ice Lake | 3.0 - Production | 1.3 - Pre-Release |
Tiger Lake | 3.0 - Production | 1.3 - Pre-Release |
Rocket Lake | 3.0 - Production | 1.3 - Pre-Release |
Alder Lake | 3.0 - Production | 1.3 - Pre-Release |
Elkhart Lake | 3.0 - Production | - |
Broadwell | 3.0 - Maintenance | - |
Apollo Lake | 3.0 - Maintenance | - |
Gemini Lake | 3.0 - Maintenance | - |
All other platforms were validated on Ubuntu 20.04 LTS with stock kernel, unless noted otherwise.
DG1 was tested with drm-tip kernel v.5.18.0
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 flag NEO_ENABLE_i915_PRELIM_DETECTION=1
Important changes
- Update ZEInfo version to 1.9
- Update level_zero to 1.8.5
22.30.23789
Packages included in the release
- intel-gmmlib (https://github.com/intel/gmmlib)
- intel-opencl-icd, intel-level-zero-gpu (https://github.com/intel/compute-runtime)
Components revisions included in the release
Additional components revisions used in build
- Used for building runtime
- intel/libva@c9bb65b (Compatible with va_api_major_version = 1)
- oneapi-src/level-zero@v1.8.1 (Compatible with oneAPI Level Zero API Spec v1.3.7)
- intel/intel-graphics-compiler@igc-1.0.11485
- intel/igsc@V0.6.0
Installation procedure on Ubuntu 22.04
- Create temporary directory
Example:
mkdir neo
- Download all *.deb packages
Example:
cd neo
wget https://github.com/intel/intel-graphics-compiler/releases/download/igc-1.0.11485/intel-igc-core_1.0.11485_amd64.deb
wget https://github.com/intel/intel-graphics-compiler/releases/download/igc-1.0.11485/intel-igc-opencl_1.0.11485_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/22.30.23789/intel-level-zero-gpu-dbgsym_1.3.23789_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/22.30.23789/intel-level-zero-gpu_1.3.23789_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/22.30.23789/intel-opencl-icd-dbgsym_22.30.23789_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/22.30.23789/intel-opencl-icd_22.30.23789_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/22.30.23789/libigdgmm12_22.1.3_amd64.deb
- Verify sha256 sums for packages
Example:
wget https://github.com/intel/compute-runtime/releases/download/22.30.23789/ww30.sum
sha256sum -c ww30.sum
- Install all packages as root
Example:
sudo dpkg -i *.deb
sha256 sums for packages
f31bdb21b92f4d5a21669ac7ea22dbc7ab2d1121669f6a6d72a6fc82a0b37af6 intel-igc-core_1.0.11485_amd64.deb
16c4585a25f51251196a05e6b77f086546b847417c08e090b6784024a780a304 intel-igc-opencl_1.0.11485_amd64.deb
6d83f4ffdd810becb3e06612c057999c8ea57a6af995568e9324e569829d4de5 intel-level-zero-gpu-dbgsym_1.3.23789_amd64.ddeb
1eb8dd7c71b5d872f8be7c16c3c8b52516f3bd2cc1e74bfb1a4ef3fe673a4b6c intel-level-zero-gpu_1.3.23789_amd64.deb
e00aab232fe6bb3241a4917a1b1a18ef8d8491a6d344844f3ff1c8e64aa66281 intel-opencl-icd-dbgsym_22.30.23789_amd64.ddeb
3dd784af8efabad50ee85c3214e246600a0d098762b69fee57b007e62bf488ba intel-opencl-icd_22.30.23789_amd64.deb
7b6378d9a760b5c93e835d862047d7c7841f6b6065e9bf2103b5b4134f2af2b5 libigdgmm12_22.1.3_amd64.deb
Other installation procedures are described here.
Quality expectations
Platform | OpenCL | Level Zero |
---|---|---|
DG1 | 3.0 - Production | 1.3 - Pre-Release |
Skylake | 3.0 - Production | 1.3 - Pre-Release |
Kaby Lake | 3.0 - Production | 1.3 - Pre-Release |
Coffee Lake | 3.0 - Production | 1.3 - Pre-Release |
Ice Lake | 3.0 - Production | 1.3 - Pre-Release |
Tiger Lake | 3.0 - Production | 1.3 - Pre-Release |
Rocket Lake | 3.0 - Production | 1.3 - Pre-Release |
Alder Lake | 3.0 - Production | 1.3 - Pre-Release |
Elkhart Lake | 3.0 - Production | - |
Broadwell | 3.0 - Maintenance | - |
Apollo Lake | 3.0 - Maintenance | - |
Gemini Lake | 3.0 - Maintenance | - |
All other platforms were validated on Ubuntu 20.04 LTS with stock kernel, unless noted otherwise.
DG1 was tested with drm-tip kernel v.5.16 rc3.
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 flag NEO_ENABLE_i915_PRELIM_DETECTION=1
Important changes
- Add device IDs for ADLN