Hacker News new | ask | show | jobs
by SEJeff 3452 days ago
Tesla's AP is seemingly built ontop of Nvidia hardware, which is programmed using CUDA. CUDA is built ontop of LLVM, which Chris Lattner created. Seems like an obvious fit if you look at it from a purely technology perspective.
1 comments

That is a bit of leap isn't it ? Improving the compiler has very little to do with automated driving vehicles.
No way is it a leap. Lots of people are doing stuff to llvm to do gpu work. Take mapd for instance. There is a LOT of untapped llvm -> gpu goodness to be had.
Yeah but not for automated driving which requires good algorithms more than anything else.