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.
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.