Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hust17yixuan committed Dec 11, 2024
1 parent 35fc685 commit 05f0a61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mmcv/ops/csrc/pytorch/npu/roiaware_pool3d_npu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ void roiaware_pool3d_backward_npu(int boxes_num, int out_x, int out_y,
int max_pts_each_voxel,
const Tensor pts_idx_of_voxels,
const Tensor argmax, const Tensor grad_out,
Tensor grad_in, int pool_method){
Tensor grad_in, int pool_method) {
int32_t npoints = grad_in.size(0);

auto dtype = grad_out.dtype();
Expand Down

0 comments on commit 05f0a61

Please sign in to comment.