Skip to content

Commit 55f240b

Browse files
authored
Merge pull request #12926 from luotao1/anakin_v4
update anakin commit id due to fix 5117 compile bug
2 parents 2ad5d91 + 918516f commit 55f240b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

cmake/external/anakin.cmake

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,8 @@ ExternalProject_Add(
5252
extern_anakin
5353
${EXTERNAL_PROJECT_LOG_ARGS}
5454
DEPENDS ${MKLML_PROJECT}
55-
# Anakin codes error on Intel(R) Xeon(R) Gold 5117 CPU, temporary do not compile avx512 related code.
56-
GIT_REPOSITORY "https://github.com/luotao1/Anakin"
57-
GIT_TAG "211d1fc5d813d70c0c14072f9083cf25f40940ea"
55+
GIT_REPOSITORY "https://github.com/PaddlePaddle/Anakin"
56+
GIT_TAG "9424277cf9ae180a14aff09560d3cd60a49c76d2"
5857
PREFIX ${ANAKIN_SOURCE_DIR}
5958
UPDATE_COMMAND ""
6059
CMAKE_ARGS -DUSE_GPU_PLACE=YES

0 commit comments

Comments
 (0)