We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72c608c commit 4466d88Copy full SHA for 4466d88
pcdet/ops/ingroup_inds/src/ingroup_inds_kernel.cu
@@ -3,10 +3,8 @@
3
#include <math.h>
4
#include <stdio.h>
5
#include <torch/serialize/tensor.h>
6
-#include <torch/extension.h>
7
#include <torch/types.h>
8
#include "cuda_fp16.h"
9
-// #include "error.cuh"
10
11
#define CHECK_CALL(call) \
12
do \
0 commit comments