Skip to content

Commit

Permalink
[ZENTORCH INFRA] Update ZenDNN version to v5.0
Browse files Browse the repository at this point in the history
-- Update ZenDNN version from v4.2 to v5.0

Signed-off-by: durga <[email protected]>
Change-Id: Ifdd5f019f313b8d8ec95f60f8381bd443f69e027
  • Loading branch information
Venkata-Durga-Rao committed Nov 15, 2024
1 parent 83d5c0a commit 639df97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/modules/FindZENDNN.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ endif()
IF("$ENV{ZENTORCH_USE_LOCAL_ZENDNN}" EQUAL 0)
FetchContent_Declare(ZenDNN
GIT_REPOSITORY https://github.com/amd/ZenDNN.git
GIT_TAG v4.2
GIT_TAG v5.0
SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/third_party/ZenDNN"
)
FetchContent_GetProperties(ZenDNN)
Expand Down

0 comments on commit 639df97

Please sign in to comment.