We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c29c9a2 commit 7382df0Copy full SHA for 7382df0
3 files changed
problems/amd_202602/mixed-mla/reference.py
@@ -369,4 +369,4 @@ def ref_kernel(data: input_t) -> output_t:
369
)
370
371
372
-check_implementation = make_match_reference(ref_kernel, rtol=2e-02, atol=2e-02)
+check_implementation = make_match_reference(ref_kernel, rtol=1e-01, atol=1e-01)
0 commit comments