Skip to main content

Rebellions REBEL-Quad

Vendor: Rebellions (South Korea)

Category: ASIC Dedicated Accelerator

Architecture: UCIe-Advanced Chiplet

Introduction

Rebellions REBEL-Quad is a data center-grade AI accelerator card from South Korean AI chip company Rebellions, based on a UCIe-Advanced 4-chiplet architecture, specifically designed for cutting-edge large language model training and inference. REBEL-Quad uses unified mixed-precision cores, executing FP8 and FP16 in a single pipeline without requiring separate compute blocks or kernel recompilation.

Specifications

ModelComputeMemoryInterfaceTDPProcess
REBEL-Quad2,048 TFLOPS (FP8) / 1,024 (FP16)144GB HBM3E2× PCIe Gen5 x16600W5nm

Official Website

Visit Official Website

Driver Downloads

Linux

OS Support

WindowsLinuxmacOSAndroid

Version History

VersionRelease DateDescription
REBEL-Quad20254-chiplet UCIe-Advanced architecture, 144GB HBM3E

Performance Benchmarks

ModelTaskPerformance Metric
REBEL-QuadFP8 Inference2,048 TFLOPS
REBEL-QuadFP16 Training1,024 TFLOPS

Pricing

ModelReference PriceNotes
REBEL-QuadContact vendorEnterprise data center product

Quick Installation

Linux

# Install Rebellions SDK
# See official documentation
pip install rebellions-sdk

Code Examples

Python (Rebellions SDK)

import rebellions as rb

# Initialize device
device = rb.Device(0)
x = rb.randn((1024, 1024), device=device)
y = rb.matmul(x, x)
print(f"REBEL-Quad matrix multiply: {y.shape}")

Architecture Highlights

  • UCIe-Advanced Chiplet: 4 homogeneous chiplets interconnected via UCIe, 1TB/s bidirectional bandwidth, 11ns latency
  • Mixed-Precision Pipeline: FP8 and FP16 execute in a single pipeline with 2.8× higher compute density than ATOM™
  • Predictive DMA: Software-controlled DMA engine with 2.7TB/s effective bandwidth, reducing long-context LLM latency
  • Full-Mesh Synchronization: Hardware-accelerated full-mesh synchronization across 256 routers, maintaining high utilization under sparse or imbalanced loads

Model Compatibility

Model/FrameworkSupportNotes
PyTorch 2.x✅ Native supportvLLM and Triton compatible
vLLMInference optimization
Llama SeriesLarge-scale deployment
Transformer LLMCutting-edge model training

If you're evaluating alternatives, the following products may also fit your scenario: