Overview

At Hot Chips 2026 (August 25, Santa Clara), XCENA — the South Korean computational-memory startup formerly known as MetisX — and Samsung Electronics jointly presented the MX1 computational-memory device. The chip integrates 3,072 in-order RISC-V cores alongside up to 2 TB of DDR5 on a single expansion card manufactured on Samsung's 4 nm process. The pitch is simple: memory has not gotten smarter while CPUs and GPUs have. MX1 makes memory a programmable compute tier that can run selected jobs where the data sits.

Key Insight

XCENA's thesis: instead of moving data to the processor, bring the processor to the data. For bandwidth-bound workloads (vector search, KV-cache, memory compression, analytics kernels), processing on-card eliminates transfers over the CXL link and reduces host CPU load.

Hardware Architecture

ParameterSpecification
Process NodeSamsung 4 nm
Compute Cores3,072 in-order RISC-V cores @ 1.1 GHz
Core Clustering32 cores → 1 cluster; 4 clusters → 1 subsystem (128 cores); 24 subsystems per chip
Management Cores2× Arm Cortex-A53
Host InterfacePCIe 6 + CXL 3.2 x8 (128 GB/s aggregate)
Downstream PCIe8 lanes (for SSD connectivity)
MemoryUp to 2 TB DDR5 (as DIMM on card)
SSD Tier"Infinite Memory" — SSD exposed as byte-addressable memory; DDR5 acts as cache
Compute Power~40 W (compute chip); ~90 W (board with 4 DIMMs)
AI Throughput~3 TFLOPS dot-product (vector engines)
Parallelism24 independent subsystems — each can accept a separate job

Core Hierarchy

The 3,072-core count is structured in a clean hierarchy that allows independent job dispatch:

Two Arm Cortex-A53 cores manage the device, handle scheduling, and interface with the host. The RISC-V cores themselves are in-order designs — they are not general-purpose replacements for server CPUs. Their purpose is narrow: run bandwidth-bound kernels where data locality matters more than single-thread performance.

Memory Subsystem: DDR5 + "Infinite Memory"

The card carries up to 2 TB of DDR5 DIMMs. But the真正的 innovation is the SSD tier, which XCENA calls "Infinite Memory":

The utility of this design depends on whether the caching layer can hide enough SSD latency for a given workload. For sequential access patterns and large working sets that exceed DRAM capacity, the benefit is clear. For latency-sensitive random access, the DDR5 cache must hit at a high rate.

Host Interface: PCIe 6 + CXL 3.2

MX1 connects to its host over a PCIe 6 and CXL 3.2 x8 interface, providing 128 GB/s of aggregate host bandwidth. This is significant because:

Software Stack

Hardware alone is not enough. XCENA's software layer is where the bet lives or dies:

ComponentDescription
Language SupportC/C++ and Rust
DriversHost-side drivers for CXL device discovery and management
Simulation ToolsPre-silicon simulation for software development before hardware availability
Runtime"Parallel Xceleration Library" — a MapReduce-style runtime for dispatching jobs across the 24 subsystems
Memory ModelShared virtual address space between host and MX1 — no data copies needed
Challenge

Hyperscalers are unlikely to rewrite mature inference and data-processing systems solely to adopt a memory card. XCENA needs the MX1 offload path to fit into existing frameworks (PyTorch, vLLM, etc.) and produce savings large enough to justify another programmable device in the server.

Rack-Scale Reference Design

Samsung used the Hot Chips platform to show MX1 beyond a single add-in card. According to ServeTheHome's coverage of the slides, Samsung and XCENA presented a reference design connecting GPU servers and MX1 devices through a CXL switch:

Samsung and XCENA reported results from two selected AI workloads, but no independent reproductions have been published.

Target Workloads

The 3,072 cores provide roughly 3 TFLOPS of dot-product throughput — modest compared to a modern GPU, but the point is not raw FLOPS. MX1 targets workloads where data movement, not compute, is the bottleneck:

Company Background

XCENA was founded in early 2022 under the name MetisX by Jin Kim (former SK hynix VP, next-gen architecture), CTO Dohun Kim, and CPO Harry Juhyun Kim. The three founders came from Samsung and SK hynix, with backgrounds spanning memory architecture, SoC design, and software. The company rebranded from MetisX to XCENA in late 2024.

XCENA is based in Pangyo (Seongnam, South Korea) with an office in Sunnyvale, California. As of May 2026, the company employed more than 90 people across both locations. The Hot Chips presentation followed the company's $135 million Series B in May 2026. Production target: late 2026.

What This Means for RISC-V

MX1 is a notable data point for the RISC-V ecosystem for several reasons:

Sources & References

← Back to Blog Contact Us