We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2ad5d91 + 918516f commit 55f240bCopy full SHA for 55f240b
cmake/external/anakin.cmake
@@ -52,9 +52,8 @@ ExternalProject_Add(
52
extern_anakin
53
${EXTERNAL_PROJECT_LOG_ARGS}
54
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"
+ GIT_REPOSITORY "https://github.com/PaddlePaddle/Anakin"
+ GIT_TAG "9424277cf9ae180a14aff09560d3cd60a49c76d2"
58
PREFIX ${ANAKIN_SOURCE_DIR}
59
UPDATE_COMMAND ""
60
CMAKE_ARGS -DUSE_GPU_PLACE=YES
0 commit comments