Skip to content

Commit 32e7033

Browse files
author
Gregory Comer
committed
Update
[ghstack-poisoned]
1 parent 8bbc685 commit 32e7033

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

backends/test/operators/test_facto.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,9 @@ def __init__(
9090
def forward(self, *args, **kwargs):
9191
return self.op(*(args + self.fixed_args), **(kwargs | self.fixed_kwargs))
9292

93+
9394
# The convolution model has some minor wrapper logic around the actual convolution
94-
# operator. Most of the backends are expecting this form.
95+
# operator. Most of the backends are expecting this form.
9596
# TODO (gjcomer) Investigate these discrepencies.
9697
class ConvModel(OpModel):
9798
def forward(self, *args, **kwargs):

0 commit comments

Comments
 (0)