CUDA-kdtree, as the project name implies, implements GPU-based KD-tree algorithm, which is described in this paper: Real-Time KD-Tree Construction on Graphics Hardware. K. Zhou, Q. Hou, R. Wang, B. Guo.
Tested on Ubuntu 20.04
- Navigate to the directory where you want the repository to be installed using the command line
git clone https://github.com/ChinYing-Li/ClusterEngine.git
cd ClusterEngine
mkdir build
cd build
cmake ..
make
Tested on Windows 10
TO BE UPDATED
TO BE UPDATED