Skip to content

Commit 0318b33

Browse files
committed
code cleanup
1 parent 0449068 commit 0318b33

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

tests/py/dynamo/conversion/harness.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@
1313
# Use interpreter, input spec, and test case from fx_ts_compat to test Dynamo Converter Registry
1414
from torch_tensorrt.dynamo.conversion import TRTInterpreter
1515
from torch_tensorrt.dynamo.conversion._conversion import infer_module_output_dtypes
16-
from torch_tensorrt.dynamo.conversion._ConverterRegistry import (
17-
DYNAMO_CONVERTERS as CONVERTERS,
18-
)
1916
from torch_tensorrt.dynamo.lowering import apply_lowering_passes
2017
from torch_tensorrt.dynamo.runtime import PythonTorchTensorRTModule
2118

tests/py/dynamo/conversion/test_scatter_aten.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,6 @@ class TestScatterSrcConverter(DispatchTestCase):
105105
torch.tensor([[0, 1, 2, 0], [1, 2, 1, 1]]),
106106
torch.tensor([[1, 2, 3, 1], [5, 6, 5, 5]], dtype=torch.int32),
107107
),
108-
# These are special cases where in the harness.py code might need to be changed to input cuda_inputs
109-
# In that case below two test cases would also require index and src to be on cuda
110108
(
111109
"scatter_one_dim_indexOne_constant_src",
112110
1,

0 commit comments

Comments
 (0)