Skip to content

Commit e968e6b

Browse files
authored
Roll back changes in test_cat_aten.py
Roll back test commenting in FX due to Dynamo tracer fixes not appearing in 2.0.1.
1 parent 9a77fd7 commit e968e6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

py/torch_tensorrt/fx/test/converters/aten_op/test_cat_aten.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class TestCatConverter(DispatchTestCase):
99
@parameterized.expand(
1010
[
1111
("pos", 1),
12-
("neg", -2),
12+
# ("neg", -2), #Dynamo tracer issue
1313
]
1414
)
1515
def test_cat(self, _, dim):
@@ -27,7 +27,7 @@ def forward(self, x, y, z):
2727
@parameterized.expand(
2828
[
2929
("pos", 1),
30-
("neg", -2),
30+
# ("neg", -2), #Dynamo tracer issue
3131
]
3232
)
3333
def test_cat_dynamic_shape(self, _, dim):

0 commit comments

Comments
 (0)