Skip to content

Commit

Permalink
fixup! CI: install 2024 versions of Intel OCL libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
johningve committed Nov 22, 2023
1 parent 2554c59 commit b9ee87d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions continuous-integration/linux/platform-dependent/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
SCRIPT_DIR="$(realpath $(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd) )"

function ubuntu_install_opencl_cpu_runtime {

PACKAGE_VERSION=2023.2.2-47
# Download the key to system keyring
INTEL_KEY_URL=https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB
wget -O- $INTEL_KEY_URL | gpg --dearmor | tee /usr/share/keyrings/oneapi-archive-keyring.gpg > /dev/null || exit $?
Expand All @@ -13,8 +13,7 @@ function ubuntu_install_opencl_cpu_runtime {
apt update || exit $?

# Install the OpenCL runtime
apt --assume-yes install intel-opencl-icd intel-oneapi-runtime-opencl-2024 intel-oneapi-runtime-compilers-2024 || exit $?

apt --assume-yes install intel-oneapi-runtime-opencl=$PACKAGE_VERSION intel-oneapi-runtime-compilers=$PACKAGE_VERSION intel-oneapi-runtime-openmp=$PACKAGE_VERSION || exit $?
}

function fedora_install_opencl_cpu_runtime {
Expand Down

0 comments on commit b9ee87d

Please sign in to comment.