Merge pull request #141 from Shadowghost/upgrade-intel-compute-runtime

Upgrade Intel Compute Runtime to 26.27.39122.1
This commit is contained in:
Joshua M. Boniface
2026-08-17 13:36:48 -04:00
committed by GitHub
+3 -3
View File
@@ -11,9 +11,9 @@ ARG FFMPEG_PACKAGE=jellyfin-ffmpeg8
# https://github.com/intel/compute-runtime/releases # https://github.com/intel/compute-runtime/releases
ARG GMMLIB_VER=22.10.0 ARG GMMLIB_VER=22.10.0
# >= Gen12 graphics (current) # >= Gen12 graphics (current)
ARG IGC2_VER=2.34.4 ARG IGC2_VER=2.38.2
ARG IGC2_BUILD=21428 ARG IGC2_BUILD=22051
ARG NEO_VER=26.18.38308.1 ARG NEO_VER=26.27.39122.1
# <= Gen11 graphics (legacy) # <= Gen11 graphics (legacy)
ARG IGC1_LEGACY_VER=1.0.17537.24 ARG IGC1_LEGACY_VER=1.0.17537.24
ARG NEO_LEGACY_VER=24.35.30872.36 ARG NEO_LEGACY_VER=24.35.30872.36