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

Emphasize the default base of multiversioning in the documentation, a… #50211

Merged
merged 1 commit into from Jun 19, 2023

Conversation

pchintalapudi
Copy link
Member

…nd discourage the implicit default base.

Setting JULIA_CPU_TARGET=skylake;broadwell as done in #50148 is inadvisable, as this results in an image where the uncloned functions use skylake features but cloned functions use broadwell features. The more likely intended meaning here is to have set clone_all for broadwell, so we should make this default more obvious while also encouraging explicitly specifying clone_all/base target index when necessary.

@pchintalapudi pchintalapudi added compiler:codegen Generation of LLVM IR and native code compiler:llvm For issues that relate to LLVM backport 1.9 Change should be backported to release-1.9 labels Jun 19, 2023
@vchuravy
Copy link
Sponsor Member

Fixes #50148

@pchintalapudi pchintalapudi linked an issue Jun 19, 2023 that may be closed by this pull request
@pchintalapudi pchintalapudi merged commit 90521dd into master Jun 19, 2023
9 checks passed
@pchintalapudi pchintalapudi deleted the pc/emphasize-mv-default branch June 19, 2023 03:54
KristofferC pushed a commit that referenced this pull request Jun 26, 2023
…nd discourage the implicit default base (#50211)

(cherry picked from commit 90521dd)
@KristofferC KristofferC mentioned this pull request Jun 26, 2023
36 tasks
@KristofferC KristofferC removed the backport 1.9 Change should be backported to release-1.9 label Jul 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compiler:codegen Generation of LLVM IR and native code compiler:llvm For issues that relate to LLVM
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants