faiss icon indicating copy to clipboard operation
faiss copied to clipboard

dynamic dispatch distances_simd

Open subhadeepkaran opened this issue 4 months ago • 9 comments

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

subhadeepkaran avatar Aug 26 '25 16:08 subhadeepkaran