[Backport 2.x] Add a FAISS_OPT_LEVEL=avx512_spr build mode.#2437
Merged
naveentatikonda merged 3 commits into2.xfrom Jan 27, 2025
Merged
[Backport 2.x] Add a FAISS_OPT_LEVEL=avx512_spr build mode.#2437naveentatikonda merged 3 commits into2.xfrom
naveentatikonda merged 3 commits into2.xfrom
Conversation
* Add avx512_spr option to FAISS_OPT_LEVEL. - avx512_spr enables advanced avx512 instructions available since Intel(R) Sapphire Rapids. Signed-off-by: Mulugeta Mammo <mulugeta.mammo@intel.com> * Fix documentation. Signed-off-by: Assane Diop <assane.diop@intel.com> * Update scripts/build.sh Co-authored-by: Naveen Tatikonda <navtat@amazon.com> Signed-off-by: mulugetam <mulugeta.mammo@intel.com> * Update scripts/build.sh Co-authored-by: Naveen Tatikonda <navtat@amazon.com> Signed-off-by: mulugetam <mulugeta.mammo@intel.com> * Fix formatting issues. Signed-off-by: Mulugeta Mammo <mulugeta.mammo@intel.com> * Update CHANGELOG.md for avx512_spr build mode. Signed-off-by: Mulugeta Mammo <mulugeta.mammo@intel.com> * Fix bugs in build options and avx512_spr flag testing. Signed-off-by: Mulugeta Mammo <mulugeta.mammo@intel.com> * Upgrade gcc version to 12.4. Signed-off-by: Mulugeta Mammo <mulugeta.mammo@intel.com> --------- Signed-off-by: Mulugeta Mammo <mulugeta.mammo@intel.com> Signed-off-by: Assane Diop <assane.diop@intel.com> Signed-off-by: mulugetam <mulugeta.mammo@intel.com> Signed-off-by: Naveen Tatikonda <navtat@amazon.com> Co-authored-by: Assane Diop <assane.diop@intel.com> Co-authored-by: Naveen Tatikonda <navtat@amazon.com> (cherry picked from commit 90fdad4)
naveentatikonda
previously approved these changes
Jan 24, 2025
Signed-off-by: Naveen Tatikonda <navtat@amazon.com>
d3f36ce to
2326546
Compare
Signed-off-by: Naveen Tatikonda <navtat@amazon.com>
ryanbogan
approved these changes
Jan 27, 2025
kotwanikunal
approved these changes
Jan 27, 2025
peterzhuamazon
approved these changes
Jan 27, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport 90fdad4 from #2404