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

More targeted fix for gather instructions being slow on intel processors #7945

Merged
merged 1 commit into from
Nov 14, 2023

Conversation

abadams
Copy link
Member

@abadams abadams commented Nov 11, 2023

gather being slow turned out to be a microcode mitigation on a range of intel processors

See llvm/llvm-project#70259

Rather than turn off SLP vectorization entirely as in #7918 , this PR just turns of gather instruction emission unless we know for sure we're not on one of the affected processors.

Fixes #7917 (but in a different way)

@abadams abadams merged commit 0f65435 into main Nov 14, 2023
18 of 19 checks passed
ardier pushed a commit to ardier/Halide-mutation that referenced this pull request Mar 3, 2024
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.

local laplacian performance regression
2 participants