benchmarksgame-rs icon indicating copy to clipboard operation
benchmarksgame-rs copied to clipboard

Update for SIMD stabilization?

Open egilburg opened this issue 7 years ago • 4 comments

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?

egilburg avatar Jun 28 '18 18:06 egilburg

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.

llogiq avatar Jun 28 '18 19:06 llogiq

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.

llogiq avatar Sep 10 '18 21:09 llogiq

My fannkuch_redux SIMD implementation was thrown out (to avoid a SIMD arms race on that benchmark).

Are there any details on this?

indo-dev-0 avatar Aug 17 '20 00:08 indo-dev-0

See benchmarksgame issue #44.

llogiq avatar Aug 28 '20 10:08 llogiq