paper-with-me

홈 › Papers

HyperOffload: Graph-Driven Hierarchical Memory Management for Large Language Models on SuperNode Architectures

2026-01-31 · Fangxin Liu, Qinghua Zhang, Hanjing Shen, Zhibo Liang, Li Jiang, Haibing Guan, Chong Bao, Xuefeng Jin arxiv

The rapid evolution of Large Language Models (LLMs) towards long-context reasoning and sparse architectures has pushed memory requirements far beyond the capacity of individual device HBM. While emerging supernode architectures offer terabyte-scale shared memory pools via high-bandwidth interconnects, existing software stacks fail to exploit this hardware effectively. Current runtime-based offloading and swapping techniques operate with a local view, leading to reactive scheduling and exposed communication latency that stall the computation pipeline. In this paper, we propose the SuperNode Memory Management Framework (\textbf{HyperOffload}). It employs a compiler-assisted approach that leverages graph-driven memory management to treat remote memory access as explicit operations in the computation graph, specifically designed for hierarchical SuperNode architectures. Unlike reactive runtime systems, SuperNode represents data movement using cache operators within the compiler's Intermediate Representation (IR). This design enables a global, compile-time analysis of tensor lifetimes and execution dependencies. Leveraging this visibility, we develop a global execution-order refinement algorithm that statically schedules data transfers to hide remote memory latency behind compute-intensive regions. We implement SuperNode within the production deep learning framework MindSpore, adding a remote memory backend and specialized compiler passes. Evaluation on representative LLM workloads shows that SuperNode reduces peak device memory usage by up to 26\% for inference while maintaining end-to-end performance. Our work demonstrates that integrating memory-augmented hardware into the compiler's optimization framework is essential for scaling next-generation AI workloads.

📄 PDF Abstract BibTeX arXiv:2602.00748

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Beyond Heuristics: A Decision-Theoretic Framework for Agent Memory Management

2025-12-25 · Changzhi Sun, Xiangyu Chen, Jixiang Luo, Dell Zhang 외 arxiv

External memory is a key component of modern large language model (LLM) systems, enabling long-term interaction and personalization. Despite its importance, memory management is still largely driven by hand-designed heur…

Cognitive Workspace: Active Memory Management for LLMs -- An Empirical Study of Functional Infinite Context

2025-08-08 · Tao An arxiv

Large Language Models (LLMs) face fundamental limitations in context management despite recent advances extending context windows to millions of tokens. We propose Cognitive Workspace, a novel paradigm that transcends tr…

Information Retrieval

Enhancing the Patent Matching Capability of Large Language Models via the Memory Graph

2025-04-21 · Qiushi Xiong, Zhipeng Xu, Zhenghao Liu, Mengjia Wang 외

Intellectual Property (IP) management involves strategically protecting and utilizing intellectual assets to enhance organizational innovation, competitiveness, and value creation. Patent matching is a crucial task in in…

Management

LIFL: A Lightweight, Event-driven Serverless Platform for Federated Learning

2024-05-05 · Shixiong Qi, K. K. Ramakrishnan, Myungjin Lee

Federated Learning (FL) typically involves a large-scale, distributed system with individual user devices/servers training models locally and then aggregating their model updates on a trusted central server. Existing sys…

Federated LearningManagement

MemLens: A Value-Aware Memory Management System with Interactive Analytics for LLM-based Agents

2026-07-28 · Shuyue Wei, Chang Liu, Zimu Zhou, Yongxin Tong 외 arxiv

Recently, memory management has become a key infrastructure for LLM-based agents, as it directly affects long-horizon reasoning, personalized responses, and knowledge reuse. However, existing LLM memory systems typically…