修改oneDNN为国内镜像地址

This commit is contained in:
frozenleaves
2025-09-02 11:41:39 +08:00
parent b6553be1bc
commit 050ef1521a

View File

@ -153,8 +153,8 @@ endif()
if (AVX512_FOUND AND NOT AVX512_DISABLED)
FetchContent_Declare(
oneDNN
GIT_REPOSITORY https://github.com/oneapi-src/oneDNN.git
GIT_TAG v3.7.1
GIT_REPOSITORY http://git.lcx.ac.cn:3000/frozenleaves/oneDNN.git
GIT_TAG v3.8.1
GIT_PROGRESS TRUE
GIT_SHALLOW TRUE
)