24.35.30872.36
Pre-release
Pre-release
This incremental release contains legacy-specific changes for legacy platforms, to allow interop with linux kernels (https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/6073). If you are not experiencing problems described in issue, feel free to ignore this release.
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.3)
- 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.17537.24/intel-igc-core_1.0.17537.24_amd64.deb
wget https://github.com/intel/intel-graphics-compiler/releases/download/igc-1.0.17537.24/intel-igc-opencl_1.0.17537.24_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/24.35.30872.36/intel-level-zero-gpu-legacy1-dbgsym_1.5.30872.36_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/24.35.30872.36/intel-level-zero-gpu-legacy1_1.5.30872.36_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/24.35.30872.36/intel-opencl-icd-legacy1-dbgsym_24.35.30872.36_amd64.ddeb
wget https://github.com/intel/compute-runtime/releases/download/24.35.30872.36/intel-opencl-icd-legacy1_24.35.30872.36_amd64.deb
wget https://github.com/intel/compute-runtime/releases/download/24.35.30872.36/libigdgmm12_22.5.0_amd64.deb
- Verify sha256 sums for packages
Example:
wget https://github.com/intel/compute-runtime/releases/download/24.35.30872.36/ww35.sum
sha256sum -c ww35.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
df908a45f770656ae14057f5449fc77aaa764663f2293709fe328c4782df4d8d intel-level-zero-gpu-legacy1-dbgsym_1.5.30872.36_amd64.ddeb
40dfbd15ab62de036a00824b304a2aa1fa2d81ad60ef83da09cfe3c5a80c429f intel-level-zero-gpu-legacy1_1.5.30872.36_amd64.deb
f7a5e998b479ca2faa6ddab1475b1b407fec0ad1a1b01ca6c4b1b5342fb0af8b intel-opencl-icd-legacy1-dbgsym_24.35.30872.36_amd64.ddeb
bbe71e4f414259e06a10cde72c29a2bd78d41b2bb2f6f8463b1806797fe66e85 intel-opencl-icd-legacy1_24.35.30872.36_amd64.deb
cc29d14df83cff1b3c6a66baa39257f0211b168ab43a99c2dc62a3734431bc23 libigdgmm12_22.5.0_amd64.deb
Additional information
- packages were built with custom flags NEO_ENABLE_i915_PRELIM_DETECTION=1