Skip to content

Commit

Permalink
fix clang=format
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangshilong committed Feb 4, 2021
1 parent 291c3e6 commit 77f869a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mmcv/ops/csrc/pytorch/deform_conv_cuda.cu
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,6 @@ void DeformConvForwardCUDAKernelLauncher(Tensor input, Tensor weight,
columns.view({columns.size(0) * columns.size(1), columns.size(2)});
weight = weight.view({weight.size(0) * weight.size(1), weight.size(2),
weight.size(3), weight.size(4)});
}
output_buffer = output_buffer.view(
Expand Down

0 comments on commit 77f869a

Please sign in to comment.