Skip to content

Commit e7ba083

Browse files
committed
Update ZenDNN v5.0.1 dependency
- Update ZenDNN v5.0.1 dependency in workspace.bzl file. - ZENAI-1032 Signed-off-by: SAVAN ANADANI <Savan.Anadani@amd.com> Change-Id: I169f0e6c0055cf7bfd5493a70bd1c8fdc5f61d79 (cherry picked from commit 41c9247)
1 parent f26f197 commit e7ba083

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tensorflow_plugin/workspace.bzl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def amd_cpu_plugin_workspace(path_prefix = "", tf_repo_name = ""):
106106
tf_http_archive(
107107
name = "zen_dnn",
108108
build_file = "//third_party/zen_dnn:zen.BUILD",
109-
sha256 = "c8c632ffcae7062170276194850c6b16c46ca19fe2644959094e15b92bcfaca4",
110-
strip_prefix = "ZenDNN-5.0",
111-
urls = tf_mirror_urls("https://github.com/amd/ZenDNN/archive/refs/tags/v5.0.tar.gz"),
109+
sha256 = "9b8bca935b3c76e3cfed8a0292d4fc55624836082762606e6ebfa0363824bf0f",
110+
strip_prefix = "ZenDNN-5.0.1",
111+
urls = tf_mirror_urls("https://github.com/amd/ZenDNN/archive/refs/tags/v5.0.1.tar.gz"),
112112
)

0 commit comments

Comments
 (0)