提交 47b13a40 编写于 作者: L liaogang

clang format code

上级 81195c87
...@@ -236,16 +236,19 @@ TEST(Matrix, unary) { ...@@ -236,16 +236,19 @@ TEST(Matrix, unary) {
testMatrixTranspose(height, width); testMatrixTranspose(height, width);
testMatrixRotate(height, width); testMatrixRotate(height, width);
} }
#ifdef LAPACK_FOUND #ifdef LAPACK_FOUND
// inverse matrix // inverse matrix
testMatrixInverse(height); testMatrixInverse(height);
#else #else
LOG(WARNING) << "Cannot run Matrix Inverse Unit Test.\n" LOG(WARNING) << "Cannot run Matrix Inverse Unit Test.\n"
<< "Failed to find lapack library in current system.\n" << "Failed to find lapack library in current system.\n"
<< "To address this issue, Please adopt one of the following approaches: \n" << "To address this issue, Please adopt one of the following "
<< "1. Simply issue `sudo apt-get install liblapacke-dev` to avoid re-build source code. \n" "approaches: \n"
<< "2. Install MKL/Openblas/ATLAS and re-build PaddlePaddle source code." << "1. Simply issue `sudo apt-get install liblapacke-dev` to "
#endif "avoid re-build source code. \n"
<< "2. Install MKL/Openblas/ATLAS and re-build PaddlePaddle "
"source code."
#endif
} }
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册