1 // ----------------------------------------------------------------------------
2 // - CloudViewer: www.cloudViewer.org -
3 // ----------------------------------------------------------------------------
4 // Copyright (c) 2018-2024 www.cloudViewer.org
5 // SPDX-License-Identifier: MIT
6 // ----------------------------------------------------------------------------
10 namespace cloudViewer {
14 __global__ void ball_query_kernel(int b,
19 const float *__restrict__ new_xyz,
20 const float *__restrict__ xyz,
21 int *__restrict__ idx);
23 } // namespace contrib
25 } // namespace cloudViewer