Skip to content

Commit

Permalink
chore(deps): update GPU FPK (#2680)
Browse files Browse the repository at this point in the history
* chore(deps): update GPU FPK

* Update apt.sh

---------

Co-authored-by: Ian Faust <icfaust@gmail.com>
  • Loading branch information
homksei and icfaust committed Jul 17, 2024
1 parent e68ca9b commit 50584aa
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .ci/env/apt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ function add_repo {
}

function install_dpcpp {
sudo apt-get install -y intel-oneapi-compiler-dpcpp-cpp-2024.1
sudo apt-get install -y intel-oneapi-compiler-dpcpp-cpp-2024.2
sudo bash -c 'echo libintelocl.so > /etc/OpenCL/vendors/intel-cpu.icd'
}

Expand Down
4 changes: 2 additions & 2 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ micromkl_repo(
micromkl_dpc_repo(
name = "micromkl_dpc",
root_env_var = "MKLGPUFPKROOT",
url = "https://github.com/oneapi-src/oneDAL/releases/download/Dependencies/mklgpufpk_lnx_2024-02-20.tgz",
sha256 = "1c60914461aafa5e5512181c7d5c1fdbdeff83746dbd980fe97074a3b65fc1ed",
url = "https://github.com/oneapi-src/oneDAL/releases/download/Dependencies/mklgpufpk_lnx_20240605.tgz",
sha256 = "0787a92e9580ed6b9fb97d054a0ed77994dbc18b4b3fb099451cb1e6ebdf4f16",
)

load("@onedal//dev/bazel/deps:openblas.bzl", "openblas_repo")
Expand Down
2 changes: 1 addition & 1 deletion dev/download_micromkl.bat
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ powershell.exe -command "if ($PSVersionTable.PSVersion.Major -ge 3) {exit 1} els

set MKLURLROOT=https://github.com/oneapi-src/oneDAL/releases/download/Dependencies/
set MKLVERSION=20230413
set MKLGPUVERSION="2024-02-20"
set MKLGPUVERSION=20240605

set MKLPACKAGE=mklfpk_win_%MKLVERSION%
set MKLGPUPACKAGE=mklgpufpk_win_%MKLGPUVERSION%
Expand Down
2 changes: 1 addition & 1 deletion dev/download_micromkl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
MKLFPK_URL_ROOT="https://github.com/oneapi-src/oneDAL/releases/download/Dependencies/"
MKLFPK_VERSION="20230413"
MKLFPK_VERSION_MAC="20210426"
MKLGPUFPK_VERSION="2024-02-20"
MKLGPUFPK_VERSION="20240605"
WITH_GPU=true

while true ; do
Expand Down

0 comments on commit 50584aa

Please sign in to comment.