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

Hopefully fix flaky mullapudi reorder test #8542

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

abadams
Copy link
Member

@abadams abadams commented Dec 24, 2024

This tested vectorized code against scalar code, but the scalar code was something that could be potentially be optimized by llvm quite cleverly - it was just a linear combination of the loop variables. This changes the test to be less of a weird corner case, while still preserving the important property - the evaluation of f is fine under any storage ordering. Hopefully this will make it flake less often.

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.

1 participant