RISC-V AI Chip
2026-08-1014 min read

中科通量金刚GC3: RISC-V + Dataflow Architecture for Video AIGC

A new RISC-V-based dataflow architecture chip from 中科通量 (SinoDataFlow) targets the exploding video AI market — 12 RISC-V cores, 200 TOPS INT8, 128GB unified memory, and a radically different approach to compute that eliminates data搬运 bottlenecks.

中科通量金刚GC3DataflowRISC-VVideo AIGC200 TOPS

The Problem: Video AI Hits the GPU Ceiling

Video generation has become the hottest AI battleground of 2026. With Seedance 2.5, MiniMax H3, and other models pushing the boundaries of text-to-video and image-to-video, the demand for inference compute is exploding. But there's a fundamental problem: general-purpose GPUs waste enormous amounts of energy and time on data搬运 — moving data between memory and compute units.

According to 中科通量 CTO 吴冬冬 (Wu Dongdong), the bottleneck in video AI is not raw compute power, but data movement overhead. In video understanding (surveillance, quality inspection, content moderation), every frame must travel between memory and the GPU, creating latency at scale. In video generation, model parameters often exceed 100GB, and repeated read-write cycles burn bandwidth and power.

"搬运少了,Token就便宜了。" — 吴冬冬, CTO of 中科通量

金刚GC3 Key Specifications

Chip Name金刚GC3 (King Kong GC3)
Manufacturer中科通量 (SinoDataFlow)
ArchitectureDataflow compute + RISC-V control plane
RISC-V Cores12 cores (control plane / scheduling)
AI Compute (INT8)200 TOPS
Memory128GB LPDDR5 ECC Unified Memory
Video Decode128 channels @ 1080P
Video Encode (reconfigurable)8K @ 120fps
Compute Utilization80–90% (vs. typical GPU ~50–60%)
Target WorkloadsVideo generation, video understanding, multi-modal AI
OS SupportKylin, openEuler, OpenHarmony, Linux
EcosystemOpen-source software stack, OpenAtom Foundation platinum donor

Dataflow vs. Control Flow: A Paradigm Shift

The GC3's most radical design choice is its dataflow architecture, which fundamentally differs from the von Neumann (control flow) model used by virtually all CPUs and GPUs:

Dimension Control Flow (CPU/GPU) Dataflow (GC3)
Execution ModelProgram counter fetches instructions sequentiallyNo program counter; ops execute when input data is ready
ParallelismLimited by instruction window sizeAll ready ops execute simultaneously
Memory AccessIntermediate results repeatedly read/writtenResults flow directly between compute nodes
SynchronizationBarrier mechanisms needed across coresNatural data-dependency ordering, no global barriers
Silicon OverheadBranch prediction, register renaming, etc.Simpler logic, less area, lower power

Think of it like a factory assembly line: in control flow, a central dispatcher tells each station when to start; in dataflow, each station starts automatically the moment its parts arrive. The result is near-zero idle time and dramatically reduced memory traffic.

Why This Matters for Video AI

Video workloads are characterized by massive parallelism, regular compute patterns, and enormous data volumes — precisely the conditions where dataflow architecture excels. Video generation involves pixel-level and matrix-level computations that can all execute in parallel once their inputs are ready, without being bottlenecked by an instruction window.

RISC-V's Role: The Control Plane

The 12 RISC-V cores in the GC3 serve as the control plane — they do not perform heavy computation themselves, but instead orchestrate and configure the dataflow compute units. This is a critical design decision:

Unified Memory: One Chip, No搬运

The GC3's 128GB LPDDR5 ECC unified memory is a game-changer for video generation. Traditional GPU setups often require multi-card communication to hold large model parameters and intermediate activations, with each cross-card transfer adding latency and power consumption.

With 128GB on a single chip, the GC3 can hold an entire large video generation model in one unified address space. Data flows between compute units without copy operations — addresses are passed, not data. This eliminates the most expensive bottleneck in video AI inference.

Software Ecosystem and OS Support

中科通量 has invested heavily in ecosystem building:

Commercial Roadmap

The GC3 follows a cloud-edge-end deployment strategy:

Beyond Video: Multi-Modal Ambitions

While video remains the "basic盘" (core business), 吴冬冬 sees the GC3's capabilities extending further. As chip capabilities improve, language models and multi-modal applications are entering the GC3's capability radius. "Images and language together — that's how humans understand the world, and all of this we can reach," he said.

This aligns with McKinsey's prediction that by 2030, AI accelerators with dedicated ASICs will handle the majority of AI workloads — a shift from one-size-fits-all GPUs to specialized architectures tailored to specific data patterns.

Industry Context

The GC3 arrives at a pivotal moment for the RISC-V ecosystem. In 2026, the RISC-V industry is widely seen as reaching a "watershed" — transitioning from technical validation to scaled commercialization. The RVA23 Profile and Server Platform Specification 1.0 are now landing, providing unified hardware-software interfaces across vendors. Linux 7.2 has raised the RISC-V default core limit from 64 to 256, officially opening the server era.

The dataflow + RISC-V combination represents one of the most innovative architectural approaches in this transition — not just adopting RISC-V as an instruction set, but rethinking the entire compute paradigm around it.

References