Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
masahi committed Nov 13, 2021
1 parent f7c3b5a commit 1a6b27c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 16 deletions.
8 changes: 1 addition & 7 deletions python/tvm/contrib/cutlass/gen_conv2d.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"""Conv2d kernel generator and profiler for CUTLASS."""
from .conv2d_operation import Conv2dOperation, EmitConv2dInstance
from .conv2d_profiler import Conv2dProfilerEmitter
from .gemm_profiler import GemmProfilerEmitter
from gen_tensor_op import (
ProfilerEngine,
generate_sm75_tensor_op_1688,
Expand All @@ -30,14 +29,9 @@
TensorDescription,
DataTypeTag,
LayoutType,
MathInstruction,
DataType,
OpcodeClass,
MathOperation,
TileDescription,
ConvKind,
IteratorAlgorithm,
StrideSupport,
IteratorAlgorithm
)


Expand Down
5 changes: 0 additions & 5 deletions python/tvm/contrib/cutlass/gen_gemm.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,6 @@
TensorDescription,
DataTypeTag,
LayoutType,
MathInstruction,
DataType,
OpcodeClass,
MathOperation,
TileDescription,
)


Expand Down
4 changes: 0 additions & 4 deletions python/tvm/contrib/cutlass/gen_tensor_op.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,7 @@
import subprocess
import multiprocessing
from .library import (
EpilogueFunctor,
SwizzlingFunctor,
TensorDescription,
DataTypeTag,
LayoutType,
MathInstruction,
DataType,
OpcodeClass,
Expand Down

0 comments on commit 1a6b27c

Please sign in to comment.