PulseAugur
EN
LIVE 08:25:18

Tessera system unlocks heterogeneous GPUs for AI workloads

A new research paper introduces Tessera, a system designed to optimize AI workload performance on heterogeneous GPU clusters. Tessera operates at the kernel granularity, extracting inter-kernel dependencies to ensure correctness and overlapping communication with computation. Evaluations show Tessera can improve serving throughput by up to 2.3x and cost efficiency by 1.6x compared to existing methods, even outperforming homogeneous GPU setups in some cases. AI

IMPACT Optimizes AI inference on heterogeneous hardware, potentially reducing costs and increasing throughput.

RANK_REASON Research paper detailing a new system for AI infrastructure. [lever_c_demoted from research: ic=1 ai=1.0]

Read on arXiv cs.LG →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

Tessera system unlocks heterogeneous GPUs for AI workloads

COVERAGE [1]

  1. arXiv cs.LG TIER_1 English(EN) · Tiancheng Hu, Jin Qin, Zheng Wang, Junhao Hu, Yuzheng Wang, Lei Chen, Yizhou Shan, Mingxing Zhang, Ting Cao, Chunwei Xia, Huimin Cui, Tao Xie, Chenxi Wang ·

    Tessera: Unlocking Heterogeneous GPUs through Kernel-Granularity Disaggregation

    arXiv:2604.10180v2 Announce Type: replace-cross Abstract: Disaggregation maps parts of an AI workload to different types of GPUs, offering a path to utilize modern heterogeneous GPU clusters. However, existing solutions operate at a coarse granularity and are tightly coupled to s…