Skip to content

[main] New gpu driver for ubuntu#4286

Open
dkalinowski wants to merge 2 commits into
mainfrom
new-ubuntu-driver
Open

[main] New gpu driver for ubuntu#4286
dkalinowski wants to merge 2 commits into
mainfrom
new-ubuntu-driver

Conversation

@dkalinowski

Copy link
Copy Markdown
Collaborator

No description provided.

Copilot AI review requested due to automatic review settings June 11, 2026 13:18

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the Ubuntu 24.04 build configuration to use a newer Intel GPU compute runtime version and adds the corresponding package install branch in the Ubuntu GPU driver installation script.

Changes:

  • Bump the default INSTALL_DRIVER_VERSION for Ubuntu 24.04 builds to 26.18.38308.
  • Add a new case branch in install_ubuntu_gpu_drivers.sh to install the .deb set for 26.18.38308.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
Makefile Updates the default GPU driver version used for Ubuntu 24.04 builds.
install_ubuntu_gpu_drivers.sh Adds download/install steps for the new Ubuntu GPU driver version.

Comment thread Makefile
Comment on lines 169 to 172
ifeq ($(BASE_OS_TAG),24.04)
OS=ubuntu24
INSTALL_DRIVER_VERSION ?= "26.09.37435"
INSTALL_DRIVER_VERSION ?= "26.18.38308""
DLDT_PACKAGE_URL ?= $(DLDT_PACKAGE_URL_UBUNTU24)
Comment on lines +95 to +104
"26.18.38308") \
mkdir /tmp/gpu_deps && cd /tmp/gpu_deps ; \
curl -L -O https://github.com/intel/compute-runtime/releases/download/26.18.38308.1/libze-intel-gpu1_26.18.38308.1-0_amd64.deb; \
curl -L -O https://github.com/intel/compute-runtime/releases/download/26.18.38308.1/intel-opencl-icd_26.18.38308.1-0_amd64.deb; \
curl -L -O https://github.com/intel/compute-runtime/releases/download/26.18.38308.1/libigdgmm12_22.10.0_amd64.deb; \
curl -L -O https://github.com/intel/compute-runtime/releases/download/26.18.38308.1/intel-ocloc_26.18.38308.1-0_amd64.deb; \
curl -L -O https://github.com/intel/intel-graphics-compiler/releases/download/v2.34.4/intel-igc-core-2_2.34.4+21428_amd64.deb; \
curl -L -O https://github.com/intel/intel-graphics-compiler/releases/download/v2.34.4/intel-igc-opencl-2_2.34.4+21428_amd64.deb; \
dpkg -i *.deb && rm -Rf /tmp/gpu_deps ; \
;; \
Comment thread Makefile Outdated
Co-authored-by: Trawinski, Dariusz <dariusz.trawinski@intel.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants