faiss
faiss copied to clipboard
Convert PQ 4 bit code to dynamic dispatch
Summary: Migration of the 4-bit codecs to dynamic dispatch.
The migration consists in:
- templatizing the SIMD ResultHandlers to the SIMDLevel
- instantiating the AVX2 and AVX512 code in their own files (compile units)
- removing any SIMD dependency from IndexFastScan and IndexIVFFastScan
- adding dispatching code for the SIMD code
Differential Revision: D73581633