SupercomputingExplainerJun 23, 2026, 12:03 PM· 6 min read· #3 of 3 in technology

China's 'LineShine' Claims Supercomputing Crown With a Radical CPU-Only Design

China has built the world's fastest supercomputer, achieving exascale performance entirely without the use of GPUs. The breakthrough demonstrates a sovereign technology stack designed to bypass US export controls.

By Factlen Editorial Team

Chinese HPC Developers 35%Western Security Analysts 35%Computer Architecture Experts 30%
Chinese HPC Developers
View the system as a triumph of sovereign engineering and proof that full-stack independence is achievable.
Western Security Analysts
Argue the system is an expensive, brute-force workaround to export controls that may struggle with pure AI efficiency.
Computer Architecture Experts
Fascinated by the technical achievement of scaling a CPU-only architecture to exascale using novel memory topologies.

What's not represented

  • · Environmental advocates concerned about the 42-megawatt power draw of exascale computing facilities.

Why this matters

LineShine proves that a nation can build world-class artificial intelligence infrastructure without relying on Western semiconductor giants like Nvidia or AMD. This engineering feat fundamentally alters the global technology race, showing that export controls have driven China to create a fully independent, sovereign computing ecosystem.

Key points

  • China's LineShine supercomputer took the #1 spot on the global TOP500 list, displacing the US El Capitan.
  • The system achieved 2.198 exaflops of sustained performance without using any GPUs.
  • It relies on 40,960 custom LX2 processors, widely believed to be designed by Huawei.
  • The architecture uses specialized vector units and on-package High Bandwidth Memory to perform GPU-like tasks.
  • The machine demonstrates China's ability to build a sovereign, exascale computing stack despite US export controls.
2.198 Exaflops
Sustained HPL performance
40,960
LX2 processors used
2.45 million
Total CPU cores
42.2 MW
System power draw

For the first time since 2017, a Chinese system has claimed the title of the world's fastest supercomputer. The machine, known as LineShine, debuted at the top of the biannual TOP500 list, displacing the United States' El Capitan system. Installed at the National Supercomputing Center in Shenzhen, LineShine achieved a sustained performance of 2.198 exaflops on the High Performance Linpack benchmark, comfortably clearing the exascale threshold. But the raw speed is only the second most interesting thing about this machine. The real breakthrough lies in its architecture: LineShine reached exascale performance without using a single graphics processing unit.[1]

In the modern era of high-performance computing and artificial intelligence, GPUs have become the undisputed engines of progress. Nearly all of the world's top systems, including El Capitan, rely heavily on specialized accelerators from American companies like Nvidia and AMD to handle the massive parallel calculations required for AI training and complex simulations. LineShine, however, runs entirely on central processing units. It is the first system in history to exceed two exaflops of sustained double-precision performance using a CPU-only design.[1]

This architectural divergence is not merely a scientific experiment; it is a direct response to geopolitical realities. Since 2019, the United States government has steadily tightened export controls on advanced semiconductors, specifically targeting China's access to the high-end GPUs that power modern AI and supercomputing. By cutting off the supply of Nvidia and AMD accelerators, Washington aimed to cap Beijing's computational ceiling. LineShine demonstrates that Chinese engineers have found a way to route around that constraint, scaling domestic CPU compute to exascale levels using an entirely sovereign technology stack.[2]

Unlike Western systems that rely on GPUs for heavy lifting, LineShine achieves its speed by networking tens of thousands of highly complex CPUs.
Unlike Western systems that rely on GPUs for heavy lifting, LineShine achieves its speed by networking tens of thousands of highly complex CPUs.

The scale of the engineering effort is staggering. LineShine is built around 20,480 compute nodes, housing a total of 40,960 custom processors known as the LX2. Each of these Armv9-based processors contains 304 individual cores, bringing the system's total core count to roughly 2.45 million. While the National Supercomputing Center has not officially disclosed the manufacturer of the LX2, industry analysts and hardware experts widely attribute the silicon to Huawei, pointing to the company's deep expertise in Arm architectures and domestic fabrication capabilities.

To understand how a CPU-only system can compete with GPU-accelerated behemoths, one must look at the microarchitecture of the LX2 chip. Traditional CPUs are designed for sequential processing, making them highly versatile but relatively slow at the matrix math required for AI and fluid dynamics. To bridge this gap, the LX2 incorporates specialized Scalable Matrix Extension and Scalable Vector Extension units. These dedicated hardware blocks allow the CPU to perform the kind of dense, parallel mathematical operations normally reserved for GPUs, delivering up to 60.3 teraflops of double-precision performance per chip.

