Skip to content

Commit 54bb538

Browse files
authored
Update reference.py
1 parent 7382df0 commit 54bb538

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)