Skip to content

Commit 0d511a9

Browse files
committed
pylint
1 parent 970c9cf commit 0d511a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)