Skip to content

Commit 7edd7fd

Browse files
committed
pylint
1 parent 970c9cf commit 7edd7fd

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

python/tvm/relay/op/strategy/rocm.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
"""Definition of ROCm operator strategy."""
1818
# pylint: disable=invalid-name,unused-argument,unused-wildcard-import,wildcard-import
1919
from tvm import topi
20-
from tvm.auto_scheduler import is_auto_scheduler_enabled
2120
from tvm.te import SpecializedCondition
2221
from tvm.contrib.thrust import can_use_rocthrust
2322
from tvm.contrib import miopen

python/tvm/topi/cuda/tensor_intrin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"""Tensor intrinsics on CUDA."""
1919
import tvm
2020
from tvm import te
21-
from ..utils import traverse_inline, get_const_tuple, is_target
21+
from ..utils import is_target
2222

2323

2424
def dp4a(x_scope="local", y_scope="local", z_scope="local", dtypes=("int8", "int8")):

0 commit comments

Comments
 (0)