Skip to content

Commit 2b82f4b

Browse files
committed
Update ZenDNN tag for r5.2
- Update ZenDNN to ZenDNN-5.2 - ZENAI-3020 Signed-off-by: Rahul Jauhari <rahul.jauhari@amd.com> Change-Id: Id253ffb45b26f7184bbbc901b31274fe149a81c1
1 parent 02f1af0 commit 2b82f4b

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
@@ -22,9 +22,9 @@ def amd_cpu_plugin_workspace(path_prefix = "", tf_repo_name = ""):
2222
tf_http_archive(
2323
name = "zendnnl_repo",
2424
build_file = "//third_party:zendnnl_cmake.BUILD",
25-
sha256 = "cebffecd3ed64a4388e7319b13c6294f965549490fa1a1b533d66ef1d512eeaa",
26-
strip_prefix = "ZenDNN-r5.2_rc3",
27-
urls = tf_mirror_urls("https://github.com/amd/ZenDNN/archive/refs/tags/r5.2_rc3.tar.gz"),
25+
sha256 = "471af2608ad8a783ded9bea1f53241299e360ae876cdc6b2eab941da6f835af6",
26+
strip_prefix = "ZenDNN-5.2",
27+
urls = tf_mirror_urls("https://github.com/amd/ZenDNN/archive/refs/tags/v5.2.tar.gz"),
2828
)
2929

3030
http_archive(

0 commit comments

Comments
 (0)