However, raw processing power is useless if the system cannot feed data to the cores fast enough. This "memory wall" is the primary bottleneck in modern supercomputing. To solve this, the LX2 employs a highly unusual and sophisticated memory topology. Each processor integrates 32 gigabytes of High Bandwidth Memory directly onto the chip package, providing a blistering 4 terabytes per second of aggregate bandwidth. This on-package memory acts as a massive, ultra-fast cache for the most critical data.

Beyond the on-package HBM, each compute die also connects to 128 gigabytes of off-package DDR5 memory, providing the vast capacity needed for exascale workloads. A dedicated direct memory access engine handles the constant shuffling of data between the slower DDR5 and the lightning-fast HBM. This tiered memory approach resembles the architecture of advanced accelerated processing units more than a conventional server CPU, allowing LineShine to keep its 2.45 million cores fed with data without the latency penalties of communicating with external GPUs.

LineShine comfortably cleared the exascale threshold, displacing the US Department of Energy's El Capitan on the TOP500 list.
LineShine comfortably cleared the exascale threshold, displacing the US Department of Energy's El Capitan on the TOP500 list.
Beyond the on-package HBM, each compute die also connects to 128 gigabytes of off-package DDR5 memory, providing the vast capacity needed for exascale workloads.

The system's interconnect—the nervous system that links the tens of thousands of processors together—is equally critical. LineShine utilizes a proprietary Chinese network fabric called LingQi. Arranged in a dual-plane multi-rail fat-tree topology, LingQi provides 1.6 terabits per second of bandwidth to every single node. This massive data pipeline ensures that the system can scale its workloads across the entire facility without individual nodes stalling while waiting for information from their neighbors.

The software stack required to run a machine of this complexity is entirely domestic. LineShine operates on Kylin OS and utilizes a software-defined asynchronous runtime environment designed specifically to compensate for the lack of traditional GPU programming frameworks like Nvidia's CUDA. By achieving "full-stack independence" from the underlying silicon to the core software, the Shenzhen center has insulated its flagship machine from future foreign supply chain disruptions.

Despite the impressive benchmark numbers, Western analysts and computer architecture experts have raised questions about the system's true efficiency, particularly when it comes to pure AI training. While the LX2's vector units are powerful, GPUs are still fundamentally better optimized for the specific mathematical demands of large language models. Some industry observers suggest that while LineShine is a triumph of engineering, it may require significantly more effort to optimize AI workloads for its unique CPU architecture compared to a standard Nvidia cluster.[2]

Power consumption is another critical metric where the CPU-only approach shows its trade-offs. According to the TOP500 data, LineShine draws approximately 42.2 megawatts of power to achieve its 2.198 exaflops. While this yields a respectable efficiency of 52.07 gigaflops per watt, it highlights the immense energy requirements of scaling CPUs to this level. GPU-accelerated systems typically offer higher energy efficiency for specific AI tasks, meaning LineShine's brute-force approach comes with a substantial electricity bill.

The LX2 processor uses a highly unusual memory topology, placing ultra-fast High Bandwidth Memory directly on the chip package to prevent data bottlenecks.
The LX2 processor uses a highly unusual memory topology, placing ultra-fast High Bandwidth Memory directly on the chip package to prevent data bottlenecks.

The geopolitical implications of LineShine's debut are already rippling through Washington and Beijing. For years, the prevailing strategy among US policymakers was that restricting access to extreme ultraviolet lithography machines and advanced accelerators would prevent China from reaching the exascale frontier. LineShine proves that while export controls may have delayed progress and forced a costly architectural pivot, they did not stop China's high-performance computing ambitions.[2]

In fact, some analysts argue that the restrictions may have inadvertently accelerated China's push for technological sovereignty. By removing the option to buy off-the-shelf Western components, the sanctions forced Chinese institutions to heavily subsidize and develop their own silicon, interconnects, and software ecosystems. The result is a fully domestic supply chain that, while perhaps less efficient in certain AI workloads today, is now completely immune to foreign policy levers.[2]

Looking ahead, the global supercomputing race is entering a fractured, multi-polar era. The United States and Europe will likely continue to push the boundaries of GPU-accelerated architectures, leveraging the rapid advancements of companies like Nvidia and AMD. Meanwhile, China will refine its sovereign CPU-first approach, optimizing its software stack to extract maximum AI performance from chips like the LX2.

The development of the LX2 chip demonstrates China's growing ability to design and fabricate advanced silicon without Western intellectual property.
The development of the LX2 chip demonstrates China's growing ability to design and fabricate advanced silicon without Western intellectual property.

