Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 242 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 242 Bytes

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(){}