修改oneDNN为国内镜像地址
This commit is contained in:
@ -176,7 +176,7 @@ endif()
|
|||||||
if ((AVX512_FOUND AND NOT AVX512_DISABLED) OR ASIMD_FOUND)
|
if ((AVX512_FOUND AND NOT AVX512_DISABLED) OR ASIMD_FOUND)
|
||||||
FetchContent_Declare(
|
FetchContent_Declare(
|
||||||
oneDNN
|
oneDNN
|
||||||
GIT_REPOSITORY https://github.com/oneapi-src/oneDNN.git
|
GIT_REPOSITORY http://git.lcx.ac.cn:3000/frozenleaves/oneDNN.git
|
||||||
GIT_TAG v3.8.1
|
GIT_TAG v3.8.1
|
||||||
GIT_PROGRESS TRUE
|
GIT_PROGRESS TRUE
|
||||||
GIT_SHALLOW TRUE
|
GIT_SHALLOW TRUE
|
||||||
|
Reference in New Issue
Block a user