LineShine is not just a very fast computer; it is a monument to the limits of technological containment. It demonstrates that when a nation-state with sufficient resources and engineering talent is cut off from the global supply chain, it will eventually build its own. As the demand for massive compute power continues to surge alongside the AI revolution, the true test for LineShine will be how effectively it can translate its record-breaking benchmark scores into real-world scientific and economic breakthroughs.

How we got here

  1. 2019–2022

    The US implements strict export controls on advanced semiconductors and GPUs to limit China's AI capabilities.

  2. May 2026

    China's National Supercomputing Center unveils the LineShine architecture at a domestic technology conference.

  3. June 23, 2026

    LineShine officially debuts at No. 1 on the global TOP500 supercomputer list, verifying its exascale performance.

Viewpoints in depth

Chinese HPC Developers

View the system as a triumph of sovereign engineering and proof that full-stack independence is achievable.

For the engineers behind LineShine, the machine is a validation of the 'full-stack independence' strategy. By designing the silicon, the interconnect fabric, and the operating system entirely within China, they have insulated their flagship research infrastructure from the volatility of international trade disputes. They argue that while building a CPU-only exascale machine was incredibly difficult, the resulting sovereign ecosystem will pay dividends as they scale future AI and scientific workloads without relying on foreign intellectual property.

Western Security Analysts

Argue the system is an expensive, brute-force workaround to export controls that may struggle with pure AI efficiency.

Security and policy analysts in Washington view LineShine as a predictable, albeit impressive, reaction to semiconductor sanctions. They point out that using 2.45 million CPU cores to do the job of a modern GPU cluster is a brute-force approach that requires massive amounts of electricity—over 42 megawatts. From this perspective, LineShine proves that export controls cannot stop China from reaching exascale, but they have successfully forced Beijing to take a much more expensive and complex architectural path to get there.

Computer Architecture Experts

Fascinated by the technical achievement of scaling a CPU-only architecture to exascale using novel memory topologies.

Hardware experts are largely focused on the ingenuity of the LX2 processor itself. They note that integrating 32 gigabytes of High Bandwidth Memory directly onto a CPU package alongside dedicated vector units is a radical departure from traditional server design. By treating the CPU more like a massive, generalized accelerator, the designers managed to overcome the 'memory wall' that typically bottlenecks non-GPU systems. For these experts, LineShine is a fascinating case study in how hardware constraints can drive entirely new paradigms in computer architecture.

What we don't know

  • How efficiently LineShine can train modern Large Language Models compared to Nvidia GPU clusters.
  • The exact manufacturing node and foundry used to fabricate the LX2 processors.
  • The total financial cost of developing and deploying the fully domestic system.

Key terms

GPU (Graphics Processing Unit)
A specialized electronic circuit designed to rapidly manipulate memory, highly efficient at parallel processing for AI and graphics.
CPU (Central Processing Unit)
The primary component of a computer that acts as its "brain," traditionally better at sequential tasks than the parallel math required for AI.
HBM (High Bandwidth Memory)
A high-performance RAM interface that stacks memory chips vertically, providing massive data transfer speeds while using less power.
NUMA (Non-Uniform Memory Access)
A computer memory design where the access time depends on the memory location relative to the processor, requiring careful software management.
Vector Units
Specialized hardware within a processor designed to perform the same mathematical operation on multiple data points simultaneously.

Frequently asked

What is an exaflop?

An exaflop is a measure of supercomputer performance equal to one quintillion (1,000,000,000,000,000,000) floating-point operations per second.

Why is a CPU-only supercomputer unusual?

Most modern supercomputers use Graphics Processing Units (GPUs) to handle the massive parallel math required for AI and simulations, as they are generally more efficient for those specific tasks than standard CPUs.

How did China build this without US chips?

Chinese engineers used custom-designed Arm-based processors (the LX2) equipped with specialized vector units and domestic networking hardware to bypass the need for imported accelerators.

Is LineShine faster than US supercomputers?

Yes, it scored 2.198 exaflops on the standard High Performance Linpack benchmark, beating the US El Capitan system to take the number one spot globally.

Sources

Source coverage

2 outlets

3 viewpoints surfaced

Chinese HPC Developers 35%Western Security Analysts 35%Computer Architecture Experts 30%
  1. [1]EngadgetComputer Architecture Experts

    China takes back top spot in latest supercomputer ranking

    Read on Engadget
  2. [2]ReutersWestern Security Analysts

    China surpasses US in supercomputing with domestic chips

    Read on Reuters
Stay informed

Every angle. Every day.

Get technology stories with full source coverage and perspective breakdowns delivered to your inbox.