Skip to content

Commit 691c750

Browse files
committed
Update ZenDNN v5.0.2 dependency
- Update ZenDNN v5.0.2 dependency in workspace.bzl file. - ZENAI-1036 Signed-off-by: sanil <[email protected]> Change-Id: I0105859d881ab018e9888a83f784c4a71f67dfdc (cherry picked from commit 603f79a)
1 parent 81c007e commit 691c750

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 = "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"),
109+
sha256 = "e332ac58ee544d640e762226aaa7570eef6dc2f832d7d6529b4f9872fda6e0cc",
110+
strip_prefix = "ZenDNN-5.0.2",
111+
urls = tf_mirror_urls("https://github.com/amd/ZenDNN/archive/refs/tags/v5.0.2.tar.gz"),
112112
)

0 commit comments

Comments
 (0)