We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7382df0 commit 54bb538Copy full SHA for 54bb538
1 file changed
problems/amd_202602/moe-mxfp4/reference.py
@@ -296,4 +296,4 @@ def ref_kernel(data: input_t) -> output_t:
296
297
298
299
-check_implementation = make_match_reference(ref_kernel, rtol=2e-2, atol=2e-2)
+check_implementation = make_match_reference(ref_kernel, rtol=5e-2, atol=5e-2)
0 commit comments