Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 1.16 KB

README.md

File metadata and controls

47 lines (32 loc) · 1.16 KB

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