提交 b5dd70fd 编写于 作者: L Liu Yiqun

Remove the extra return statement.

上级 d5b7e92c
......@@ -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.
先完成此消息的编辑!
想要评论请 注册