Skip to content

Commit

Permalink
fix lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
momo609 committed Jun 13, 2024
1 parent 5a7169f commit c34f6d3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mmcv/ops/csrc/pytorch/npu/three_interpolate_npu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ void three_interpolate_backward_npu(int b, int c, int n, int m,
auto output = at::squeeze(grad_y_cast, 3);
auto res = output.contiguous();
grad_points.copy_(res);

}

void three_interpolate_forward_impl(int b, int c, int m, int n,
Expand Down

0 comments on commit c34f6d3

Please sign in to comment.