Skip to content

Commit

Permalink
pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
masahi committed Apr 14, 2022
1 parent 970c9cf commit 0d511a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/tvm/topi/cuda/tensor_intrin.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"""Tensor intrinsics on CUDA."""
import tvm
from tvm import te
from ..utils import traverse_inline, get_const_tuple, is_target
from ..utils import is_target


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

0 comments on commit 0d511a9

Please sign in to comment.