DeML OS Daily DeML OS 最新前沿分析 DeML OS デイリー
Explore Frontier
04.16
2026
Thu
📄
Paper
Tessera: Unlocking Heterogeneous GPUs through Kernel-Granularity Disaggregation https://arxiv.org/abs/2604.10180
Tiancheng Hu GPU Disaggregation

Notes

DeML OS Q & A 问答
Deep Dive 💬
04.16
2026
Thu
😇
What is the key innovation of Tessera compared to prior approaches?
Tessera's key innovation is introducing kernel-granularity GPU disaggregation, matching computation tasks with hardware capabilities at a finer granularity than the traditional coarse-grained model-level approach.
😎
😊
How does Tessera ensure execution correctness after kernel disaggregation?
Tessera extracts precise inter-kernel data dependencies from the program's PTX intermediate representation, builds a dependency graph, and uses it for scheduling to ensure correct computation order and data consistency across different GPUs.
😎
😊
What is the role of Tessera's pipelined execution model?
Tessera's pipelined execution model aims to overlap data transfer (communication) between different GPUs with kernel computation on the GPUs, thereby hiding communication latency, maximizing hardware utilization, and improving overall system throughput.
😎