Skip to content

Commit 5554ee7

Browse files
committed
Update the ZenDNN dependency with v5.0 release
- Update the dependency and hash value for ZenDNNv5.0 Signed-off-by: SAVAN ANADANI <[email protected]> Change-Id: I63d9bb10660e182e0e13e2105c6b23094a525d3b
1 parent 3268d90 commit 5554ee7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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 = "b5a879372c277de37b67fb0e20e8b3f7318bc456148d68df5de8ff1169e29de6",
110-
strip_prefix = "ZenDNN-4.2",
111-
urls = tf_mirror_urls("https://github.com/amd/ZenDNN/archive/refs/tags/v4.2.tar.gz"),
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"),
112112
)

0 commit comments

Comments
 (0)