Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 287 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 287 Bytes

Source code for Arkade: Arkade: k-Nearest Neighbor Search With Non-Euclidean Distances using GPU Ray Tracing.

installation:
refer to owl for all the dependencies
mkdir build
cd build
cmake ../ -DKN=k -DNORM=0
make s01-knn
./s01-knn filename npoints nsearchpoints radius_estimate\