Skip to content

Commit

Permalink
[ZENDNN FWK] Update ZenDNN version
Browse files Browse the repository at this point in the history
 -Update ZenDNN version to 4.2

Signed-off-by: Devasena Kirthika S <[email protected]>
Change-Id: I22e0732bd7454624c752ba473f96c78f6df9e8c5
Reviewed-on: https://gerrit-git.amd.com/c/amd/ec/ZenDNN_ONNXRuntime/+/1060019
Reviewed-by: Chandra Kumar Ramasamy <[email protected]>
Reviewed-by: Ajeet Singh <[email protected]>
Tested-by: Llvm Cpu <[email protected]>
  • Loading branch information
Devasena Kirthika S authored and Devasena Kirthika S committed May 21, 2024
1 parent 28b4f49 commit 8c5241f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmake/external/build_local_zendnn.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ include (ExternalProject)

set(ZENDNN_URL https://github.com/amd/ZenDNN.git)
# Mention ZENDNN_TAG version to dowload.
set(ZENDNN_TAG v4.1)
set(ZENDNN_TAG v4.2)

set(BLIS_URL https://github.com/amd/blis.git)
set(BLIS_TAG 4.2)
Expand Down
2 changes: 1 addition & 1 deletion cmake/external/zendnn.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ include (ExternalProject)

set(ZENDNN_URL https://github.com/amd/ZenDNN.git)
# Mention ZENDNN_TAG version to dowload.
set(ZENDNN_TAG v4.1)
set(ZENDNN_TAG v4.2)

set(BLIS_URL https://github.com/amd/blis.git)
set(BLIS_TAG 4.2)
Expand Down

0 comments on commit 8c5241f

Please sign in to comment.