From d110ffc636f11d969a39bca5afac77bd06888bc0 Mon Sep 17 00:00:00 2001 From: Will Feng Date: Thu, 18 Sep 2025 14:27:14 -0700 Subject: [PATCH] Adjust tolerance for test_rms_norm_bwd_dx --- test/test_examples.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test_examples.py b/test/test_examples.py index 287f5d4db..bb35334b2 100644 --- a/test/test_examples.py +++ b/test/test_examples.py @@ -413,8 +413,8 @@ def test_rms_norm_bwd_dx(self): block_size=32, num_warps=4, num_stages=3, - rtol=1e-3, - atol=1e-3, + rtol=2e-3, + atol=5e-3, ) )