Open LouisYZK opened 3 years ago
Currently KNN does not have a GPU implementation.
Currently KNN does not have a GPU implementation.
fine, thx.
This issue could keep open if this feature is required, we can keep on tracking via this issue.
This issue could keep open if this feature is required, we can keep on tracking via this issue.
Thanks alot, we do need knn-calculating on GPU, for we do want mars to improve memory efficient instead of rapids/cuml.
I've tried transformed cuml's code to
mars.lean
in same api like bellow:However, it seems it did not work on gpu for it's much slower than cuml in same scale data. Am I in a right way to lauch mars.learn's algorithm on gpu?