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

[Bug]: C seems to be compiled in default mode #7

Open
WhiteBlackGoose opened this issue Jan 13, 2022 · 0 comments
Open

[Bug]: C seems to be compiled in default mode #7

WhiteBlackGoose opened this issue Jan 13, 2022 · 0 comments

Comments

@WhiteBlackGoose
Copy link

C takes 2.7 sec at best according to the presentation (on my machine it takes 3.4 without flags).

Instead, if you supply optimization flags, it'd take 0.7 sec.

To benchmark fairly, one would need to compile it like this:

gcc matrix_jki.c -O3
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

No branches or pull requests

1 participant