Skip to content

Commit 97ca8ac

Browse files
committed
[BIG tensor] Adjust tolerance for matmul and bilinear
1 parent fccdcd4 commit 97ca8ac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tester/base_config.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ special_accuracy_atol_rtol:
4444
paddle.nn.functional.interpolate: [0.5, 1.5]
4545
paddle.incubate.nn.functional.fused_bias_dropout_residual_layer_norm: [1.0, 1.0]
4646
paddle.nn.functional.softmax: [1, 0.01]
47-
47+
paddle.matmul: [2.0, 0.05]
48+
paddle.nn.functional.bilinear: [2.0, 0.08]
4849

4950
# All configs that report dtype diff when not in not_check_dtype list should be
5051
# copied to tester/api_config/5_accuracy/accuracy_gpu_error_dtype_diff.txt

0 commit comments

Comments
 (0)