Skip to content

Commit 529a227

Browse files
Merge pull request #492 from DongBaiYue/metrix_rank
fix paddle.linalg.matrix_rank
2 parents 4f33b38 + db28e26 commit 529a227

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tester/api_config/torch_error_skip.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3005,4 +3005,7 @@ paddle.rsqrt(x=Tensor([2, 1073741825, 2],"float16"), )
30053005
paddle.rsqrt(x=Tensor([2, 3, 715827883],"float16"), )
30063006
paddle.rsqrt(x=Tensor([2, 715827883, 3],"float16"), )
30073007
paddle.rsqrt(x=Tensor([477218589, 3, 3],"float16"), )
3008-
paddle.rsqrt(x=Tensor([715827883, 3, 2],"float16"), )
3008+
paddle.rsqrt(x=Tensor([715827883, 3, 2],"float16"), )
3009+
paddle.linalg.matrix_rank(Tensor([3, 47721859, 5, 6],"float32"), None, False, )
3010+
paddle.linalg.matrix_rank(x=Tensor([2, 67108865, 4, 4],"float64"), tol=None, hermitian=True, )
3011+
paddle.linalg.matrix_rank(x=Tensor([4, 1073741824],"float32"), tol=None, hermitian=False, )

0 commit comments

Comments
 (0)