-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Use broadcast for some operations in arraymath #19746
Conversation
Your benchmark job has completed - possible performance regressions were detected. A full report can be found here. cc @jrevels |
Couldn't reproduce the regressions locally so will assume that they are noise. |
For small arrays there's going to be a tiny overhead for things like |
1e01bac
to
8da7f8b
Compare
Update: Surprisingly, |
@nanosoldier |
Your benchmark job has completed - possible performance regressions were detected. A full report can be found here. cc @jrevels |
8da7f8b
to
6c255b8
Compare
6c255b8
to
a2e34c1
Compare
@nanosoldier |
Your benchmark job has completed - no performance regressions were detected. A full report can be found here. cc @jrevels |
What changed from the previous nanosoldier run? |
|
Anybody knows what this test failure is https://travis-ci.org/JuliaLang/julia/jobs/187453412#L1598? |
Referencing #17321 re. the |
If someone restarted the travis job here, please back up the raw log to a gist before you do that next time. Restarting Travis overwrittes the logs and we would have lost the |
there's a problem in the test system right now that isn't correctly failing builds when run in parallel. that assertion failure looks real. |
@nanosoldier
runbenchmarks(ALL, vs = ":master")