Skip to content

Commit

Permalink
Fix typo in sampling_cuda_kernel.cu (Pointcept#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
eltociear authored Aug 22, 2023
1 parent 46384e7 commit c336a6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/pointops2/src/sampling/sampling_cuda_kernel.cu
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 10,7 @@ __device__ void __update(float *dists, int *dists_i, int idx1, int idx2) {
}

// input xyz: (n, 3), tmp: (b, n_max)
// ouput idx (m)
// output idx (m)
template <unsigned int block_size>
__global__ void furthestsampling_cuda_kernel(const float *xyz, const int *offset, const int *new_offset, float *tmp, int *idx)
{
Expand Down

0 comments on commit c336a6f

Please sign in to comment.