Hacker News new | ask | show | jobs
by aortega 778 days ago
> All AI is written with Python.

Only high-level is written in python, low level is Cuda that is a form of C.

Also, you would think the first to replace workers with AI would be the AI companies like Google.

2 comments

CUDA is not C, it is a polyglot stack for GPGPU, using C++ memory semantics, with C, C++ and Fortran compilers, and anything else able to target PTX bytecode, including Julia, .NET, Haskell, Python JIT, Java,...
Yes, and not to repeat myself: https://news.ycombinator.com/item?id=40182940