Skip to content

Commit

Permalink
chore(deps): update GPU FPK
Browse files Browse the repository at this point in the history
  • Loading branch information
homksei committed Mar 1, 2024
1 parent 1cb94bf commit 9931b3f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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_20231019.tgz",
sha256 = "c0321dc22c7353e0ec1a8fa98cf61b5142bc8bca0985ae7c83dbc8a295573360",
url = "https://github.com/oneapi-src/oneDAL/releases/download/Dependencies/mklgpufpk_lnx_2024-02-22.tgz",
sha256 = "50a98f185655f2767b4120a36b367bddbca8e769bd1f50a0eef5b2b2a9c08051",
)

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=20231019
set MKLGPUVERSION=2024-02-22

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="20231019"
MKLGPUFPK_VERSION="2024-02-22"
WITH_GPU=true

while true ; do
Expand Down

0 comments on commit 9931b3f

Please sign in to comment.