Skip to content

Commit a6c4619

Browse files
committed
Another spurious failure
1 parent 7829b87 commit a6c4619

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/complex_tensor/test/test_ops.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ def get_overload_packet_from_name(name: str) -> OpOverloadPacket:
117117
Descriptor(op=aten.log1p, variant=Variant.GradCheck): "Numerical inconsistency",
118118
Descriptor(op=aten.tanh, variant=Variant.GradCheck): "Numerical inconsistency",
119119
Descriptor(op=aten.mm, variant=Variant.GradCheck): "Numerical inconsistency",
120+
Descriptor(op=aten.dot, variant=Variant.GradCheck): "Numerical inconsistency",
120121
Descriptor(op=aten.mul, variant=Variant.GradCheck): "Numerical inconsistency",
121122
Descriptor(op=aten.exp, variant=Variant.GradCheck): "Numerical inconsistency",
122123
}

0 commit comments

Comments
 (0)