CUDA-kdtree
CUDA-kdtree copied to clipboard
GPU-accelerated KD-tree implementation
CUDA-kdtree
Table of Contents
- Introduction
- Dependencies
- Installation
- Documentation
Introduction
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.
Dependencies
- CMake > v3.17
- GLEW
- GLFW
- GLM > 0.9.2
- Doxygen
- CUDA Toolkit
Optional dependencies
Installation
Linux
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.gitcd ClusterEnginemkdir buildcd buildcmake ..make
Windows
Tested on Windows 10
TO BE UPDATED
Documentation
TO BE UPDATED