-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add multi-threading for kmeans Signed-off-by: whateveraname <12011319@mail.sustech.edu.cn> * add multi-threading for IVF and PQ index build fix PQ training for IVF residuals Signed-off-by: whateveraname <12011319@mail.sustech.edu.cn> * better memory layout for IVF Signed-off-by: whateveraname <12011319@mail.sustech.edu.cn> * fix codes Signed-off-by: whateveraname <12011319@mail.sustech.edu.cn> * remove unused code Signed-off-by: whateveraname <12011319@mail.sustech.edu.cn> * add multi-threading for kmeans Signed-off-by: whateveraname <12011319@mail.sustech.edu.cn> * add multi-threading for IVF and PQ index build fix PQ training for IVF residuals Signed-off-by: whateveraname <12011319@mail.sustech.edu.cn> * better memory layout for IVF Signed-off-by: whateveraname <12011319@mail.sustech.edu.cn> * fix codes Signed-off-by: whateveraname <12011319@mail.sustech.edu.cn> * remove unused code Signed-off-by: whateveraname <12011319@mail.sustech.edu.cn> * parallelize over subquantizers for pq Signed-off-by: whateveraname <12011319@mail.sustech.edu.cn> * add tale lookup search for ivfpq with l2 distance Signed-off-by: whateveraname <12011319@mail.sustech.edu.cn> * refine codes Signed-off-by: whateveraname <12011319@mail.sustech.edu.cn> * move comment to github Signed-off-by: whateveraname <12011319@mail.sustech.edu.cn> * use table lookup for ip distance Signed-off-by: whateveraname <12011319@mail.sustech.edu.cn> --------- Signed-off-by: whateveraname <12011319@mail.sustech.edu.cn> Co-authored-by: Jinjing Zhou <VoVAllen@users.noreply.github.com>
- Loading branch information
1 parent
42fa583
commit 3d1621b
Showing
21 changed files
with
502 additions
and
215 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
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.