top of page

d-Matrix and Nvidia Join Forces: What NVLink Fusion Means for AI Servers

1 day ago
7 min read
d-Matrix and Nvidia Join Forces
d-Matrix and Nvidia Join Forces

The artificial intelligence hardware landscape has reached a pivotal turning point in 2026. As generative AI models scale from billions to trillions of parameters, the industry is witnessing a shift in compute bottlenecks. While model training dominated data center capex over the past decade, real-time inference—powering reasoning agents, interactive coding assistants, real-time voice translation, and enterprise workflows—now represents the vast majority of daily operational workloads.


To address the soaring cost and power consumption of running complex AI models at scale, d-Matrix and Nvidia have announced a groundbreaking partnership. By integrating d-Matrix's specialized inference hardware—such as its Corsair and Raptor XPUs—into Nvidia’s enterprise data center ecosystem via Nvidia NVLink Fusion, the two chipmakers are pioneering a new era of heterogeneous AI server architecture.


This comprehensive guide explores how the NVLink Fusion AI inference collaboration works, why disaggregated inference is taking over next-generation data centers, and what this strategic alliance means for cloud service providers, enterprise IT leaders, and AI infrastructure architects in 2026.


The 2026 Shift: Why AI Inference Requires New Architecture

In the early stages of the generative AI boom, enterprise teams relied almost exclusively on high-performance general-purpose GPUs (such as Nvidia's H100 and H200) for both training and inference tasks. However, as generative AI deployment matures across global enterprises, the operational characteristics of training versus inference have diverged dramatically.


d-Matrix and Nvidia Join Forces The Two Phases of LLM Inference

Large Language Models (LLMs) process user interactions in two distinct algorithmic phases:

  1. The Prefill Phase: The input prompt is ingested and processed in parallel. This phase is heavily compute-bound and benefits immensely from raw floating-point performance (FLOPS) found in massively parallel GPUs.

  2. The Decode Phase: The model generates output tokens sequentially, one token at a time. This phase is fundamentally memory-bandwidth bound and latency-sensitive. Each generated token requires loading huge parameter matrices across memory buses, creating severe energy and latency bottlenecks in conventional GPU setups.


When general-purpose GPUs handle the entire end-to-end inference pipeline, expensive compute units sit idle waiting for memory transfers during the decode phase. By 2026, with billions of daily API calls processed across hyperscale clouds, this inefficiency translates into billions of dollars in wasted energy and inflated Total Cost of Ownership (TCO).

To solve this challenge, cloud service providers are adopting disaggregated heterogeneous inference, where specialized chiplets handle distinct execution phases.


Enter d-Matrix: Revolutionizing In-Memory Compute

Founded to tackle the memory wall in AI processing, d-Matrix has emerged as a leader in ultra-low latency AI inference chips. The company’s architecture relies on Digital In-Memory Compute (DIMC), which embeds compute logic directly within small, high-speed memory blocks (often called "stashes") alongside tightly coupled LPDDR5X memory.


Key Architectural Advantages of d-Matrix XPUs

  • Elimination of Data Movement: Traditional chips constantly move data back and forth between separate High Bandwidth Memory (HBM) stacks and processing cores. d-Matrix’s DIMC architecture executes matrix multiplication directly inside memory cells, drastically cutting energy consumption.

  • Ultra-Low Time-to-First-Token (TTFT) and Inter-Token Latency: On interactive workloads such as Llama 3 70B, d-Matrix hardware reduces time-per-output-token down to 2ms, enabling conversational speeds previously unattainable on standard hardware configurations.

  • High Efficiency at Low Batch Sizes: Traditional GPUs require massive batch sizes to achieve high resource utilization. d-Matrix Corsair and Raptor processors deliver maximum throughput even at batch size 1 (BS1) or small batch sizes typical of real-time user applications.

Despite these advantages, custom application-specific integrated circuits (ASICs) historically faced a critical adoption barrier: integrating with dominant data center hardware and software ecosystems. That obstacle has now been dismantled through Nvidia's NVLink Fusion ecosystem.


What is Nvidia NVLink Fusion?

Nvidia introduced NVLink Fusion as part of its open scale-up infrastructure initiative, extending its high-bandwidth interconnect IP to custom third-party silicon and custom XPUs (Accelerated Processing Units).


Historically, NVLink was a proprietary interconnect reserved for GPU-to-GPU communications within Nvidia systems (such as the Grace Hopper, Grace Blackwell, and Vera Rubin NVL72 architectures). With the release of sixth-generation NVLink and NVLink-C2C (Chip-to-Chip), Nvidia opened NVLink Fusion to allow strategic partners like d-Matrix to connect their specialized chips directly into Nvidia’s rack-scale topologies.

+-----------------------------------------------------------------------+
|                       NVIDIA AI FACTORY RACK                          |
|                                                                       |
|  +--------------------+   NVLink Fusion   +------------------------+  |
|  | Nvidia Blackwell / | <---------------> | d-Matrix Corsair /     |  |
|  | Vera Rubin GPUs    |   High Bandwidth  | Raptor XPUs            |  |
|  | (Prefill Engine)   |   Low Latency     | (Decode Engine)        |  |
|  +--------------------+                   +------------------------+  |
|            |                                           |              |
|            +------------------- Ethernet --------------+              |
|                     (Spectrum-X / BlueField DPUs)                     |
+-----------------------------------------------------------------------+

Core Features of NVLink Fusion Technology

  • Multi-Terabyte Bandwidth: NVLink Fusion delivers cohesive, high-speed scale-up interconnect capabilities with bidirectional bandwidth reaching multiple terabytes per second.

  • Unified Memory Domain: Custom processors can share physical and virtual memory spaces directly with Nvidia Vera CPUs and Blackwell or Rubin GPUs without encountering traditional PCIe bus congestion.

  • Native Rack Integration: Partners can build hardware compatible with Nvidia MGX modular server standards, using shared liquid-cooling loops, power delivery systems, and Spectrum-X networking infrastructure.

How NVLink Fusion AI Inference Transforms Server Architecture

By joining forces, d-Matrix and Nvidia provide a unified platform that combines the high compute density of Nvidia GPUs with the memory-efficient execution of d-Matrix XPUs. This combination optimizes the NVLink Fusion AI inference pipeline across heterogeneous clusters.


1. Heterogeneous Pipeline Separation

In an NVLink Fusion-enabled AI server, workloads are dynamically partitioned between processors:

  • Nvidia GPUs (Compute Engines): Take control during the prompt prefill phase, leveraging massive FP4/FP8 compute capacities to encode contextual prompts rapidly.

  • d-Matrix XPUs (Decode Engines): Receive KV-cache tokens across the ultra-fast NVLink Fusion fabric and execute the sequential decode phase using low-power Digital In-Memory Compute.


2. Up to 10x Speed and 5x Energy Efficiency

Data center tests and early cloud deployments demonstrate dramatic operational improvements when pairing d-Matrix accelerators with Nvidia AI infrastructure:

Metric

Traditional Standalone GPU Server

NVLink Fusion Hybrid Server (GPU + XPU)

Workload Assignment

Monolithic (Prefill + Decode on GPU)

Disaggregated (Prefill on GPU, Decode on XPU)

Interactive Latency (Token Generation)

Standard (~15–30 ms/token under load)

Ultra-Low (~1–2 ms/token under load)

Energy Efficiency

Baseline (1x)

Up to 3x–5x Energy Reduction

System TCO Performance

Baseline (1x)

Up to 3x Cost Improvement

Interconnect Bottleneck

PCIe Gen 5/6 Bus Constraints

Native NVLink Scale-Up Bandwidth

3. Simplified Software Deployment via Unified Frameworks

Hardware separation is only effective if software can orchestrate it seamlessly. Through NVLink Fusion integration, d-Matrix software (including its Aviator compiler stack) operates alongside Nvidia software frameworks such as TensorRT-LLM, Dynamo, and NVIDIA Inference Microservices (NIMs). Software schedulers can dynamically route inference requests across heterogeneous hardware without requiring application developers to rewrite model code.


Market Implications for Data Centers and Enterprise AI in 2026

The collaboration between d-Matrix and Nvidia highlights broader structural trends reshaping the global tech sector in 2026.

Solving the Data Center Power Wall

Power availability has become the ultimate constraint for new AI factory builds. Hyperscalers can no longer simply add mega-wattage to server racks to scale performance. By utilizing NVLink Fusion AI inference hardware combinations, data center operators can extract up to 5x higher token throughput within their existing power envelope.


Democratizing Heterogeneous AI Silicon

Nvidia’s decision to open its NVLink fabric through NVLink Fusion protects its market supremacy while encouraging hardware innovation. Rather than fighting niche ASIC manufacturers, Nvidia turns custom silicon creators into ecosystem partners. For enterprise buyers, this eliminates vendor lock-in concerns while ensuring full compatibility with Nvidia’s management tools, BlueField DPUs, and Spectrum-X Ethernet switches.


Commercial Cloud Adoption (Parasail & Neoclouds)

Inference cloud providers like Parasail and specialized neoclouds are among the first commercial adopters deploying d-Matrix Corsair and Raptor accelerators alongside Nvidia Hopper and Blackwell systems. By using automated kernel optimizers, these platforms serve commercial API traffic at significantly reduced cost-per-token metrics, passing savings directly to enterprise customers.


Frequently Asked Questions (FAQ)

Q1: What is NVLink Fusion, and how does it relate to d-Matrix?

NVLink Fusion is Nvidia’s open scale-up interconnect technology that allows third-party chip manufacturers to connect specialized domain-specific processors directly into Nvidia's data center fabric. d-Matrix uses NVLink Fusion to connect its Raptor and Corsair AI inference XPUs to Nvidia server racks, creating integrated, high-bandwidth heterogeneous computing systems.


Q2: Why is NVLink Fusion AI inference better than traditional PCIe-connected inference cards?

Traditional PCIe slots introduce significant latency and bandwidth constraints when transferring large volumes of data between GPUs and secondary accelerators. NVLink Fusion AI inference delivers multi-terabyte scale-up bandwidth and direct memory access between Nvidia GPUs/CPUs and d-Matrix XPUs, eliminating data bottlenecks during real-time token decoding.


Q3: How does the d-Matrix and Nvidia solution lower AI data center energy costs?

The joint solution uses a heterogeneous workload split. Nvidia GPUs handle the compute-heavy prefill phase, while d-Matrix Digital In-Memory Compute (DIMC) chips handle the memory-bound decode phase. Because DIMC performs computations directly inside memory without constant data transfers, the combined system operates up to 5x more energy-efficiently than standard standalone GPU deployments.


Q4: Will software developers need to rewrite their LLM code to support NVLink Fusion systems?

No. Thanks to software co-design between d-Matrix’s Aviator software stack and Nvidia’s TensorRT-LLM and NIM ecosystem, workload routing between the GPU prefill engine and the XPU decode engine is managed automatically at the runtime layer.


Q5: When are NVLink Fusion integrated d-Matrix server solutions available?

Production rollouts of d-Matrix inference hardware integrated with Nvidia NVLink Fusion architectures began expanding in mid-2026, with early access available via Gimlet Cloud, Parasail inference services, and select enterprise AI data center deployments.


Drive Your AI Infrastructure Forward

The fusion of d-Matrix inference processing with Nvidia’s scale-up fabric represents a critical step toward sustainable, high-speed artificial intelligence deployment. As AI models continue to expand in complexity, hybrid data center architectures will define the future of high-throughput compute.


Next Steps for Enterprise IT & Infrastructure Leaders:

  • Evaluate Your Inference Economics: Audit your current LLM API workloads to identify potential TCO savings from disaggregated prefill/decode architecture.

  • Explore Cloud Partners: Learn more about early-access deployments on Parasail Inference Cloud and explore custom silicon hardware options at d-Matrix Official.

  • Stay Ahead on Data Center Standards: Review Nvidia's architectural guidelines for scale-up networks at Nvidia Developer Documentation.

Comments

Rated 0 out of 5 stars.
No ratings yet

Add a rating
bottom of page