Skip to content

Commit 3047406

Browse files
committed
Lower pcc for addmm slightly
1 parent f093dd7 commit 3047406

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/lowering/matmul/test_addmm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ def test_addmm(device, input_shapes):
4141
if node.target == ttnn.matmul:
4242
assert node.meta["val"].size() == input_shapes[0]
4343
# Check inference result
44-
assert_with_pcc(result_before, result_after)
44+
assert_with_pcc(result_before, result_after, pcc=0.999)

0 commit comments

Comments
 (0)