fix test_matrixCompare

feature/design_of_v2_layer_converter
hedaoyuan 8 years ago
parent 3aa01eaf47
commit c4ceefa0bc

@ -235,8 +235,10 @@ TEST(Matrix, unary) {
testMatrixTranspose(height, width);
testMatrixRotate(height, width);
}
// inverse
// inverse
#ifdef PADDLE_USE_LAPACK
testMatrixInverse(height);
#endif
}
}

Loading…
Cancel
Save