We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83d5c0a commit 639df97Copy full SHA for 639df97
cmake/modules/FindZENDNN.cmake
@@ -167,7 +167,7 @@ endif()
167
IF("$ENV{ZENTORCH_USE_LOCAL_ZENDNN}" EQUAL 0)
168
FetchContent_Declare(ZenDNN
169
GIT_REPOSITORY https://github.com/amd/ZenDNN.git
170
- GIT_TAG v4.2
+ GIT_TAG v5.0
171
SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/third_party/ZenDNN"
172
)
173
FetchContent_GetProperties(ZenDNN)
0 commit comments