

In the ASIC market, some recent statements heard are contradictory.
“Among the many global ASIC projects, 90% will fail,” said Jensen Huang, CEO of NVIDIA.
Huang’s comments on ASIC are not frequent. Therefore, once the related remarks were made, discussions about the growth potential of ASIC surged in the market, with various speculations emerging.
Huang stated that compared to NVIDIA’s focus on general-purpose GPU architecture, ASIC is designed for specific tasks. While it excels in performance and efficiency for single-use cases, it lacks flexibility and scalability. This “single-point optimization” strategy struggles to cope with the rapid evolution of AI applications. Huang’s evaluation of ASIC does not deny its value but emphasizes that “the entry barriers and operational difficulties are very high.” He cited Google’s TPU as an example, stating that its team is the “strongest ASIC team in the world,” yet even so, Google’s Gemini model is still deployed on NVIDIA’s GPU as well.
However, another voice in the market also has its basis— in the rapid development of ASIC, NVIDIA has sensed danger signals.
01Can ASIC Surpass GPU?
In the computing chip market, there are quite a few “supporters” of ASIC. With the push from major ASIC chip manufacturers and cloud giants, the AI computing market is approaching a new critical point.
According to a recent report from Nomura Securities, NVIDIA’s GPU currently occupies over 80% of the AI server market, while ASIC only accounts for 8%-11%.
However, from the perspective of shipment volume, the situation is changing. By 2025, Google’s TPU shipment volume is expected to reach 1.5-2 million units, while Amazon’s AWS Trainium 2 ASIC is about 1.4-1.5 million units, and NVIDIA’s AI GPU supply will exceed 5-6 million units.
Supply chain investigations show that the total shipment volume of Google and AWS‘s AI TPU/ASIC has reached 40%-60% of NVIDIA AI GPU’s shipment volume.
As Meta begins large-scale deployment of its self-developed ASIC solutions in 2026, and Microsoft will start large-scale deployment in 2027, it is expected that the total shipment volume of ASIC will exceed NVIDIA’s GPU shipment volume at some point in 2026.
This also means that the era of ASIC will officially arrive.
The news that OpenAI announced testing Google’s TPU has further ignited market enthusiasm. It is reported that the AI technology giant OpenAI has begun renting Google’s AI chips to support the computing needs of its ChatGPT and other products. In response, OpenAI stated that there are currently no plans to use Google’s self-developed chips to drive products.
However, a spokesperson for OpenAI pointed out that while the company’s AI lab is indeed testing some of Google’s TPU, there are currently no plans for large-scale adoption.
Currently, OpenAI mainly relies on NVIDIA’s GPU and AMD‘s AI chips to meet its growing AI computing needs. To reduce dependence on NVIDIA and AMD, OpenAI is also developing its own chips, planning to achieve the “tape-out” milestone this year, which means the chip design is complete and sent for manufacturing.
The last company to cause a stir by using Google’s TPU was Apple. Last July, Apple disclosed in a paper on its official website that its training models used Google’s fourth-generation AI ASIC chip TPUv4 and the updated generation chip TPUv5..
Before last year, compared to NVIDIA’s GPU, Google’s TPU seemed like an “unknown” rookie, but now it appears to have the strength to compete with NVIDIA’s GPU.
However, in the author’s view, “Will ASIC chips be able to crush GPUs in the future?” This seems more like a false proposition.
02ASIC, Core Advantages
The market generally believes that ASIC chips are becoming an important branch of AI chips. However, what specific advantages does ASIC have to impact GPU? And what specific impacts does it bring? There is relatively little discussion on this.
In response to a series of questions, the author will discuss this.
Depending on the tasks undertaken, AI chips can mainly be divided into two categories: AI training chips and AI inference chips.
By 2025, the global demand for AI inference computing power is expected to experience explosive growth, especially in edge application scenarios. This presents an opportunity for ASIC.
First, let’s talk about what inference is.
Inference is the process of “processing data using a trained model” (for example, using a trained image recognition model to identify photos, or using a speech model to transcribe speech). Once a model is deployed, its algorithm logic (such as the convolutional layers of CNN, the attention mechanism of Transformer), and computational flow (input-output format, precision requirements) will be fixed for a long time, requiring almost no adjustments.
This “fixedness” perfectly matches the core advantage of ASIC— custom hardware architecture for a single task: it can directly “solidify” the computational logic and data paths of inference algorithms into the chip, removing all irrelevant general-purpose computing units (such as the dynamic scheduling modules and general memory controllers used for training in GPU), allowing hardware resources to serve 100% for inference computation.
Similarly, ASIC has relatively weaker capabilities in training tasks. Because training task algorithms iterate quickly and require flexibility.If ASIC is used for training, when the algorithm updates, the chip faces the risk of becoming obsolete, and the cost-performance ratio is much lower.
Inference scenarios are far more sensitive to “energy efficiency ratio” (the computing power provided per watt of power) and “cost” than training. In these two aspects, ASIC has overwhelming advantages.
In terms of energy efficiency ratio, Google’s TPU v5e TPU has an energy efficiency ratio that is three times that of NVIDIA’s H100.
In terms of cost,AWS‘s Trainium 2 has a cost-performance ratio in inference tasks that is 30%-40% higher than that of H100, and Google’s TPUv5 and Amazon’s Trainium2 unit cost of computing power is only 70% and 60% of NVIDIA’s H100 respectively.
A large model may only require dozens to hundreds of training chips (such as GPU), but the inference phase may require tens of thousands or even hundreds of thousands of chips (for example, the inference cluster scale of ChatGPT is more than ten times that of the training cluster). Therefore, the “customization” design of ASIC can lower the cost per chip.
VerifiedMarketResearch data shows that in 2023, the market size of AI inference chips is $15.8 billion, and it is expected to reach $90.6 billion by 2030, with a compound annual growth rate of 22.6% during the forecast period from 2024 to 2030.
The current inference scenarios are presenting a pattern of coexistence and competition between ASIC and GPU. The market space for ASIC chips is huge.
Recently, Broadcom’s CEO Hock Tan and CFO Kirsten Spears also emphasized in a meeting that the company’s orders in the AI inference field have significantly increased, and the company is currently working closely with four potential AI XPU customers, planning to complete the first generation of AI XPU products for major clients such as Arm/SoftBank and OpenAI this year.
Looking at the competitive landscape in the training market, the AI training chip market has almost no competitors, with NVIDIA alone occupying over 90% of the AI training market share, supported by its Blackwell architecture, which enables training of 18 trillion parameter models, and NVLink 6 technology for seamless interconnection of 72-card clusters.
As mentioned earlier, the “flexibility” of training tasks naturally aligns with the GPU architecture, and in addition, NVIDIA has built an unshakeable software ecosystem through the CUDA platform: over 90% of AI frameworks (such as TensorFlow and PyTorch) natively support CUDA, allowing developers to call GPU computing power without rewriting code. This ecological inertia means that even if manufacturers like AMD and Huawei launch training chips with comparable performance, the user migration cost remains extremely high.
Industry insiders have told Semiconductor Industry Review that the stability of model architecture is the core premise for ASIC to realize its value—when the model is stable, the low cost and high efficiency advantages of ASIC can be fully released; when the model iterates quickly or even undergoes revolutionary changes, ASIC is prone to obsolescence due to adaptation lag.
This is also why some industry experts point to 2026 as the node for the explosive growth of the ASIC market scale. The design cycle of ASIC can take 1-2 years, while AI model iteration speeds are extremely fast (for example, the transition from GPT-3 to GPT-4 took only one year). If the model that the ASIC design is anchored to becomes outdated (for example, if Transformer replaces CNN), the chip may become directly obsolete.
However, with the development of large models, algorithms are beginning to solidify. Coupled with the continuous decline in the cost of ASIC, it now has a better stage to showcase itself.
As for whether ASIC will replace GPU? In the author’s view, this question is premature.
In the short term, the competition between ASIC and GPU is essentially a trade-off between “efficiency” and “flexibility”; the two are not currently in a mutually exclusive relationship. The advantages of ASIC in specific scenarios cannot break the ecological barriers of GPU; while the generality of GPU makes it difficult to replace in complex tasks. In the future, both will achieve optimal resource allocation through hybrid architectures (such as GPU + ASIC accelerator cards) and heterogeneous computing (such as CUDA and custom instruction sets working together).
As the AI market develops, it is still difficult to conclude what kind of chips will be needed in the future.
03Chip Giants Enter ASIC
In addition to Google, many AI chip companies both domestically and internationally are choosing to embrace ASIC.
Meta
Meta’s core computing load comes from recommendation system scenarios, which provide a fertile ground for self-developed, specialized ASIC chips.
Meta launched the MTIA V1 and MTIA V2 chips in 2023 and 2024 respectively. In addition, Meta plans to launch the MTIA V3 chip in 2026, which is expected to be equipped with high-end HBM, and unlike the V1/V2 chips that focus on specific tasks such as advertising and social networking, it is expected to expand applications to model training and inference tasks.
AmazonAWS
AWS’s layout in AI chips mainly includes inference chips Inferentia and training chips Trainium in two major series.
Since 2020, Amazon has released three generations of Trainium chips. Among them, Trainium3 is expected to improve performance by 2 times compared to the previous generation, with energy efficiency improved by 40%, and the performance of UltraServers equipped with this chip is expected to increase by 4 times.
Microsoft
In November 2023, Microsoft released its first self-developed AI chip, Azure Maia 100, at the Ignite technology conference, as well as a chip for cloud software services, Azure Cobalt. Both chips will be manufactured by TSMC using 5nm process technology.
Cobalt is a general-purpose chip based on the Arm architecture, featuring 128 cores, while Maia 100 is an ASIC chip designed specifically for Azure cloud services and AI workloads, with a transistor count reaching 105 billion. These two chips will be integrated into Microsoft’s Azure data centers to support services such as OpenAI and Copilot.
The design of the next-generation Maia v2 has been confirmed, with backend design and mass production delivery handled by GUC. In addition to deepening cooperation with GUC, Microsoft has also brought in MediaTek to participate in the design and development of the advanced version of Maia v2, to strengthen the technical layout of self-developed chips and effectively disperse technical and supply chain risks during the development process.

