编译错误:external-mkldnn repo
Created by: BryceLuminary
PaddlePaddle版本:commit a037378f 系统环境:CentOS 6.3 厂内线上版本
源码编译,但是 Paddle/cmake/external/mkldnn.cmake 中 GIT_REPOSITORY 使用的是旧 repo 地址 https://github.com/01org/mkl-dnn.git ,在不允许重定向时(如内网 github mirror),会导致编译卡住。请修改为 https://github.com/intel/mkl-dnn.git