提交 634648c2 编写于 作者: L Liu Yiqun

Remove the extra return statement.

上级 d5b7e92c
......@@ -40,4 +40,4 @@ RUN mkdir /opt/android-ndk-tmp && \
${ANDROID_NDK_HOME}/build/tools/make-standalone-toolchain.sh --arch=arm --platform=android-21 --install-dir=${ANDROID_STANDALONE_TOOLCHAIN} && \
rm -rf /opt/android-ndk-tmp
CMD ["bash", "paddle/paddle/scripts/docker/build_android.sh"]
CMD ["bash", "/paddle/paddle/scripts/docker/build_android.sh"]
......@@ -180,7 +180,6 @@ int getri<double>(const CBLAS_ORDER order,
const int lda,
const int* ipiv) {
return dynload::PADDLE_DGETRI(order, N, A, lda, ipiv);
return 0;
}
template <>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册