Skip to content

Commit 6f731b3

Browse files
saniljoshikiriti-pendyala
authored andcommitted
Update ZenDNN v5.1 dependency
- Update ZenDNN v5.1 dependency in workspace.bzl file. - ZENAI-1207 Signed-off-by: Sanil <[email protected]> Change-Id: I7a0c255e921e1c19add910dc72462cd793e6c87c
1 parent 7d60104 commit 6f731b3

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 = "11ec9ab63a457329b4199116c7c33803b8527d23fa7ca8c895c97f03baf453b5",
110-
strip_prefix = "ZenDNN-zendnn-2025-WW28",
111-
urls = tf_mirror_urls("https://github.com/amd/ZenDNN/archive/refs/tags/zendnn-2025-WW28.tar.gz"),
109+
sha256 = "d073b716232d0260eb74df60be6430a767c44fec7f0df0891d84670ac1da6dd1",
110+
strip_prefix = "ZenDNN-5.1",
111+
urls = tf_mirror_urls("https://github.com/amd/ZenDNN/archive/refs/tags/v5.1.tar.gz"),
112112
)

0 commit comments

Comments
 (0)