Skip to content

Commit

Permalink
Lower pcc for addmm slightly
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinwuTT committed Aug 12, 2024
1 parent f093dd7 commit 3047406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lowering/matmul/test_addmm.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ def test_addmm(device, input_shapes):
if node.target == ttnn.matmul:
assert node.meta["val"].size() == input_shapes[0]
# Check inference result
assert_with_pcc(result_before, result_after)
assert_with_pcc(result_before, result_after, pcc=0.999)

0 comments on commit 3047406

Please sign in to comment.