Skip to content

Commit 1a6b27c

Browse files
committed
remove unused import
1 parent f7c3b5a commit 1a6b27c

File tree

3 files changed

+1
-16
lines changed

3 files changed

+1
-16
lines changed

python/tvm/contrib/cutlass/gen_conv2d.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
"""Conv2d kernel generator and profiler for CUTLASS."""
1919
from .conv2d_operation import Conv2dOperation, EmitConv2dInstance
2020
from .conv2d_profiler import Conv2dProfilerEmitter
21-
from .gemm_profiler import GemmProfilerEmitter
2221
from gen_tensor_op import (
2322
ProfilerEngine,
2423
generate_sm75_tensor_op_1688,
@@ -30,14 +29,9 @@
3029
TensorDescription,
3130
DataTypeTag,
3231
LayoutType,
33-
MathInstruction,
34-
DataType,
35-
OpcodeClass,
36-
MathOperation,
37-
TileDescription,
3832
ConvKind,
39-
IteratorAlgorithm,
4033
StrideSupport,
34+
IteratorAlgorithm
4135
)
4236

4337

python/tvm/contrib/cutlass/gen_gemm.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,6 @@
3434
TensorDescription,
3535
DataTypeTag,
3636
LayoutType,
37-
MathInstruction,
38-
DataType,
39-
OpcodeClass,
40-
MathOperation,
41-
TileDescription,
4237
)
4338

4439

python/tvm/contrib/cutlass/gen_tensor_op.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,7 @@
2323
import subprocess
2424
import multiprocessing
2525
from .library import (
26-
EpilogueFunctor,
27-
SwizzlingFunctor,
2826
TensorDescription,
29-
DataTypeTag,
30-
LayoutType,
3127
MathInstruction,
3228
DataType,
3329
OpcodeClass,

0 commit comments

Comments
 (0)