Abrir menu de navegação
AIDive
PT
Entrar
Voltar ao glossário

ASICs

AI Infrastructure

A specialized chip designed to perform a specific type of calculation as efficiently as possible.

Definição

ASIC is not a universal processor, but a chip for a specific task. In the context of AI, such chips can speed up operations important for training or running models. They are useful where you need a lot of the same calculations, high energy efficiency and scale.

Exemplo

The data center can use specialized chips to speed up the output of neural networks and reduce power consumption under heavy loads.

Por que importa

The term is important for understanding AI infrastructure: the speed and cost of neural networks depend not only on the program code, but also on the hardware.

Como funciona

ASICs are designed for specific operations and constraints. Due to its narrow specialization, it can be faster and more economical than a general-purpose processor in its task.

Onde é usado

  • acceleration of neural networks
  • data centers
  • energy efficient computing

Limitações

An ASIC is less flexible: if the task or model architecture changes, a dedicated chip may not be as useful as general-purpose accelerators.

FAQ

Why is “ASICs” useful to know?

The term is important for understanding AI infrastructure: the speed and cost of neural networks depend not only on the program code, but also on the hardware.