Skip to content

Investigate sum_3_azip's performance #561

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

Open
bluss opened this issue Nov 23, 2018 · 1 comment
Open

Investigate sum_3_azip's performance #561

bluss opened this issue Nov 23, 2018 · 1 comment

Comments

@bluss
Copy link
Member

bluss commented Nov 23, 2018

benchmark sum_3_azip seems to perform abysmally compared with the equivalent sum_3_azip_fold, investigate why, and why the former doesn't autovectorize like the latter.

@mati865
Copy link

mati865 commented Mar 6, 2022

The difference is minimal with current master and nightly:

test sum_3_azip                        ... bench:         825 ns/iter (+/- 130)
test sum_3_azip_fold                   ... bench:         820 ns/iter (+/- 105)

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

No branches or pull requests

2 participants