24.31.30508.7
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/[email protected] (Compatible with va_api_major_version = 1)
- oneapi-src/[email protected] (Supports oneAPI Level Zero Specification v1.9.2)
- intel/[email protected]
- intel/[email protected]
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.17384.11/intel-igc-core_1.0.17384.11_amd64.deb
wget https://github.com/intel/intel-graphics-compiler/releases/download/igc-1.0.17384.11/intel-igc-opencl_1.0.17384.11_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/24.31.30508.7/intel-level-zero-gpu-dbgsym_1.3.30508.7_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/24.31.30508.7/intel-level-zero-gpu_1.3.30508.7_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/24.31.30508.7/intel-opencl-icd-dbgsym_24.31.30508.7_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/24.31.30508.7/intel-opencl-icd_24.31.30508.7_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/24.31.30508.7/libigdgmm12_22.4.1_amd64.deb
- Verify sha256 sums for packages
Example:
wget https://github.com/intel/compute-runtime/releases/download/24.31.30508.7/ww31.sum
sha256sum -c ww31.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
a6a8c7802d0a5be2ad563cf76775f4ca4749188794eb419427e01373b16dc458 intel-igc-core_1.0.17384.11_amd64.deb
3bbfecdf2c0a8087fa62677ca3ef7c64e911ca91262b1bca1afd8596a2a57b4b intel-igc-opencl_1.0.17384.11_amd64.deb
ef1a2f1fe0ec14d850d694cadd2eff0711c9d46578e25538fe548dc87062e801 intel-level-zero-gpu-dbgsym_1.3.30508.7_amd64.ddeb
4a84125baa2bf4ce1aa9b3759aa5f6ce09bb484dd0dc97ced0ca43e627cb1d6f intel-level-zero-gpu_1.3.30508.7_amd64.deb
ce974703398b3a78acb6ee8b94d4a393d6bb595f5d8258900ffda4cdf293c234 intel-opencl-icd-dbgsym_24.31.30508.7_amd64.ddeb
7d79063bfea7a2d34fe54ca0a482e3f681f3aa51340c7dcc1bd9899576b0b2c2 intel-opencl-icd_24.31.30508.7_amd64.deb
95106c23e3d80af5e5ddd2c2a5b0baa6c3adf5d690efb8f95e957ee6235646c1 libigdgmm12_22.4.1_amd64.deb
Quality expectations
Platform | Quality | OpenCL | Level Zero | WSL |
---|---|---|---|---|
DG1 | Production | 3.0 | 1.5 | Yes |
DG2 | Production | 3.0 | 1.5 | Yes |
Skylake | Production | 3.0 | 1.5 | -- |
Kaby Lake | Production | 3.0 | 1.5 | -- |
Coffee Lake | Production | 3.0 | 1.5 | Yes |
Ice Lake | Production | 3.0 | 1.5 | Yes |
Tiger Lake | Production | 3.0 | 1.5 | Yes |
Rocket Lake | Production | 3.0 | 1.5 | Yes |
Alder Lake | Production | 3.0 | 1.5 | Yes |
Meteor Lake | Production | 3.0 | 1.5 | Yes |
Elkhart Lake | Production | 3.0 | -- | Yes |
Raptor Lake | Production | 3.0 | 1.5 | 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 were tested with kernel 6.3.1-060301-generic and DG2 with 6.7.5-060705-generic
- Meteor Lake was tested with kernel v6.7.5
WSL support was tested with Windows host driver 101.5768, 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