العتاد

ASIC

An ASIC (Application-Specific Integrated Circuit) is a chip designed and fabricated to perform one specific function, delivering higher performance and energy efficiency for that task than a general-purpose processor but with no flexibility for other workloads.

An Application-Specific Integrated Circuit (ASIC) is a semiconductor device whose logic is permanently fixed at fabrication time to implement a particular algorithm or function, in contrast to a general-purpose CPU or GPU, which execute arbitrary instructions, or an FPGA, which can be reconfigured after manufacture. Because every transistor on an ASIC serves the target function and carries no overhead for instruction decode, branch prediction, or reconfigurability, ASICs can achieve an order-of-magnitude or greater improvement in performance-per-watt compared with general-purpose alternatives for the same task.

Designing an ASIC involves creating a hardware description in Verilog or VHDL, synthesizing it to a gate-level netlist, placing and routing that netlist for a specific process node (for example, TSMC 3 nm or Samsung 4 nm), and then committing to a mask set—photolithographic templates that can cost tens of millions of dollars—before any silicon is produced. This high non-recurring engineering (NRE) cost means ASICs are economically justified only for high-volume production (consumer electronics) or for workloads where the performance-per-watt advantage offsets the investment over a long deployment period, as with cryptocurrency mining ASICs or cloud-scale AI inference chips.

In the context of AI, ASICs matter because training and serving large neural networks has become one of the most computationally intensive tasks in industry, and the energy cost of running GPU clusters at scale is substantial. Custom AI ASICs—Google's TPU, Amazon Inferentia and Trainium, Apple's Neural Engine, Groq's LPU—are engineered precisely for the matrix multiply-accumulate operations and memory access patterns of transformer models, yielding lower latency and lower cost per inference token than general-purpose GPUs for steady, predictable workloads.

By 2026, nearly every major technology company operating at AI scale has either taped out or publicly announced a proprietary AI ASIC. The trend reflects the maturation of neural network architectures—making it feasible to optimize silicon for a known set of operations—and the scale of inference demand, which justifies the multi-year design cycle. FPGA prototyping is commonly used to validate designs before committing to the irreversible step of ASIC fabrication.

مثال

Google designed the TPU v4 ASIC specifically for bfloat16 matrix multiplication, enabling a TPU v4 pod to train large language models at a fraction of the energy cost of an equivalent GPU cluster performing the same computations.

مصطلحات مرتبطة

← المسرد