faiss
faiss copied to clipboard
dynamic dispatch distances_simd
Summary:
fvec_madd is the first function to test dispatching to AVX and AVX512
distances_simd.cpp is split into specialized files distances_avx2.cpp distances_avx512.cpp that are compiled with appropriate flags.
Reviewed By: mnorris11
Differential Revision: D72937708