Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hust17yixuan committed Aug 28, 2024
1 parent 8277467 commit 93127c4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mmcv/ops/knn.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ def forward(ctx,

B, npoint, _ = center_xyz.shape
N = xyz.shape[1]

if xyz.device.type == 'npu':
dist = center_xyz.new_zeros((B, npoint, N)).float()
ext_module.knn_forward(
Expand Down

0 comments on commit 93127c4

Please sign in to comment.