flann-lib / flann

Fast Library for Approximate Nearest Neighbors
http://people.cs.ubc.ca/~mariusm/flann
Other
2.25k stars 648 forks source link

Does it support cuda builder? #397

Open sutongkui opened 5 years ago

sutongkui commented 5 years ago

I mean we can build the tree in gpu with a whole parallel way, Also, we can do the query in gpu, does it support this? As far as I know, there are many code which just support query in gpu, they just build the tree in cpu and then pass the tree to gpu, which is too slow if we want to achieve real time kdtree builder.