-
Notifications
You must be signed in to change notification settings - Fork 38
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
[JuliaCon/proceedings-review] Performance metrics #128
Comments
Thank you for the questions, @georgebisbas.
The reason is that for
The slowdown is coming from the generation of slightly more complex code, for example for avoiding out-of-bounds accesses. |
Thank you for your answers @omlins. |
@georgebisbas : thank you for your suggestion. We will try to accommodate it in the same plot. |
regarding q2, if one runs the code with deactivated bounds checking, should you regain performance? |
No this is explicit bounds checking that you cannot just deactivate |
Hi all,
q1) what is the reason behind focusing on T_eff and not on Gpts/s as commonly used in papers reporting stencil performance?
q2) Figure 2 shows that using the math-close notation, performance slightly drops compared to explicitly expressing the stencil computation. Where is this slowdown coming from?
The text was updated successfully, but these errors were encountered: