Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement bulk heap for Torch KNN #386

Open
mdekstrand opened this issue May 6, 2024 · 0 comments
Open

Implement bulk heap for Torch KNN #386

mdekstrand opened this issue May 6, 2024 · 0 comments
Labels
enhancement New feature or request performance
Milestone

Comments

@mdekstrand
Copy link
Member

Right now, the new item KNN code is using brute force for neighborhood limiting.

We should be able to implement the "kvp heap" logic with bulk heaps to do this more efficiently.

@mdekstrand mdekstrand added enhancement New feature or request performance labels May 6, 2024
@mdekstrand mdekstrand added this to the 2024.1 milestone May 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request performance
Projects
Status: Todo
Development

No branches or pull requests

1 participant