mirror of
https://github.com/facebookresearch/faiss.git
synced 2025-06-03 21:54:02 +08:00
Summary: This PR adds a new architecture mode to support the new extensions to AVX512, namely [AVX512-FP16](https://networkbuilders.intel.com/solutionslibrary/intel-avx-512-fp16-instruction-set-for-intel-xeon-processor-based-products-technology-guide), which have been available since Intel® Sapphire Rapids. This PR is a prerequisite for [PR#4020](https://github.com/facebookresearch/faiss/pull/4020) that speeds up hamming distance evaluations. Pull Request resolved: https://github.com/facebookresearch/faiss/pull/4025 Reviewed By: pankajsingh88 Differential Revision: D67524575 Pulled By: mengdilin fbshipit-source-id: f3a09943b062d720b241f95aef2f390923ffd779
24 lines
309 B
Plaintext
24 lines
309 B
Plaintext
*.swp
|
|
*.swo
|
|
*.o
|
|
*.a
|
|
*.dSYM
|
|
*.so
|
|
*.dylib
|
|
*.pyc
|
|
*~
|
|
/build/
|
|
/config.*
|
|
/aclocal.m4
|
|
/autom4te.cache/
|
|
/makefile.inc
|
|
/bin/
|
|
/c_api/bin/
|
|
/c_api/gpu/bin/
|
|
/tests/test
|
|
/tests/gtest/
|
|
faiss/python/swigfaiss_avx2.swig
|
|
faiss/python/swigfaiss_avx512.swig
|
|
faiss/python/swigfaiss_avx512_spr.swig
|
|
faiss/python/swigfaiss_sve.swig
|