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.11.0 (Supports oneAPI Level Zero Specification v1.5.8)
- intel/intel-graphics-compiler@igc-1.0.13822.6
- intel/igsc@V0.8.9
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.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
- 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
- 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