Skip to content

Commit 639df97

Browse files
[ZENTORCH INFRA] Update ZenDNN version to v5.0
-- Update ZenDNN version from v4.2 to v5.0 Signed-off-by: durga <[email protected]> Change-Id: Ifdd5f019f313b8d8ec95f60f8381bd443f69e027
1 parent 83d5c0a commit 639df97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/modules/FindZENDNN.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ endif()
167167
IF("$ENV{ZENTORCH_USE_LOCAL_ZENDNN}" EQUAL 0)
168168
FetchContent_Declare(ZenDNN
169169
GIT_REPOSITORY https://github.com/amd/ZenDNN.git
170-
GIT_TAG v4.2
170+
GIT_TAG v5.0
171171
SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/third_party/ZenDNN"
172172
)
173173
FetchContent_GetProperties(ZenDNN)

0 commit comments

Comments
 (0)