Skip to content

Commit c29c9a2

Browse files
author
Mark Saroufim
authored
Update reference.py
1 parent faf778c commit c29c9a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

problems/amd_202602/mixed-mla/reference.py

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

371371

372-
check_implementation = make_match_reference(ref_kernel, rtol=1e-02, atol=1e-02)
372+
check_implementation = make_match_reference(ref_kernel, rtol=2e-02, atol=2e-02)

0 commit comments

Comments
 (0)