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.13.1 (Supports oneAPI Level Zero Specification v1.6.10)
- intel/intel-graphics-compiler@igc-1.0.14828.8
- 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.14828.8/intel-igc-core_1.0.14828.8_amd64.deb
wget https://github.com/intel/intel-graphics-compiler/releases/download/igc-1.0.14828.8/intel-igc-opencl_1.0.14828.8_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/23.30.26918.9/intel-level-zero-gpu-dbgsym_1.3.26918.9_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/23.30.26918.9/intel-level-zero-gpu_1.3.26918.9_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/23.30.26918.9/intel-opencl-icd-dbgsym_23.30.26918.9_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/23.30.26918.9/intel-opencl-icd_23.30.26918.9_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/23.30.26918.9/libigdgmm12_22.3.0_amd64.deb
- Verify sha256 sums for packages
Example:
wget https://github.com/intel/compute-runtime/releases/download/23.30.26918.9/ww30.sum
sha256sum -c ww30.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
0a3497d36d080f7be822eb10ce2611420543444328d7034ba97ebafc637c77a6 intel-igc-core_1.0.14828.8_amd64.deb
133e1981121d60d3b83c0cddee72aaa12195cdf8cd576516fefe4db19420fffe intel-igc-opencl_1.0.14828.8_amd64.deb
705d4065500040027d208e39f4ab607712f088fb2e83fa58ec23f563a3e30459 intel-level-zero-gpu-dbgsym_1.3.26918.9_amd64.ddeb
9500b20e703497eceaf923aace5311f0c75ae77ae2012c7e2c2c117896e56955 intel-level-zero-gpu_1.3.26918.9_amd64.deb
8ebb9f0d7a688a78b72215d9d96f8c1d732fec34d1bf1f998979f3cea5992d18 intel-opencl-icd-dbgsym_23.30.26918.9_amd64.ddeb
5de673d74e8d2e2a62fa739e2476f3a1a44be293e7593536da960dc0ed4678af intel-opencl-icd_23.30.26918.9_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
Important changes
- 175ceb9 feature: Add support for media freq domain on linux
- ec9afc5 feature: ZE_COMMAND_QUEUE_FLAG_IN_ORDER flag support
- dc0796c feature: Add cl_khr_spirv_linkonce_odr to supported extensions