Skip to content

Commit ecd8615

Browse files
authored
Update scan.py
Resolve conflict.
1 parent 3e3a099 commit ecd8615

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/tvm/topi/gpu/scan.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ def _can_use_scan_thrust(binop):
4242
return False
4343
if target.arch == "sm_60":
4444
return False
45+
# pylint: disable=comparison-with-callable
4546
return binop == tvm.tir.generic.add and any(
4647
[
4748
can_use_thrust(target, "tvm.contrib.thrust.sum_scan"),

0 commit comments

Comments
 (0)