Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
VVsssssk committed Dec 16, 2022
1 parent b63d46d commit f0b8a18
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef VECTOR_POOL_CUDA_KERNEL_CUH
#define VECTOR_POOL_CUDA_KERNEL_CUH
#ifndef THREE_NN_VECTOR_POOL_CUDA_KERNEL_CUH
#define THREE_NN_VECTOR_POOL_CUDA_KERNEL_CUH

#ifdef MMCV_USE_PARROTS
#include "parrots_cuda_helper.hpp"
Expand Down Expand Up @@ -177,3 +177,4 @@ __global__ void query_three_nn_by_stacked_local_idxs_cuda_kernel(
cur_new_xyz_grid_idxs[2] = besti3;
}
}
#endif

0 comments on commit f0b8a18

Please sign in to comment.