-
Notifications
You must be signed in to change notification settings - Fork 27
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
Fail to reproduce timings #39
Comments
@serge-sans-paille i've copy-pasted your code an got: when I compile the c++ code that we provide in the benchmarks and then measure the timing (using This factor of 2 is expected. What is your OS and compiler? |
OS: linux/debian/testing |
Admittedly, I have little experience with this combination (HOPE on debian & g++4.9). What are the timings you get for the C++ and the jitted PDF code? What are the compile flags you’ve used to compile the C++ code and what is HOPE using (add |
|
and 1.32ms when compiling with clang |
@serge-sans-paille I was able to reproduce the behavior you see on an Ubuntu box. It seems like that the other benchmarks are doing alright and only the star-psf benchmark is causing some issues. As expected, the code that HOPE generates is identical on OSX and Ubuntu. This makes me assume that the compilers on Linux might struggle to optimize the code as much as clang on OSX. |
I installed hope from the git and run the following:
with:
and the output is rather slow compared to the expected result. C++ module runs at the expected speed, so what did I do wrong?
The text was updated successfully, but these errors were encountered: