forked from rapidsai/cuvs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Brute force knn tile size heuristic (rapidsai#316)
This PR modifies the tile size heuristic for brute force knn as mentioned in (rapidsai#277). It also removes some unneeded cuda calls to save a couple of microseconds which might be relevant when running smaller batches. CC @tfeher Authors: - Malte Förster (https://github.com/mfoerste4) - Ben Frederickson (https://github.com/benfred) - Tamas Bela Feher (https://github.com/tfeher) Approvers: - Ben Frederickson (https://github.com/benfred) - Tamas Bela Feher (https://github.com/tfeher) URL: rapidsai#316
- Loading branch information
Showing
2 changed files
with
36 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters