-
Notifications
You must be signed in to change notification settings - Fork 19
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
Update for SIMD stabilization? #67
Comments
Yes, this is (mostly) the repo. We haven't yet found the time to write up SIMD versions of the benchmarks yet, though. Feel free if you want to help. |
Update: My fannkuch_redux SIMD implementation was thrown out (to avoid a SIMD arms race on that benchmark). I have an idea for a different non-SIMD implementation, though. I also have an SIMD spectralnorm implementation, although the current autovectorized one I recently built is already plenty fast. I may try n_body (after failing with autovectorization because of differences between CPUs) again later, perhaps Mandelbrot, although I see little gains to be made. |
Are there any details on this? |
Is this the repo that's currently being used for https://benchmarksgame-team.pages.debian.net/benchmarksgame/faster/rust.html ? If so, are there planned updates given the recent SIMD stabilization?
The text was updated successfully, but these errors were encountered: