修改oneDNN为国内镜像地址
This commit is contained in:
@ -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
|
||||
)
|
||||
|
Reference in New Issue
Block a user