PulseAugur
EN
LIVE 10:48:12

VTC framework eliminates data movement in DNN compilation

Researchers have developed VTC, a new deep neural network (DNN) compilation framework designed to eliminate unnecessary data movement. This framework introduces the concept of virtual tensors, which track data movement via index mappings rather than physical transfers to global memory. VTC aims to address the growing gap between compute and memory latencies, a critical issue for contemporary DNN workloads like large language models. Evaluations show VTC can outperform existing ML compilers by up to 1.93x and achieve significant inference memory savings. AI

IMPACT This framework could significantly improve the efficiency of running large language models and other DNNs by reducing memory bottlenecks.

RANK_REASON The cluster contains an academic paper detailing a new technical framework for DNN compilation. [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 →

VTC framework eliminates data movement in DNN compilation

COVERAGE [1]

  1. arXiv cs.LG TIER_1 English(EN) · Muyan Hu, Ahan Gupta, Jiachen Yuan, Vima Gupta, Taeksang Kim, Xin Xu, Janardhan Kulkarni, Ofer Dekel, Vikram Adve, Charith Mendis ·

    VTC: DNN Compilation with Virtual Tensors for Data Movement Elimination

    arXiv:2604.09558v2 Announce Type: replace-cross Abstract: With the widening gap between compute and memory operation latencies, data movement optimizations have become increasingly important for DNN compilation. Current optimizations such as layout transformations and operator fu…