Skip to content

Commit

Permalink
fix dpa2 prec, marginal case...
Browse files Browse the repository at this point in the history
  • Loading branch information
Han Wang committed May 11, 2024
1 parent 644addd commit 7e5723a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/tests/pt/model/test_dpa2.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ def test_consistency(
):
dtype = PRECISION_DICT[prec]
rtol, atol = get_tols(prec)
if prec == "float64":
atol = 1e-11 # marginal GPU test cases...

# dpa2 new impl
dd0 = DescrptDPA2(
Expand Down

0 comments on commit 7e5723a

Please sign in to comment.