ggml-zendnn : update ZenDNN git tag to main branch (#19133)

This commit is contained in:
Vishal Singh 2026-01-28 03:51:36 +05:30 committed by GitHub
parent 2b4cbd2834
commit f2571df8b7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ if (NOT ZENDNN_ROOT OR ZENDNN_ROOT STREQUAL "" OR ZENDNN_ROOT STREQUAL "OFF")
ExternalProject_Add(
zendnn
GIT_REPOSITORY https://github.com/amd/ZenDNN.git
GIT_TAG zendnnl
GIT_TAG 21ce8f7879c86bf3637f707fae6f29e0951db5fe
PREFIX ${ZENDNN_PREFIX}
SOURCE_DIR ${ZENDNN_SOURCE_DIR}
BINARY_DIR ${ZENDNN_BUILD_DIR}