/Arkade

Primary LanguageC++Apache License 2.0Apache-2.0

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\