Skip to content
This repository has been archived by the owner on Mar 11, 2020. It is now read-only.

benchmark results repository #34

Closed
musm opened this issue Sep 26, 2016 · 12 comments
Closed

benchmark results repository #34

musm opened this issue Sep 26, 2016 · 12 comments

Comments

@musm
Copy link
Collaborator

musm commented Sep 26, 2016

Feel free to post results of running the benchmarks suite, including versioninfo() and commit number for reference

@ChrisRackauckas
Copy link
Member

High-Powered Dual Xeon(R) CPU E5-2667 v4 @ 3.20GHz:
https://gist.github.com/ChrisRackauckas/fb2c187317af097c61f03e7d99b71bb2

@ChrisRackauckas
Copy link
Member

ChrisRackauckas commented Sep 26, 2016

@ChrisRackauckas
Copy link
Member

@musm
Copy link
Collaborator Author

musm commented Sep 27, 2016

As always thanks @ChrisRackauckas . I addressed the perf of the inverse trig functions and exp# functions, and hopefully a bit of the cbrt.

@KristofferC
Copy link
Member

https://gist.github.com/KristofferC/99d9eec3b4c6f7522cf8334306063316

julia> versioninfo()
Julia Version 0.6.0-dev.736
Commit 32c1a31* (2016-09-21 21:04 UTC)
Platform Info:
  System: Linux (x86_64-linux-gnu)
  CPU: Intel(R) Core(TM) i5-2500K CPU @ 3.30GHz
  WORD_SIZE: 64
  BLAS: libopenblas (USE64BITINT DYNAMIC_ARCH NO_AFFINITY Sandybridge)
  LAPACK: libopenblas64_
  LIBM: libopenlibm
  LLVM: libLLVM-3.7.1 (ORCJIT, sandybridge)

commit: d2b90b6

@musm
Copy link
Collaborator Author

musm commented Sep 27, 2016

Thanks @KristofferC I just merged #43 which I hope will bring most things to within 2.5

@musm
Copy link
Collaborator Author

musm commented Sep 27, 2016

Nonetheless results don't look bad at all, I'm hoping JuliaLang/julia#18632 will also help perf, but my understanding is that simple immutables are already stack allocated, but perhaps not inlined into arrays ?

@musm musm changed the title Sample benchmarking suite results benchmark results repository Sep 27, 2016
@ChrisRackauckas
Copy link
Member

Yes, immutables are already stack allocated for simple immutables. Maybe that helps Complex?

Running a new one right now.

@ChrisRackauckas
Copy link
Member

@KristofferC
Copy link
Member

That pr should do nothing for performance here.

@musm
Copy link
Collaborator Author

musm commented Sep 27, 2016

Thanks for the clarification @KristofferC , that's what I figured.

@pfitzseb
Copy link

@musm musm closed this as completed Oct 17, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants