We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 970c9cf commit 0d511a9Copy full SHA for 0d511a9
python/tvm/topi/cuda/tensor_intrin.py
@@ -18,7 +18,7 @@
18
"""Tensor intrinsics on CUDA."""
19
import tvm
20
from tvm import te
21
-from ..utils import traverse_inline, get_const_tuple, is_target
+from ..utils import is_target
22
23
24
def dp4a(x_scope="local", y_scope="local", z_scope="local", dtypes=("int8", "int8")):
0 commit comments