Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
learyg
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
learyg
6y ago
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 area to work in as specialized designs become mor
2.
▲
by
learyg
6y ago
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 flows from Verilog/SystemVerilog types. The lat
3.
▲
by
learyg
6y ago
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 interpretation, but I think of it more as a spectrum than anyt
4.
▲
by
learyg
6y ago
Thanks again for the detailed thought! We actually [developed more advanced bit slicing syntax]( https://github.com/google/xls/blob/1b6859dc384fe8fa39fb901af... ) since that example was written, you can do th
5.
▲
by
learyg
6y ago
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 processes, which is why details are a little sparse for FPG
6.
▲
by
learyg
10y ago
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 missing f
7.
▲
by
learyg
10y ago
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 product requirement, or ? There's lots of co
8.
▲
by
learyg
10y ago
AOT for GPUs is doable. Do you have a killer use case? For CPU, mobile code footprint reduction was the driving force.
9.
▲
by
learyg
10y ago
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/2c8d0dc