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 0472b63 commit ca9eed3Copy full SHA for ca9eed3
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 v5.0.1
+ GIT_TAG v5.0.2
171
SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/third_party/ZenDNN"
172
)
173
FetchContent_GetProperties(ZenDNN)
0 commit comments