-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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 "benchmarks game" results return #15408
Comments
@TeXitoi: Appearantly there is an unexpected ouput for http://benchmarksgame.alioth.debian.org/u64q/benchmark.php?test=mandelbrot&lang=rust&id=1&data=u64q#log |
cc @Ryman |
@kud1ing meteor contest, that does not appear in the table, is also back. nbody is not our version. |
Matches the official sample output (N=200) again. cc #15408
@TeXitoi Mandelbrot should be ok again now on master |
Most of the benchmarks are back for 0.12. fasta-redux just don't work so I didn't submitted it. mandelbrot gives bad output on x86. @Ryman do you have an idea about this problem: http://benchmarksgame.alioth.debian.org/u32/program.php?test=mandelbrot&lang=rust&id=1#log SIMD bug? |
@TeXitoi I looked into this, and cross compiled it a number of times on my machine. Seems like sse2 isn't being used for the x86 build and the floating point calculations are using x87 (which leads to 80bit precision for intermediates rather than 64bit as expected by the benchmark). I've gotten it to work locally by adding |
@Ryman thanks for the investigation! I've asked to add these command line flags https://alioth.debian.org/tracker/index.php?func=detail&aid=314839&group_id=100815&atid=413122 |
@Ryman and congrats to your mandelbrot implementation: 2nd on 4 core amd64 http://benchmarksgame.alioth.debian.org/u64q/benchmark.php?test=mandelbrot&lang=all&data=u64q |
@TeXitoi: Using |
Using |
Can confirm that I get the same results with |
Maybe we can close this issue in favor of #18085 ? |
Sure, it covers the same thing. I altered the title a bit to include the fact that one is missing. |
http://benchmarksgame.alioth.debian.org/u64q/rust.php does not show any results anymore. AFAIK this was initally due to a licensing situation, which was resolved in #14248
What needs to be done in order to make the results come back?
The text was updated successfully, but these errors were encountered: