Live data from Hacker News

Viewing profile — learyg

learyg

HN member
Joined
Wed, Mar 08, 2017, 4:56 AM UTC
HN karma
30
Public activity
9 items

About learyg

No profile information was provided.

Recent public activity

  1. comment
    Comment #24359816

    I am not personally a manager / hiring manager, but this is the job posting for SW/HW codesign positions in the south bay area CA -- speaking as an IC, it has been a very enjoyable…

  2. comment
    Comment #24358748

    One of the things we have on our short list is "good FFI" for instantiating existing RTL blocks (and making their timing characteristics known to the compiler) and making import fl…

  3. comment
    Comment #24357248

    Hi, one of the collaborators here! One question to consider, and one that I consider pretty frequently, is what the hard difference really is between HLS and RTL. It seems up to in…

  4. comment
    Comment #24356976

    Thanks again for the detailed thought! We actually [developed more advanced bit slicing syntax]( https://github.com/google/xls/blob/1b6859dc384fe8fa39fb901af... ) since that exampl…

  5. comment
    Comment #24356722

    Hi, one of the collaborators here, thanks for the good points. We have been targeting some Lattice FPGAs for prototyping purposes, but we've mostly been doing designs for ASIC proc…

  6. comment
    Comment #13825276

    Did you see the "using tfcompile" section of the docs? https://www.tensorflow.org/versions/master/experimental/xla/... If you're looking for more detailed information that's missin…

  7. comment
    Comment #13825258

    It's gpucc, so it builds from LLVM when you enable XLA in the TF configure step. Trying to understand: you don't want to ship a compiler library on principle, or is it some kind of…

  8. comment
    Comment #13818045

    AOT for GPUs is doable. Do you have a killer use case? For CPU, mobile code footprint reduction was the driving force.

  9. comment
    Comment #13818028

    The XLA and vanilla TF variants appear to be the same here: https://github.com/tensorflow/tensorflow/blob/2c8d0dca978a24... https://github.com/tensorflow/tensorflow/blob/2c8d0dca97…