In China, ASIC chips are prominently represented by Huawei and Cambricon.
Huawei’s Ascend series processors have achieved significant breakthroughs in both technology and application since their inception, especially the Ascend 910B, which boasts strong computing power and innovative design.
Cambricon, as a leader in the domestic AI chip design field, is increasingly competitive in inference computing and AI acceleration for edge devices. Cambricon’s flagship product, MLU590, focuses on AI training and inference.
In the global AI chip competition, domestic ASIC chips face challenges but also welcome historic opportunities. Through continuous innovation and technological breakthroughs, domestic ASIC is gradually expanding its market share.
04Two Major Beneficiaries of ASIC Chips
In the ASIC market, Broadcom currently ranks first with a share of 55%-60%, while Marvell ranks second with a share of 13%-15%.
Broadcom’s core advantage in the AI chip field lies in customized ASIC chips and high-speed data exchange chips, whose solutions are widely used in data centers, cloud computing, HPC (high-performance computing), and 5G infrastructure. Broadcom’s ASIC chip business has become a core growth point. Financial reports reveal that sales of customized AI chips (ASIC) are expected to account for 70% of total AI semiconductor revenue in the second quarter, reaching $30.8 billion (approximately $45 billion).
Currently, Broadcom has partnered with three hyperscale cloud service providers (such as Google, Meta, and ByteDance) and has added clients such as OpenAI and Apple, with plans to expand to seven large tech companies in the future.
Among them, Broadcom has two major collaborations that are particularly noteworthy: the first is that Meta and Broadcom have jointly developed the first two generations of AI training acceleration processors, and both parties are currently accelerating the development of the third generation MTIA chip, which is expected to make significant progress from the second half of 2024 to 2025.
Marvell’s customized ASIC business is becoming one of its strong growth drivers. In Marvell’s specific business, the data center business accounts for about 75%, which is a high-growth business. This part of the business includes SSD controllers, high-end Ethernet switches (Innovium), and customized ASIC business (customized chips for Amazon AWS), mainly applied in cloud servers, edge computing, and other scenarios.
According to company communications and industry chain information, Marvell’s current ASIC revenue mainly comes from Amazon’s Trainium 2 and Google’s Axion Arm CPU processor, and the company’s collaboration with Amazon on the Inferential ASIC project is expected to begin mass production in 2025 (i.e., the 2026 fiscal year). The project with Microsoft, the Microsoft Maia project, is expected to be completed in 2026 (i.e., the 2027 fiscal year).