[Backport 2.x] Add changes for AVX-512 support in k-NN. #2130
Merged
naveentatikonda merged 1 commit into2.xfrom Sep 23, 2024
Merged
[Backport 2.x] Add changes for AVX-512 support in k-NN. #2130naveentatikonda merged 1 commit into2.xfrom
naveentatikonda merged 1 commit into2.xfrom
Conversation
* changes for AVX-512. Signed-off by: Akash Shankaran <[email protected]> Signed-off-by: Akash Shankaran <[email protected]> * add cpu detection logic to security workflow. Signed-off by: Akash Shankaran <[email protected]> Signed-off-by: Akash Shankaran <[email protected]> * add cpu detection logic to backward compat test workflow. Signed-off by: Akash Shankaran <[email protected]> Signed-off-by: Akash Shankaran <[email protected]> * fix bwc workflow. Signed-off by: Akash Shankaran <[email protected]> Signed-off-by: Akash Shankaran <[email protected]> * address PR feedback. Signed-off by: Akash Shankaran <[email protected]> Signed-off-by: Akash Shankaran <[email protected]> * fix a bug in KNNSettings. Signed-off by: Akash Shankaran <[email protected]> Signed-off-by: Akash Shankaran <[email protected]> * fix a bug in KNNSettings. Signed-off by: Akash Shankaran <[email protected]> Signed-off-by: Akash Shankaran <[email protected]> * update KNNSettings. Signed-off by: Akash Shankaran <[email protected]> Signed-off-by: Akash Shankaran <[email protected]> --------- Signed-off-by: Akash Shankaran <[email protected]> (cherry picked from commit 5423cc1) Signed-off-by: Ryan Bogan <[email protected]>
3bd00cb to
7fef159
Compare
Member
|
Fixed DCO |
jmazanec15
approved these changes
Sep 23, 2024
naveentatikonda
approved these changes
Sep 23, 2024
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 5423cc1 from #2110