Skip to content

Commit

Permalink
Also updated 32-bit version of test_conv2d_nchw
Browse files Browse the repository at this point in the history
  • Loading branch information
Lunderberg committed Aug 12, 2021
1 parent 59d88da commit 502cf45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/python/topi/python/test_topi_conv2d_nchw.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def test_conv2d_nchw(
if "int" in dtype:
tol = {"atol": 0, "rtol": 0}
elif dtype == "float32":
tol = {"rtol": 1e-4, "atol": 1e-4}
tol = {"rtol": 1e-4, "atol": 2e-4}
elif dtype == "float16":
# A summation in float16 with a single accumulator very
# quickly runs into large rounding errors. At some point,
Expand Down

0 comments on commit 502cf45

Please sign in to comment.