Skip to content

Commit

Permalink
update atol and rtol for cuda
Browse files Browse the repository at this point in the history
  • Loading branch information
POI-WX committed Apr 15, 2024
1 parent 03906e9 commit 7db8ae1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions diopi_test/python/configs/diopi_configs.py
Original file line number Diff line number Diff line change
Expand Up @@ -8307,6 +8307,8 @@

'rms_norm_default': dict(
name=['rms_norm'],
atol=1e-4,
rtol=1e-4,
interface=['CustomizedTest'],
dtype=[np.float16, np.float32, np.float64],
para=dict(
Expand Down Expand Up @@ -8337,6 +8339,8 @@

'rms_norm_with_normalized_shape': dict(
name=['rms_norm'],
atol=1e-4,
rtol=1e-4,
interface=['CustomizedTest'],
dtype=[np.float16, np.float32, np.float64],
para=dict(
Expand Down Expand Up @@ -8367,6 +8371,8 @@

'rms_norm_with_bias': dict(
name=['rms_norm'],
atol=1e-4,
rtol=1e-4,
interface=['CustomizedTest'],
dtype=[np.float16, np.float32, np.float64],
para=dict(
Expand Down

0 comments on commit 7db8ae1

Please sign in to comment.