-
Hi, I passed by your documentation at https://spec.oneapi.io/versions/latest/elements/oneDAL/source/appendix/kd_tree.html, and it seems you've got an implementation of kd_tree based on dpl/pstl with tbb backend ?? Not quite sure about that.... Anyway, according to the above link, can you please provide some more info ? Thank you .. |
Beta Was this translation helpful? Give feedback.
Answered by
napetrov
Jan 5, 2023
Replies: 1 comment
-
@jiapei100 - you can look on implementation her e https://github.com/oneapi-src/oneDAL/tree/master/cpp/oneapi/dal/algo/knn/backend |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
napetrov
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@jiapei100 - you can look on implementation her e https://github.com/oneapi-src/oneDAL/tree/master/cpp/oneapi/dal/algo/knn/backend
We are not using dpl/pstl. Basically there is sycl based implementation