AI Chips are not CPU's
AI needs a different kind of specialized chip. So no, it is not just a faster CPU (Central Processing Unit). Rather, it is a specialized variant of CPU called GPU (Graphical Processing Unit) . GPU’s were originally designed ages back for one purpose – video games! What?! The “G” was for Graphical, remember. In a video game, the screen (1) has to be rendered at insane speeds, (2) how to render each pixel involves a combo of RGB values (among other things) which have to be crunched via matrix multiplication, and (3) rendering of pixels can be done in parallel, not in sequence the way traditional computing is done. Decade later, the raw data for AI needed just such a processor – insane speed, matrix multiplications, and parallel processing. Traditional CPU’s were not designed for that, but these were exactly what GPU’s already did. Ergo, the company that started off decades back with GPU’s for video games pivoted to AI chips and is the world’s most valuable company today – Nv...