/CUDA-kdtree

GPU-accelerated KD-tree implementation

Primary LanguageCMIT LicenseMIT

CUDA-kdtree

Table of Contents

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

Optional dependencies

Installation

Linux

Tested on Ubuntu 20.04

  1. Navigate to the directory where you want the repository to be installed using the command line
  2. git clone https://github.com/ChinYing-Li/ClusterEngine.git
  3. cd ClusterEngine
  4. mkdir build
  5. cd build
  6. cmake ..
  7. make

Windows

Tested on Windows 10

TO BE UPDATED

Documentation

TO BE UPDATED