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 3d41798 commit a18bff0Copy full SHA for a18bff0
cuda/src/ball_query_gpu.cu
@@ -4,8 +4,6 @@
4
5
#include "cuda_utils.h"
6
7
-#define THREADS 1024
8
-
9
// input: new_xyz(b, m, 3) xyz(b, n, 3)
10
// output: idx(b, m, nsample)
11
__global__ void query_ball_point_kernel_dense(int b, int n, int m, float radius,
0 commit comments