Viewing profile — rdevulap
rdevulap
HN member- Joined
- Sat, Jun 10, 2023, 8:56 PM UTC
- HN karma
- 3
- Public activity
- 10 items
- HN profile
- View on Hacker News ↗
About rdevulap
No profile information was provided.
Recent public activity
-
comment
Comment #49193486
a simple perf stat should show that the "Keep 50% of random data" case will have insanely more branch mis-predictions that the others.
- comment
- story
-
comment
Comment #40375311
On similar lines, faster tanh https://github.com/microsoft/onnxruntime/pull/20612
- story
-
comment
Comment #38088173
Intel's x86-simd-sort 4.0 Delivers A 2x Boost For AVX-512 Performance, Adds AVX2 Code
- story
-
comment
Comment #36275971
Still using the simple way of getting the pivot though.
-
comment
Comment #36275960
Of course! Appreciate all the time you put in. I added a few more optimizations to qsort after that (see https://github.com/intel/x86-simd-sort/pull/33 ), just wanted to know if yo…
-
comment
Comment #36275055
Thank you for such detailed analysis! Just curious to know which version of x86-simd-sort did you benchmark: release v1.0 or the top of main current branch? (I'm the author of x86-…