Alibaba Demonstrates Native Qwen 3.8 27B Inference on XuanTie C950 RISC-V CPU at 30 Tokens per Second

Alibaba's semiconductor division, T-Head, announced day-zero native inference support for its latest open-weight model, Qwen 3.8 27B, running directly on the XuanTie C950 RISC-V server processor. Operating without discrete graphics processing units, the 64-core RISC-V chip delivered sustained decode throughput of 30 tokens per second alongside a time-to-first-token latency of 1.9 seconds. The benchmark demonstrates how architectural extensions on general-purpose open instruction sets can handle

2 min
Alibaba Demonstrates Native Qwen 3.8 27B Inference on XuanTie C950 RISC-V CPU at 30 Tokens per Second

Alibaba's semiconductor division, T-Head, announced day-zero native inference support for its latest open-weight model, Qwen 3.8 27B, running directly on the XuanTie C950 RISC-V server processor. Operating without discrete graphics processing units, the 64-core RISC-V chip delivered sustained decode throughput of 30 tokens per second alongside a time-to-first-token latency of 1.9 seconds.

The benchmark demonstrates how architectural extensions on general-purpose open instruction sets can handle dense foundation models that typically require dedicated accelerator hardware.

XuanTie C950 Architecture Diagram

Processor Architecture and On-Chip Acceleration

The XuanTie C950 is a 64-bit server processor built around the RISC-V RVA23 profile, featuring 64 out-of-order compute cores clocked up to 3.20 GHz. The processor groups cores into eight-core clusters interconnected by a high-bandwidth AMBA CHI coherent fabric.

Rather than delegating matrix operations to external PCIe-attached GPUs or neural processing units, the C950 integrates matrix and vector calculation pipelines directly into each core cluster:

  • Vector Extensions: Native implementation of the standard RISC-V Vector (RVV) instruction set extension for dense mathematical throughput.
  • Matrix Acceleration Engines: Dedicated hardware functional units optimized for low-precision matrix multiply-accumulate operations found in transformer attention layers and multi-layer perceptron projections.
  • Hierarchical Caching: Dedicated L1 instruction and data caches, configurable per-cluster L2 caches, and a shared L3 cache designed to eliminate inter-core communication bottlenecks during large parameter transfers.
  • Hardware Prefetching: Integrated predictive prefetch engines that stream weight matrices and KV cache buffers into execution units ahead of decode requests.

Inference Metrics on Qwen 3.8 27B

Alibaba released Qwen 3.8 27B as an open-weight dense multimodal language model capable of high-tier reasoning and coding workloads while operating within a compact 32GB memory footprint.

When executing the 27-billion-parameter network directly on the XuanTie C950:

  • Generation Speed: The processor achieved a steady-state decode throughput of 30 tokens per second.
  • Prefill Latency: Time-to-first-token clocked in at 1.9 seconds under standard prompt contexts.
  • Hardware Footprint: The workload executes fully on the CPU package, bypassing the need for Nvidia or domestic discrete GPU accelerators.

Strategic Vertical Integration

Achieving 30 tokens per second on a standalone CPU platform addresses two distinct operational constraints for cloud operators and enterprise edge deployments.

First, standard server setups frequently experience GPU shortages or high idle power costs when running smaller 20B to 30B class models for agentic tool execution, preprocessing, and document analysis. Delivering interactive token rates on server CPUs enables datacenters to route secondary workloads away from scarce GPU clusters.

Second, the milestone underscores Alibaba's vertical integration strategy across hardware and software. By developing custom silicon in tandem with open-weight foundation models, Alibaba reduces reliance on proprietary instruction sets like ARM and x86 while establishing an independent compute stack built on open RISC-V standards.

Sources

Written by

More to read

  • Fully Sharded Data Parallel (FSDP) and ZeRO: How Memory Sharding Eliminates Redundant Model States in Distributed Training

    Fully Sharded Data Parallel (FSDP) and ZeRO: How Memory Sharding Eliminates Redundant Model States in Distributed Training Training large language models across distributed GPU clusters introduces a fundamental memory bottleneck. In traditional Distributed Data Parallel (DDP) setups, every GPU maintains an identical copy of model weights, optimizer states, and gradients while processing independent data batches. As models scale from billions to hundreds of billions of parameters, static model s

    1 min
  • LLM Fine-Tuning Frameworks in Production: Unsloth vs. Axolotl vs. LLaMA-Factory vs. Torchtune Architecture, Throughput, and Distributed Scaling

    Modern post-training pipelines have moved beyond basic training scripts. As model parameter counts, context windows, and alignment techniques expand, the choice of fine-tuning framework directly dictates GPU memory overhead, token throughput, and developer iteration speed. Four open-source frameworks dominate the enterprise fine-tuning landscape: Unsloth, Axolotl, LLaMA-Factory, and Meta's Torchtune. While all four orchestrate parameter-efficient fine-tuning (PEFT) and full parameter adaptation

    1 min
  • Anthropic Prepares Dual-Class Super-Voting Shares for Co-Founders Ahead of Planned IPO

    Anthropic is preparing to implement a dual-class share structure that grants super-voting equity to its co-founders ahead of a planned initial public offering, according to a report from The Information. The mechanism is designed to concentrate long-term operational voting control with executive leadership and insulate decision-making from external market and investor pressures. The structure comes as the maker of the Claude model family scales enterprise commercialization, with annual revenue

    1 min