Skip to content

Commit a1db3c0

Browse files
committed
remove unused import
1 parent 347adf5 commit a1db3c0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

python/tvm/contrib/cutlass/gen_gemm.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,7 @@
1717
# pylint: disable=invalid-name
1818
"""GEMM kernel generator and profiler for CUTLASS."""
1919
from functools import partial
20-
import os
2120
import re
22-
import tempfile
23-
import subprocess
24-
import multiprocessing
2521
from .gemm_operation import GemmOperation, EmitGemmInstance
2622
from .gemm_profiler import GemmProfilerEmitter
2723
from .gen_tensor_op import (

0 commit comments

Comments
 (0)