Skip to content

Commit d44c918

Browse files
Merge pull request #482 from hxzd5568/matmul_bilinear
[BIG tensor] Adjust tolerance for matmul and bilinear
2 parents 46fd127 + 97ca8ac commit d44c918

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
@@ -47,7 +47,8 @@ special_accuracy_atol_rtol:
4747
paddle.nn.functional.interpolate: [0.5, 1.5]
4848
paddle.incubate.nn.functional.fused_bias_dropout_residual_layer_norm: [1.0, 1.0]
4949
paddle.nn.functional.softmax: [1, 0.01]
50-
50+
paddle.matmul: [2.0, 0.05]
51+
paddle.nn.functional.bilinear: [2.0, 0.08]
5152

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

0 commit comments

Comments
 (0)