← Back to Blog
RISC-V AI

Axelera AI Europa: 629 TOPS at 45 W with 16 RISC-V Vector Cores on Samsung Foundry FinFET

Axelera AI Europa Samsung Foundry RISC-V vector 629 TOPS edge inference FinFET 128MB SRAM

Published: 2026-09-02 | Category: RISC-V AI | Reading time: ~5 min

Samsung Semiconductor's technology blog, reprinted by the Edge AI and Vision Alliance on 31 August 2026, gives the fullest published specification to date for Europa, Axelera AI's edge inference accelerator built on Samsung Foundry FinFET technology.

The numbers, as stated:

The number that matters is not 629 TOPS

Peak TOPS is the figure vendors lead with and the one engineers should discount first. The two numbers worth real attention here are 128 MB of on-chip L2 SRAM and 200 GB/s of DRAM bandwidth.

128 MB of L2 is unusually large for an edge part. It changes what the accelerator can hold resident: intermediate activations, a portion of model weights, and pre- and post-processing buffers can stay on-chip instead of round-tripping to external memory. For vision pipelines, where pre-processing (resize, normalise, colour conversion) and post-processing (non-maximum suppression, bounding-box decoding) often consume more wall-clock time than the inference itself, that matters more than peak multiply-accumulate throughput.

Axelera lists integrated pre- and post-processing as a capability, which is the right architectural call: keeping the whole vision pipeline on one device avoids the CPU-GPU-CPU handoffs that dominate latency and power in discrete designs.

At 200 GB/s DRAM bandwidth, the roofline is the constraint to check first. 629 TOPS at INT8 against 200 GB/s implies a minimum arithmetic intensity of roughly 3,000 operations per byte fetched to reach the peak. Most real networks do not sustain that. Plan around the memory system, not the headline.

45 W is an edge-server envelope, not an edge-node envelope

A 45 W TDP places Europa firmly in the edge server and in-vehicle compute class rather than in the battery-powered or passively cooled sensor class. That is consistent with the stated target list — edge servers, robotics, computer vision, automotive infotainment — and it rules out the handheld, wearable, and smart-camera-in-a-light-bulb segments.

For the automotive infotainment target in particular, 45 W is a plausible allocation. For a smart camera, it is not.

Sixteen RISC-V vector cores: what they are probably doing

Samsung's blog states 16 RISC-V vector processing cores without further detail. The natural reading, given the "integrated pre- and post-processing" line, is that these cores handle the non-tensor work: data movement, image pre-processing, operator fallbacks for layers the AI PUs do not accelerate, and control-plane sequencing.

That is a well-established pattern. Dedicated tensor engines are excellent at dense matrix work and poor at everything else, and "everything else" is where real pipelines spend their time. Putting a general-purpose vector ISA behind those stages means they can be programmed in C with intrinsics and recompiled as pipelines evolve, rather than frozen in fixed-function hardware.

What is not disclosed: the RISC-V base (RV32 or RV64) and extension set; whether RVV 1.0 is supported and at what vector length; vector core clock; how the vector cores connect to the AI PUs and L2 SRAM (coherency, topology, DMA); the software stack — compiler support, framework coverage, and whether customers can program the vector cores or they are reserved for vendor firmware; process node, stated only as "FinFET"; availability, sampling, volume production, and pricing; whether 629 TOPS is INT8, FP8, or mixed-precision; and thermal requirements at sustained load.

Until Axelera publishes the software story, the 16 vector cores should be treated as promising but unspecified.

Why a foundry is publishing this

One detail is easy to miss: this specification was published by Samsung Semiconductor, not in an Axelera product launch. That framing matters.

Samsung Foundry's interest is demonstrating that its FinFET process, design services, and advanced packaging can take an AI accelerator architecture from concept to production silicon. The blog positions the Europa engagement as evidence for a one-stop model spanning semiconductor expertise, design service, and advanced packaging.

Two practical consequences follow. First, the published figures are likely to be stable, since a foundry is unlikely to publish numbers its customer cannot defend. Second, the framing is ecosystem validation rather than product announcement, so commercial details — pricing, sampling, lead times — will come from Axelera separately and later.

Market context, as cited

Samsung's blog cites Grand View Research estimates for the global edge AI market: US$24.91 billion in 2025, growing to US$29.98 billion in 2026. That is roughly 20% year-on-year growth, which is the demand signal driving both the accelerator designs and the foundry investment behind them.

What Europa signals for the RISC-V ecosystem

The structural point is that RISC-V is now appearing inside AI accelerators as the programmable vector substrate rather than as the scalar controller. Earlier RISC-V-in-AI designs typically used a small scalar core for command and control and left everything else to fixed-function blocks. Sixteen vector cores sitting next to eight tensor engines, sharing 128 MB of on-chip SRAM, is a different balance: it treats the vector ISA as a first-class compute resource for the messy, non-matrix parts of the pipeline.

For engineering teams, that is the pattern to watch. It determines whether an accelerator can absorb pipeline changes without a silicon respin, and it is where the difference between a benchmark demo and a shipping product usually appears.


Sources

  1. Edge AI and Vision Alliance (reprinted with permission from Samsung Semiconductor) — "Powering the Next Wave of Edge AI: From Market Momentum to Scalable Silicon Innovation", 31 August 2026: https://www.edge-ai-vision.com/2026/08/powering-the-next-wave-of-edge-ai-from-market-momentum-to-scalable-silicon-innovation/
  2. Samsung Semiconductor original tech blog: https://semiconductor.samsung.com/news-events/tech-blog/powering-the-next-wave-of-edge-ai-from-market-momentum-to-scalable-silicon-innovation/
  3. Axelera AI: https://www.axelera.ai

Verification notes