Logo
Explore Help
Register Sign In
mirrors/faiss
1
0
Fork 0
You've already forked faiss
mirror of https://github.com/facebookresearch/faiss.git synced 2025-06-03 21:54:02 +08:00
Code Issues Projects Releases Wiki Activity
faiss/gpu/utils/blockselect/BlockSelectHalfT2048.cu

21 lines
441 B
Plaintext
Raw Normal View History

Facebook sync (Mar 2019) (#756) Facebook sync (Mar 2019) - MatrixStats object - option to round coordinates during k-means optimization - alternative option for search in HNSW - moved stats and imbalance_factor of IndexIVF to InvertedLists object - range search for IVFScalarQuantizer - direct unit8 codec in ScalarQuantizer - renamed IndexProxy to IndexReplicas and moved to main Faiss - better support for PQ code assignment with external index - support for IMI2x16 (4B virtual centroids!) - support for k = 2048 search on GPU (instead of 1024) - most CUDA mem alloc failures throw exceptions instead of terminating on an assertion - support for renaming an ondisk invertedlists - interrupt computations with ctrl-C in python
2019-03-29 16:32:28 +01:00
/**
* Copyright (c) 2015-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD+Patents license found in the
* LICENSE file in the root directory of this source tree.
*/
#include "BlockSelectImpl.cuh"
#include "../DeviceDefs.cuh"
namespace faiss { namespace gpu {
#if GPU_MAX_SELECTION_K >= 2048
#ifdef FAISS_USE_FLOAT16
BLOCK_SELECT_IMPL(half, true, 2048, 8);
#endif
#endif
} } // namespace
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 803ms Template: 5ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API