fix: update test_user_buffers_mm_add_prologue atol (#3711) (#3713)

Signed-off-by: Jin Li <59594262+liji-nv@users.noreply.github.com>
This commit is contained in:
liji-nv 2025-04-21 11:24:20 +08:00 committed by GitHub
parent 6f7f262779
commit a51f7559a3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -771,7 +771,7 @@ def run_single_rank_ub_mm_add_pass(tensor_parallel_size, num_tokens,
if rank == 0:
torch.testing.assert_close(output_fused,
output_ref,
atol=5e-1,
atol=6e-1,
rtol=1e-2)
except Exception:
traceback.print_exc()