提交 c4ceefa0 编写于 作者: H hedaoyuan

fix test_matrixCompare

上级 3aa01eaf
...@@ -235,8 +235,10 @@ TEST(Matrix, unary) { ...@@ -235,8 +235,10 @@ TEST(Matrix, unary) {
testMatrixTranspose(height, width); testMatrixTranspose(height, width);
testMatrixRotate(height, width); testMatrixRotate(height, width);
} }
// inverse // inverse
#ifdef PADDLE_USE_LAPACK
testMatrixInverse(height); testMatrixInverse(height);
#endif
} }
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册