Live data from Hacker News

Viewing profile — user_1234

user_1234

HN member
Joined
Thu, Oct 25, 2018, 6:25 AM UTC
HN karma
0
Public activity
3 items

About user_1234

No profile information was provided.

Recent public activity

  1. comment
    Comment #22282134

    Looks like there is a Fortran compiler which is already emitting MLIR IR with few OpenMP constructs support and 2 SPEC CPU 2017 benchmarks running: https://github.com/compiler-tree…

  2. comment
    Comment #18307440

    I think the question here, which one is better: 1. A portable binary where only individual SIMD operations are optimized for all targets. 2. Building the optimized binary for every…

  3. comment
    Comment #18298936

    > The next-level challenge is compiling multiple alternates into the same binary, and selecting the best at runtime. What are the use cases for having multiple alternates in the sa…