Skip to content

Ball Query with O(n (sqrt_n+m)): CUDA-KDTree based on NumPY (written for Pointnet++)

Notifications You must be signed in to change notification settings

zlccccc/3dpoint_cuda_kdtree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CUDA-KDTree based on NumPY

To Use it:
cd source
sh build.sh

cd ..
python3 cuda_kdtree.py
Code:
//searching: in cuda_KD_tree.hpp line 148
__global__ void Search(){}
//line 213
__host__ void Search(){}

About

Ball Query with O(n (sqrt_n+m)): CUDA-KDTree based on NumPY (written for Pointnet++)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages