Live data from Hacker News

Viewing profile — rdevulap

rdevulap

HN member
Joined
Sat, Jun 10, 2023, 8:56 PM UTC
HN karma
3
Public activity
10 items

About rdevulap

No profile information was provided.

Recent public activity

  1. 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.

  2. comment
  3. story
  4. comment
    Comment #40375311

    On similar lines, faster tanh https://github.com/microsoft/onnxruntime/pull/20612

  5. story
  6. comment
    Comment #38088173

    Intel's x86-simd-sort 4.0 Delivers A 2x Boost For AVX-512 Performance, Adds AVX2 Code

  7. story
  8. comment
    Comment #36275971

    Still using the simple way of getting the pivot though.

  9. 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…

  10. 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-…