@@ -20114,18 +20114,18 @@ def inner(self, device, dtype):
2011420114 ('acosh', '', lambda t, d: _small_3d(t, d) + 1, lambda t, d: [], 1e-3, 1e-2, 1e-5, _float_types2),
2011520115 ('asinh', '', _small_3d, lambda t, d: [], 1e-3, 1e-2, 1e-5, _float_types2),
2011620116 ('atanh', '', _small_3d, lambda t, d: [], 1e-3, 1e-2, 1e-5, _float_types2),
20117- ('erf', '', _small_3d, lambda t, d: [], 1e-3, 1e-2, 1e-5, _float_types2 , [torch.bfloat16]),
20117+ ('erf', '', _small_3d, lambda t, d: [], 1e-3, 1e-2, 1e-5, torch.testing.get_all_fp_dtypes() , [torch.bfloat16]),
2011820118 ('erfc', '', _small_3d, lambda t, d: [], 1e-3, 1e-2, 1e-5, _float_types, [torch.bfloat16]),
2011920119 ('erfinv', '', _small_3d, lambda t, d: [], 1e-3, 1e-2, 1e-5, _float_types, [torch.bfloat16]),
20120- ('exp', '', _small_3d, lambda t, d: [], 1e-2, 1e -2, 1e-5, _float_types ),
20120+ ('exp', '', _small_3d, lambda t, d: [], 1e-2, 5e -2, 1e-5, torch.testing.get_all_fp_dtypes() ),
2012120121 ('exp', 'small', lambda t, d: _small_3d(t, d).clamp(-1, 1),
20122- lambda t, d: [], 1e-2, 1e -2, 1e-5, _float_types2 , [torch.bfloat16]),
20122+ lambda t, d: [], 1e-2, 5e -2, 1e-5, torch.testing.get_all_fp_dtypes() , [torch.bfloat16]),
2012320123 ('expm1', '', _small_3d, lambda t, d: [], 1e-2, 1e-2, 1e-5, _float_types),
2012420124 ('expm1', 'small', lambda t, d: _small_3d(t, d).clamp(-1, 1),
2012520125 lambda t, d: [], 1e-2, 1e-2, 1e-5, _float_types, [torch.bfloat16]),
20126- ('rad2deg', '', _small_3d, lambda t, d: [], 1e-1, 1e-0, 1e-5, _float_types2 , [torch.bfloat16]),
20127- ('deg2rad', '', _small_3d, lambda t, d: [], 1e-1, 1e-1, 1e-5, _float_types2 , [torch.bfloat16]),
20128- ('reciprocal', '', _small_3d, lambda t, d: [], 1e-1, 1e-1, 1e-5, _float_types2 , [torch.bfloat16]),
20126+ ('rad2deg', '', _small_3d, lambda t, d: [], 1e-1, 1e-0, 1e-5, torch.testing.get_all_fp_dtypes() , [torch.bfloat16]),
20127+ ('deg2rad', '', _small_3d, lambda t, d: [], 1e-1, 1e-1, 1e-5, torch.testing.get_all_fp_dtypes() , [torch.bfloat16]),
20128+ ('reciprocal', '', _small_3d, lambda t, d: [], 1e-1, 1e-1, 1e-5, torch.testing.get_all_fp_dtypes() , [torch.bfloat16]),
2012920129 ('floor', '', _small_3d, lambda t, d: [], 1e-5, 1e-2, 1e-5, _float_types, [torch.bfloat16]),
2013020130 ('frac', '', _small_3d, lambda t, d: [], 1e-5, 1e-2, 1e-5, _float_types, [torch.bfloat16]),
2013120131 ('round', '', _small_3d, lambda t, d: [], 1e-5, 1e-2, 1e-5, _float_types, [torch.bfloat16]),
0 commit comments