-
Notifications
You must be signed in to change notification settings - Fork 28
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
Make sure bivariate_normals vectorizes properly #483
Comments
Current results: [NOTE: Not actual numbers due to restriction of publication of performance numbers. See slack for how to derive actual numbers] |
Ok, the problem here turns out to be that LLVM thinks those arrays may alias. |
JuliaLang/julia#20257 has a WIP for this. |
@Keno @andreasnoack Is this going to be ready in time for GB? There's only about a month left for doing all the runs. |
The loops in bivariate_normals showed up as a hot spot in profiling. We should make sure the compiler takes adequate advantage of the constancy of the trip counts, etc.
I'll be using this as a benchmark:
The text was updated successfully, but these errors were encountered: