Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Valery Chernov committed Feb 16, 2023
1 parent 1fa653f commit ac7c230
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/tvm/topi/cuda/scatter_elements.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ def gen_ir(data, indices, updates, out, axis):
elif i > axis:
ind_after_axis_range *= value
ind_before_axis_stride = ind_axis_range * ind_after_axis_range
ind_full_range = ind_before_axis_range * ind_before_axis_stride
ind_full_range_excl_axis = ind_before_axis_range * ind_after_axis_range

max_threads = int(tvm.target.Target.current(allow_none=False).max_num_threads)
Expand Down

0 comments on commit ac7c230

Please sign in to comment.