Simple KNN Submodule
IshanArya opened this issue · 2 comments
IshanArya commented
Hello,
Can you please add the code for the simple-knn submodule? It is not linked anywhere.
IshanArya commented
Nvm, it's available here: https://gitlab.inria.fr/bkerbl/simple-knn.git
ojh6404 commented
FYI.
for who wants to compile simple-knn with cuda higher than 12.5, you need to add
#include <cfloat>
to simple_knn.cu.