Skip to content

Commit 8b0e3ea

Browse files
authored
Merge pull request #138 from benenzhu/moe-patch-toerence
Update reference.py for MOE-mxfp4.
2 parents 7382df0 + 54bb538 commit 8b0e3ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

problems/amd_202602/moe-mxfp4/reference.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,4 +296,4 @@ def ref_kernel(data: input_t) -> output_t:
296296

297297

298298

299-
check_implementation = make_match_reference(ref_kernel, rtol=2e-2, atol=2e-2)
299+
check_implementation = make_match_reference(ref_kernel, rtol=5e-2, atol=5e-2)

0 commit comments

Comments
 (0)