This is an automated email from the ASF dual-hosted git repository.

syfeng pushed a commit to branch refactor
in repository https://gitbox.apache.org/repos/asf/tvm.git


The following commit(s) were added to refs/heads/refactor by this push:
     new 9a76915b33 lint
9a76915b33 is described below

commit 9a76915b33515626d510a1a9fe1907cce03daf3d
Author: Siyuan Feng <[email protected]>
AuthorDate: Sat Feb 15 21:38:03 2025 +0800

    lint
---
 python/tvm/topi/gpu/scan.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/python/tvm/topi/gpu/scan.py b/python/tvm/topi/gpu/scan.py
index a8ffbc3c31..f45702c634 100644
--- a/python/tvm/topi/gpu/scan.py
+++ b/python/tvm/topi/gpu/scan.py
@@ -22,7 +22,6 @@ import tvm
 from tvm import te
 from tvm.contrib.thrust import can_use_rocthrust, can_use_thrust
 
-from .. import tag
 from ..math import cast, ceil_log2
 from ..transform import expand_dims, reshape, squeeze, transpose
 from ..utils import ceil_div, get_const_int, prod, swap

Reply via email to