paper-with-me

홈 › Papers

ALT: Boosting Deep Learning Performance by Breaking the Wall between Graph and Operator Level Optimizations

2022-10-22 · Zhiying Xu, Jiafan Xu, Hongding Peng, Wei Wang, Xiaoliang Wang, Haoran Wan, Haipeng Dai, Yixu Xu, Hao Cheng, Kun Wang, Guihai Chen

Deep learning models rely on highly optimized tensor libraries for efficient inference on heterogeneous hardware. Current deep compilers typically predetermine layouts of tensors and then optimize loops of operators. However, such unidirectional and one-off workflow strictly separates graph-level optimization and operator-level optimization into different system layers, missing opportunities for unified tuning. This paper proposes ALT, a compiler that performs joint graph- and operator-level optimizations for deep models. ALT provides a generic transformation module to manipulate layouts and loops with easy-to-use primitive functions. ALT further integrates an auto-tuning module that jointly optimizes graph-level data layouts and operator-level loops while guaranteeing efficiency. Experimental results show that ALT significantly outperforms state-of-the-art compilers (e.g., Ansor) in terms of both single operator performance (e.g., 1.5x speedup on average) and end-to-end inference performance (e.g., 1.4x speedup on average).

📄 PDF Abstract BibTeX arXiv:2210.12415

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Breaking On-device Training Memory Wall: A Systematic Survey

2023-06-17 · Shitian Li, Chunlin Tian, Kahou Tam, Rui Ma 외

On-device training has become an increasingly popular approach to machine learning, enabling models to be trained directly on mobile and edge devices. However, a major challenge in this area is the limited memory availab…

NavigateSurvey

Estimate Deformation Capacity of Non-Ductile RC Shear Walls using Explainable Boosting Machine

2023-01-11 · Zeynep Tuna Deger, Gulsen Taskin Kaya, John W Wallace

Machine learning is becoming increasingly prevalent for tackling challenges in earthquake engineering and providing fairly reliable and accurate predictions. However, it is mostly unclear how decisions are made because m…

Breaking Guardrails, Facing Walls: Insights on Adversarial AI for Defenders & Researchers

2025-10-14 · Giacomo Bertollo, Naz Bodemir, Jonah Burgess arxiv

Analyzing 500 CTF participants, this paper shows that while participants readily bypassed simple AI guardrails using common techniques, layered multi-step defenses still posed significant challenges, offering concrete in…

Scalable Generative Game Engine: Breaking the Resolution Wall via Hardware-Algorithm Co-Design

2026-01-31 · Wei Zeng, Xuchen Li, Ruili Feng, Zhen Liu 외 arxiv

Real-time generative game engines represent a paradigm shift in interactive simulation, promising to replace traditional graphics pipelines with neural world models. However, existing approaches are fundamentally constra…

BoostingBERT:Integrating Multi-Class Boosting into BERT for NLP Tasks

2020-09-13 · Tongwen Huang, Qingyun She, Junlin Zhang

As a pre-trained Transformer model, BERT (Bidirectional Encoder Representations from Transformers) has achieved ground-breaking performance on multiple NLP tasks. On the other hand, Boosting is a popular ensemble learnin…

Ensemble LearningKnowledge Distillation