Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SERVER-74457 Added support building for Tremont CPU microarchitecture #1530

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

GermanAizek
Copy link

@GermanAizek GermanAizek commented Feb 15, 2023

Hello everyone, you may have forgotten, but there are no AVX instructions on modern architecture energy-efficient processors. But building for this architecture can improve performance well.

There are both embedded devices and servers on this architecture.

More info: https://www.phoronix.com/news/Tremont-Faster-GCC

Patch series on GCC: https://gcc.gnu.org/pipermail/gcc-patches/2021-September/579436.html

image

image

image

@kelly-cs kelly-cs self-assigned this Feb 16, 2023
@kelly-cs
Copy link
Contributor

Thanks for making this pull request! We just need a couple of things from you to start our consideration of the PR. Can you please:

  1. Sign our Contributor's Agreement.

  2. Create a new SERVER ticket on JIRA.

@GermanAizek
Copy link
Author

@kelly-cs, SERVER ticket created here: https://jira.mongodb.org/browse/SERVER-74457

@GermanAizek GermanAizek changed the title Added support building for Tremont CPU microarchitecture SERVER-74457 Added support building for Tremont CPU microarchitecture Feb 28, 2023
@alexporto2200
Copy link

Hello. Is there any chance to run/compile mongodb without AVX?

@GermanAizek
Copy link
Author

GermanAizek commented Aug 31, 2023

Hello. Is there any chance to run/compile mongodb without AVX?

@alexporto2200, building from sources with patch https://github.com/GermanAizek/mongodb-without-avx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants