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 24, 2021
1 parent 347adf5 commit 3698252
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions python/tvm/contrib/cutlass/gen_gemm.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,7 @@
# pylint: disable=invalid-name
"""GEMM kernel generator and profiler for CUTLASS."""
from functools import partial
import os
import re
import tempfile
import subprocess
import multiprocessing
from .gemm_operation import GemmOperation, EmitGemmInstance
from .gemm_profiler import GemmProfilerEmitter
from .gen_tensor_op import (
Expand Down
1 change: 0 additions & 1 deletion python/tvm/contrib/cutlass/gen_tensor_op.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
import subprocess
import multiprocessing
from .library import (
TensorDescription,
MathInstruction,
DataType,
OpcodeClass,
Expand Down

0 comments on commit 3698252

Please sign in to comment.