Skip to content

Commit

Permalink
Add ZenDNN v5.0 build support
Browse files Browse the repository at this point in the history
Signed-off-by: Ajeet Singh <[email protected]>
Change-Id: I3403f1268372a3491317c7cd2e9bbb9b2822e08c
Reviewed-on: http://gerrit-git.amd.com/c/amd/ec/ZenDNN_ONNXRuntime/+/1153614
Reviewed-by: Kiriti Pendyala <[email protected]>
Reviewed-by: Devasena Kirthika S <[email protected]>
Tested-by: Kiriti Pendyala <[email protected]>
  • Loading branch information
ajeet1203singh authored and kiriti-pendyala committed Nov 15, 2024
1 parent e4fc92b commit d1ea061
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.2)
set(ZENDNN_TAG v5.0)

set(BLIS_URL https://github.com/amd/blis.git)
set(BLIS_TAG 5.0)
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.2)
set(ZENDNN_TAG v5.0)

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

0 comments on commit d1ea061

Please sign in to comment.