Skip to content

Commit 4466d88

Browse files
committed
Fix bug in ingroup_inds
1 parent 72c608c commit 4466d88

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pcdet/ops/ingroup_inds/src/ingroup_inds_kernel.cu

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@
33
#include <math.h>
44
#include <stdio.h>
55
#include <torch/serialize/tensor.h>
6-
#include <torch/extension.h>
76
#include <torch/types.h>
87
#include "cuda_fp16.h"
9-
// #include "error.cuh"
108

119
#define CHECK_CALL(call) \
1210
do \

0 commit comments

Comments
 (0)