-
Notifications
You must be signed in to change notification settings - Fork 197
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
A few optimizations to the `ivfpq_compute_similarity_kernel`: - Overhauled the way shmem/L1 carveout is selected - Introduced the block size selection logic based on the shmem/L1 split, occupancy, and the estimated cluster probes co-residency - Ported a new warp-sort module (`warp_sort_distributed`) - Transposed `pq_centers` to make loads coalesced - Changed layout of `pq_dataset` to make loads coalesced and vectorized - Optimized the loops to minimize ALU load Authors: - Artem M. Chirkin (https://github.com/achirkin) Approvers: - Tamas Bela Feher (https://github.com/tfeher) - Corey J. Nolet (https://github.com/cjnolet) URL: #926
- Loading branch information
Showing
17 changed files
with
1,402 additions
and
614 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
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
Oops, something went wrong.