We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 347adf5 commit a1db3c0Copy full SHA for a1db3c0
python/tvm/contrib/cutlass/gen_gemm.py
@@ -17,11 +17,7 @@
17
# pylint: disable=invalid-name
18
"""GEMM kernel generator and profiler for CUTLASS."""
19
from functools import partial
20
-import os
21
import re
22
-import tempfile
23
-import subprocess
24
-import multiprocessing
25
from .gemm_operation import GemmOperation, EmitGemmInstance
26
from .gemm_profiler import GemmProfilerEmitter
27
from .gen_tensor_op import (
0 commit comments