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.7.15 (Compatible with oneAPI Level Zero API Spec v1.3.7)
- intel/intel-graphics-compiler@igc-1.0.10778
- intel/igsc@V0.2.4
Installation procedure on Ubuntu 20.04
- Create temporary directory
Example:
mkdir neo
- Download all *.deb packages
Example:
cd neo
wget https://github.com/intel/compute-runtime/releases/download/22.13.22789/intel-gmmlib_22.0.2_amd64.deb
wget https://github.com/intel/intel-graphics-compiler/releases/download/igc-1.0.10778/intel-igc-core_1.0.10778_amd64.deb
wget https://github.com/intel/intel-graphics-compiler/releases/download/igc-1.0.10778/intel-igc-opencl_1.0.10778_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/22.13.22789/intel-opencl-icd-dbgsym_22.13.22789_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/22.13.22789/intel-opencl-icd_22.13.22789_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/22.13.22789/intel-level-zero-gpu-dbgsym_1.3.22789_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/22.13.22789/intel-level-zero-gpu_1.3.22789_amd64.deb
- Verify sha256 sums for packages
Example:
wget https://github.com/intel/compute-runtime/releases/download/22.13.22789/ww13.sum
sha256sum -c ww13.sum
- Install all packages as root
Example:
sudo dpkg -i *.deb
sha256 sums for packages
a94459dda576f5b39b4deb942cfee7077700cb6fb9ea05119d509013f7f9a21b intel-gmmlib_22.0.2_amd64.deb
5685f49350c2c69c7b8f2d23760d4630b7b8df0c2a539afe660b9b844a058225 intel-igc-core_1.0.10778_amd64.deb
73942cc32a3b8767dcbd1fbdf5d3faa5ca83887a7c087bacbd1f5998faaf7868 intel-igc-opencl_1.0.10778_amd64.deb
4fb5ea8814ef0d025ef1b8511f28cd74237d90a5a24c2d53c4cf763022a9bea3 intel-level-zero-gpu-dbgsym_1.3.22789_amd64.ddeb
8bce016879921e21b911b7386578a922b1766a08791dc30138cc6debb952c96c intel-level-zero-gpu_1.3.22789_amd64.deb
87884fab78448903c9f454d063952e5d8b2761aa2ef36919ee0d5eff34f72907 intel-opencl-icd-dbgsym_22.13.22789_amd64.ddeb
d60734718b0e17f10c6d290c2dea66d69f93934c30d8d26a104ce9a4f7207ec6 intel-opencl-icd_22.13.22789_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.
Important changes
- igc revision updated
- packages were built with custom flag NEO_ENABLE_i915_PRELIM_DETECTION=1